Update README.md
Browse files
README.md
CHANGED
@@ -53,10 +53,9 @@ This model can answer information about different excplicit ideas mentioned in s
|
|
53 |
|
54 |
Use the code sample provided in the original post to interact with the model.
|
55 |
```python
|
56 |
-
from transformers import AutoTokenizer
|
57 |
-
from auto_gptq import AutoGPTQForCausalLM
|
58 |
|
59 |
-
model_id = "malhajar/Platypus2-70B-instruct-
|
60 |
model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
|
61 |
device_map="auto",
|
62 |
torch_dtype=torch.float16,
|
|
|
53 |
|
54 |
Use the code sample provided in the original post to interact with the model.
|
55 |
```python
|
56 |
+
from transformers import AutoTokenizer,AutoModelForCausalLM
|
|
|
57 |
|
58 |
+
model_id = "malhajar/Platypus2-70B-instruct-Nietzsche"
|
59 |
model = AutoModelForCausalLM.from_pretrained(model_name_or_path,
|
60 |
device_map="auto",
|
61 |
torch_dtype=torch.float16,
|