Update README.md
Browse files
README.md
CHANGED
@@ -11,6 +11,8 @@ library_name: transformers
|
|
11 |
This model is randomly initialized, using the config from [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) but with smaller size.
|
12 |
**Note the model is in bfloat16**.
|
13 |
|
|
|
|
|
14 |
Codes:
|
15 |
```python
|
16 |
import transformers
|
|
|
11 |
This model is randomly initialized, using the config from [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) but with smaller size.
|
12 |
**Note the model is in bfloat16**.
|
13 |
|
14 |
+
"yujiepan/llama-3-tiny-random" and "yujiepan/meta-llama-3-tiny-random" shares exactly the same files except the repo name.
|
15 |
+
|
16 |
Codes:
|
17 |
```python
|
18 |
import transformers
|