alokabhishek commited on
Commit
83b7d62
1 Parent(s): ea26a32

Updated Readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -60,8 +60,8 @@ import os
60
 
61
  ```python
62
  # Define the model ID for the desired model
63
- model_id = "alokabhishek/Mistral-7B-Instruct-v0.2-5.0-bpw-exl2"
64
- BPW = 5.0
65
 
66
  # define variables
67
  model_name = model_id.split("/")[-1]
@@ -133,7 +133,7 @@ model_name = model_id.split("/")[-1]
133
 
134
 
135
 
136
- # Model Card for Mistral-7B-Instruct-v0.2
137
 
138
  The Mistral-7B-Instruct-v0.2 Large Language Model (LLM) is an instruct fine-tuned version of the Mistral-7B-v0.2.
139
 
 
60
 
61
  ```python
62
  # Define the model ID for the desired model
63
+ model_id = "alokabhishek/Mistral-7B-Instruct-v0.2-4.0-bpw-exl2"
64
+ BPW = 4.0
65
 
66
  # define variables
67
  model_name = model_id.split("/")[-1]
 
133
 
134
 
135
 
136
+ # Original Model Card for Mistral-7B-Instruct-v0.2
137
 
138
  The Mistral-7B-Instruct-v0.2 Large Language Model (LLM) is an instruct fine-tuned version of the Mistral-7B-v0.2.
139