Update README.md
Browse files
README.md
CHANGED
|
@@ -57,7 +57,7 @@ To achieve the best results, the model must be prompted using the following form
|
|
| 57 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 58 |
import torch
|
| 59 |
|
| 60 |
-
model_id = "
|
| 61 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
| 62 |
model = AutoModelForCausalLM.from_pretrained(model_id, trust_remote_code=True, torch_dtype=torch.bfloat16).to("cuda")
|
| 63 |
|
|
|
|
| 57 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 58 |
import torch
|
| 59 |
|
| 60 |
+
model_id = "razielAI/Duchifat-2-Computer"
|
| 61 |
tokenizer = AutoTokenizer.from_pretrained(model_id, trust_remote_code=True)
|
| 62 |
model = AutoModelForCausalLM.from_pretrained(model_id, trust_remote_code=True, torch_dtype=torch.bfloat16).to("cuda")
|
| 63 |
|