Update README.md
Browse files
README.md
CHANGED
@@ -46,8 +46,8 @@ This model is designed for use in text-generation pipelines and can be easily in
|
|
46 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
47 |
|
48 |
# Load the model and tokenizer
|
49 |
-
tokenizer = AutoTokenizer.from_pretrained("
|
50 |
-
model = AutoModelForCausalLM.from_pretrained("
|
51 |
|
52 |
# Generate text
|
53 |
input_text = "Explain the benefits of AI in education."
|
|
|
46 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
47 |
|
48 |
# Load the model and tokenizer
|
49 |
+
tokenizer = AutoTokenizer.from_pretrained("iFaz/llama32_3B_en_emo_v1")
|
50 |
+
model = AutoModelForCausalLM.from_pretrained("iFaz/llama32_3B_en_emo_v1")
|
51 |
|
52 |
# Generate text
|
53 |
input_text = "Explain the benefits of AI in education."
|