AdityaKothari
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,7 @@ This mistral model was trained 2x faster with [Unsloth](https://github.com/unslo
|
|
25 |
|
26 |
|
27 |
|
28 |
-
|
29 |
```
|
30 |
from transformers import AutoModel
|
31 |
model = AutoModel.from_pretrained("AdityaKothari/WellnessAI-7B-F16")
|
|
|
25 |
|
26 |
|
27 |
|
28 |
+
# Load model directly
|
29 |
```
|
30 |
from transformers import AutoModel
|
31 |
model = AutoModel.from_pretrained("AdityaKothari/WellnessAI-7B-F16")
|