AdityaKothari commited on
Commit
23de4ae
1 Parent(s): acce352

Update README.md

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