AdityaKothari
commited on
Commit
•
e072d06
1
Parent(s):
21c0907
Updated README
Browse files
README.md
CHANGED
@@ -23,6 +23,9 @@ This mistral model was trained 2x faster with [Unsloth](https://github.com/unslo
|
|
23 |
|
24 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
25 |
|
26 |
-
|
|
|
|
|
|
|
27 |
from transformers import AutoModel
|
28 |
model = AutoModel.from_pretrained("AdityaKothari/WellnessAI-7B-F16")
|
|
|
23 |
|
24 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
25 |
|
26 |
+
|
27 |
+
|
28 |
+
**# Load model directly**
|
29 |
+
```
|
30 |
from transformers import AutoModel
|
31 |
model = AutoModel.from_pretrained("AdityaKothari/WellnessAI-7B-F16")
|