hafidhsoekma
commited on
Commit
·
c01aa61
1
Parent(s):
96e73be
Update README.md
Browse files
README.md
CHANGED
@@ -46,7 +46,7 @@ pip3 install -U bitsandbytes==0.39.0 einops==0.6.1 sentencepiece
|
|
46 |
|
47 |
```python
|
48 |
import torch
|
49 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer
|
50 |
|
51 |
model = AutoModelForCausalLM.from_pretrained(
|
52 |
"azale-ai/Starstreak-7B",
|
@@ -76,7 +76,7 @@ print(tokenizer.decode(outputs[0], skip_special_tokens=True))
|
|
76 |
|
77 |
```python
|
78 |
import torch
|
79 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer
|
80 |
|
81 |
model = AutoModelForCausalLM.from_pretrained(
|
82 |
"azale-ai/Starstreak-7B",
|
|
|
46 |
|
47 |
```python
|
48 |
import torch
|
49 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
50 |
|
51 |
model = AutoModelForCausalLM.from_pretrained(
|
52 |
"azale-ai/Starstreak-7B",
|
|
|
76 |
|
77 |
```python
|
78 |
import torch
|
79 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
80 |
|
81 |
model = AutoModelForCausalLM.from_pretrained(
|
82 |
"azale-ai/Starstreak-7B",
|