AdityaKothari commited on
Commit
e072d06
1 Parent(s): 21c0907

Updated README

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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
- # Load model directly
 
 
 
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")