Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: unsloth/
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
@@ -31,7 +31,7 @@ messages = [
|
|
31 |
]
|
32 |
|
33 |
# Load the model
|
34 |
-
chatbot = pipeline("text-generation", model="
|
35 |
result = chatbot(messages)
|
36 |
print(result)
|
37 |
```
|
|
|
1 |
---
|
2 |
+
base_model: unsloth/Mistral-Nemo-Base-2407-bnb-4bit
|
3 |
tags:
|
4 |
- text-generation-inference
|
5 |
- transformers
|
|
|
31 |
]
|
32 |
|
33 |
# Load the model
|
34 |
+
chatbot = pipeline("text-generation", model="NextGLab/ORANSight_Mistral_Nemo_Instruct")
|
35 |
result = chatbot(messages)
|
36 |
print(result)
|
37 |
```
|