alokabhishek
commited on
Commit
•
dab340a
1
Parent(s):
75d1013
Updated Readme
Browse files
README.md
CHANGED
@@ -61,7 +61,7 @@ import os
|
|
61 |
```python
|
62 |
# Define the model ID for the desired model
|
63 |
model_id = "alokabhishek/Mistral-7B-Instruct-v0.2-6.0-bpw-exl2"
|
64 |
-
BPW =
|
65 |
|
66 |
# define variables
|
67 |
model_name = model_id.split("/")[-1]
|
|
|
61 |
```python
|
62 |
# Define the model ID for the desired model
|
63 |
model_id = "alokabhishek/Mistral-7B-Instruct-v0.2-6.0-bpw-exl2"
|
64 |
+
BPW = 6.0
|
65 |
|
66 |
# define variables
|
67 |
model_name = model_id.split("/")[-1]
|