Reality123b commited on
Commit
a3d3790
·
verified ·
1 Parent(s): 2648a4c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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" # Replace with your actual repo ID
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,