Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ No resources and time to collect bigger dataset.
|
|
12 |
It could generate amateur, but more or less adequate output as well (in respect of training tokens)/
|
13 |
The work can be used as a checkpoint for the further training or for experiments.
|
14 |
|
15 |
-
|
16 |
|
17 |
```python
|
18 |
from transformers import LlamaTokenizerFast, LlamaForCausalLM
|
|
|
12 |
It could generate amateur, but more or less adequate output as well (in respect of training tokens)/
|
13 |
The work can be used as a checkpoint for the further training or for experiments.
|
14 |
|
15 |
+
Simple usage example:
|
16 |
|
17 |
```python
|
18 |
from transformers import LlamaTokenizerFast, LlamaForCausalLM
|