Update README.md
Browse files
README.md
CHANGED
@@ -4,8 +4,9 @@ license: mit
|
|
4 |
|
5 |
Distillation version of Llama-3 only for research use.
|
6 |
|
7 |
-
|
8 |
|
|
|
9 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
10 |
import torch
|
11 |
|
|
|
4 |
|
5 |
Distillation version of Llama-3 only for research use.
|
6 |
|
7 |
+
Training scripts are available [here](https://github.com/KylinC/Llama-3-Distill)!
|
8 |
|
9 |
+
```python
|
10 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
11 |
import torch
|
12 |
|