malhajar commited on
Commit
6195dce
1 Parent(s): 1645e85

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
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-4bit-gptq"
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,