prnshv commited on
Commit
34486cf
·
verified ·
1 Parent(s): d534226

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- base_model: unsloth/mistral-7b-instruct-v0.3-bnb-4bit
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="prnshv/ORANSight_Mistral_Nemo_Instruct")
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
  ```