Update README.md
Browse files
README.md
CHANGED
|
@@ -84,13 +84,13 @@ import torch
|
|
| 84 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 85 |
|
| 86 |
# Your model's ID on the Hugging Face Hub
|
| 87 |
-
|
| 88 |
-
model_id = "
|
| 89 |
|
| 90 |
# Load the tokenizer
|
| 91 |
# (The padding settings from cell 3 of your notebook
|
| 92 |
# should be saved with the model)
|
| 93 |
-
tokenizer = AutoTokenizer.from_pretrained(
|
| 94 |
|
| 95 |
# Load the model (the base model, not the classification head from cell 5)
|
| 96 |
# Use the bfloat16 dtype as specified in your notebook
|
|
|
|
| 84 |
from transformers import AutoModelForCausalLM, AutoTokenizer
|
| 85 |
|
| 86 |
# Your model's ID on the Hugging Face Hub
|
| 87 |
+
|
| 88 |
+
model_id = "chachinggg/Mistral-ai-RLHF"
|
| 89 |
|
| 90 |
# Load the tokenizer
|
| 91 |
# (The padding settings from cell 3 of your notebook
|
| 92 |
# should be saved with the model)
|
| 93 |
+
tokenizer = AutoTokenizer.from_pretrained(Mistral-7B-Instruct-v0.2)
|
| 94 |
|
| 95 |
# Load the model (the base model, not the classification head from cell 5)
|
| 96 |
# Use the bfloat16 dtype as specified in your notebook
|