KylinC commited on
Commit
d177fec
·
verified ·
1 Parent(s): 12343aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -4,8 +4,9 @@ license: mit
4
 
5
  Distillation version of Llama-3 only for research use.
6
 
7
- ```python
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