Text Generation
Transformers
Safetensors
English
mistral
axolotl
Generated from Trainer
Mistral
instruct
finetune
chatml
gpt4
synthetic data
science
physics
chemistry
biology
math
quantized
4-bit precision
AWQ
Inference Endpoints
text-generation-inference
conversational
Eval Results
awq
Suparious commited on
Commit
0b72956
1 Parent(s): 09b9e28

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -179,8 +179,6 @@ prompt_template: |
179
  ---
180
  # Weyaxi/Einstein-v6-7B AWQ
181
 
182
- **UPLOAD IN PROGRESS**
183
-
184
  - Model creator: [Weyaxi](https://huggingface.co/Weyaxi)
185
  - Original model: [Einstein-v6-7B](https://huggingface.co/Weyaxi/Einstein-v6-7B)
186
 
@@ -208,7 +206,7 @@ pip install --upgrade autoawq autoawq-kernels
208
  from awq import AutoAWQForCausalLM
209
  from transformers import AutoTokenizer, TextStreamer
210
 
211
- model_path = "solidrust/Einstein-v5-v0.2-7B-AWQ"
212
  system_message = "You are Alpert Einstein, incarnated a powerful AI."
213
 
214
  # Load model
 
179
  ---
180
  # Weyaxi/Einstein-v6-7B AWQ
181
 
 
 
182
  - Model creator: [Weyaxi](https://huggingface.co/Weyaxi)
183
  - Original model: [Einstein-v6-7B](https://huggingface.co/Weyaxi/Einstein-v6-7B)
184
 
 
206
  from awq import AutoAWQForCausalLM
207
  from transformers import AutoTokenizer, TextStreamer
208
 
209
+ model_path = "solidrust/Einstein-v6-7B-AWQ"
210
  system_message = "You are Alpert Einstein, incarnated a powerful AI."
211
 
212
  # Load model