Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ pipeline_tag: text-generation
|
|
| 18 |
|
| 19 |
```python
|
| 20 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 21 |
-
checkpoint = "
|
| 22 |
|
| 23 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint, trust_remote_code=True)
|
| 24 |
model = AutoModelForCausalLM.from_pretrained(checkpoint, device_map="auto", trust_remote_code=True)
|
|
|
|
| 18 |
|
| 19 |
```python
|
| 20 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 21 |
+
checkpoint = "prithivMLmods/Instella-3B-Instruct-abliterated"
|
| 22 |
|
| 23 |
tokenizer = AutoTokenizer.from_pretrained(checkpoint, trust_remote_code=True)
|
| 24 |
model = AutoModelForCausalLM.from_pretrained(checkpoint, device_map="auto", trust_remote_code=True)
|