Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -10,6 +10,8 @@ widget:
|
|
10 |
|
11 |
This model is for debugging. It is randomly initialized using the config from [meta-llama/Meta-Llama-3.1-70B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-70B-Instruct) but with smaller size.
|
12 |
|
|
|
|
|
13 |
Codes:
|
14 |
```python
|
15 |
import os
|
|
|
10 |
|
11 |
This model is for debugging. It is randomly initialized using the config from [meta-llama/Meta-Llama-3.1-70B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3.1-70B-Instruct) but with smaller size.
|
12 |
|
13 |
+
"yujiepan/llama-3.1-tiny-random" and "yujiepan/meta-llama-3.1-tiny-random" shares exactly the same files except the repo name.
|
14 |
+
|
15 |
Codes:
|
16 |
```python
|
17 |
import os
|