AdityaKothari commited on
Commit
acce352
1 Parent(s): 0e1ee2f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -27,5 +27,5 @@ This llama model was trained 2x faster with [Unsloth](https://github.com/unsloth
27
 
28
 
29
  # Load model directly
30
- ```from transformers import AutoModel
31
- model = AutoModel.from_pretrained("AdityaKothari/WellnessAI-8B")```
 
27
 
28
 
29
  # Load model directly
30
+ from transformers import AutoModel
31
+ model = AutoModel.from_pretrained("AdityaKothari/WellnessAI-8B")