Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ library_name: transformers
|
|
5 |
---
|
6 |
CURRENTLY IN TRAINING :)
|
7 |
|
8 |
-
Currently, only the LLM section of this model is ready.
|
9 |
```py
|
10 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
|
11 |
import torch
|
|
|
5 |
---
|
6 |
CURRENTLY IN TRAINING :)
|
7 |
|
8 |
+
Currently, only the LLM section of this model is fully ready.
|
9 |
```py
|
10 |
from transformers import AutoModelForCausalLM, AutoTokenizer, TextStreamer
|
11 |
import torch
|