Gerson Fabian Buenahora Ormaza
commited on
Commit
•
2d7f16c
1
Parent(s):
0e0be5a
Update README.md
Browse files
README.md
CHANGED
@@ -49,8 +49,8 @@ To use the model:
|
|
49 |
```python
|
50 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
51 |
|
52 |
-
tokenizer = AutoTokenizer.from_pretrained("BueormLLC/RAGPT")
|
53 |
-
model = AutoModelForCausalLM.from_pretrained("BueormLLC/RAGPT")
|
54 |
|
55 |
context = "Mount Everest is the highest mountain in the world, with a height of 8,848 meters."
|
56 |
question = "What is the height of Mount Everest?"
|
|
|
49 |
```python
|
50 |
from transformers import AutoTokenizer, AutoModelForCausalLM
|
51 |
|
52 |
+
tokenizer = AutoTokenizer.from_pretrained("BueormLLC/RAGPT-2")
|
53 |
+
model = AutoModelForCausalLM.from_pretrained("BueormLLC/RAGPT-2")
|
54 |
|
55 |
context = "Mount Everest is the highest mountain in the world, with a height of 8,848 meters."
|
56 |
question = "What is the height of Mount Everest?"
|