Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ Prompt Template for alpaca style
|
|
25 |
|
26 |
# Loading the model
|
27 |
```
|
28 |
-
from transformers import AutoModelForCausalLM, AutoTokenizer
|
29 |
model_id = "allstax/CodeExplainer-7b-v0.1"
|
30 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
31 |
quant_model = AutoModelForCausalLM.from_pretrained(model_id, device_map='auto')
|
|
|
25 |
|
26 |
# Loading the model
|
27 |
```
|
28 |
+
from transformers import AutoModelForCausalLM, AutoTokenizer
|
29 |
model_id = "allstax/CodeExplainer-7b-v0.1"
|
30 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
31 |
quant_model = AutoModelForCausalLM.from_pretrained(model_id, device_map='auto')
|