Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ This model is hosted on the Hugging Face Hub and can be loaded using the `transf
|
|
33 |
```python
|
34 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
35 |
|
36 |
-
model_id = "Lap1official/Xylaria-1.8"
|
37 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
38 |
model = AutoModelForCausalLM.from_pretrained(
|
39 |
model_id,
|
|
|
33 |
```python
|
34 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
35 |
|
36 |
+
model_id = "Lap1official/Xylaria-1.8"
|
37 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
38 |
model = AutoModelForCausalLM.from_pretrained(
|
39 |
model_id,
|