Update README.md
Browse files
README.md
CHANGED
@@ -42,7 +42,7 @@ Keep in mind the limitations of this model. It is a model with 1.1B of trained p
|
|
42 |
- **License:** Academic Free License v3.0
|
43 |
- **Finetuned from model:** [TinyLlama-1.1B](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0)
|
44 |
|
45 |
-
## How to
|
46 |
|
47 |
```python
|
48 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
|
|
42 |
- **License:** Academic Free License v3.0
|
43 |
- **Finetuned from model:** [TinyLlama-1.1B](https://huggingface.co/TinyLlama/TinyLlama-1.1B-Chat-v1.0)
|
44 |
|
45 |
+
## How to Use
|
46 |
|
47 |
```python
|
48 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|