chillymiao
commited on
Commit
•
a885f37
1
Parent(s):
32c8482
Update README.md
Browse files
README.md
CHANGED
@@ -85,7 +85,7 @@ Download model
|
|
85 |
|
86 |
Here is the example for you to download Hyacinth6B with huggingface transformers:
|
87 |
|
88 |
-
```
|
89 |
from transformers import AutoTokenizer,AutoModelForCausalLM
|
90 |
import torch
|
91 |
|
|
|
85 |
|
86 |
Here is the example for you to download Hyacinth6B with huggingface transformers:
|
87 |
|
88 |
+
```python
|
89 |
from transformers import AutoTokenizer,AutoModelForCausalLM
|
90 |
import torch
|
91 |
|