AdityaKothari commited on
Commit
59c3d0b
1 Parent(s): 195293c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -9,6 +9,8 @@ tags:
9
  - unsloth
10
  - llama
11
  - gguf
 
 
12
  ---
13
 
14
  # Uploaded model
@@ -20,3 +22,10 @@ tags:
20
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
21
 
22
  [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
 
 
 
 
9
  - unsloth
10
  - llama
11
  - gguf
12
+ datasets:
13
+ - Tom158/Nutritional-LLama
14
  ---
15
 
16
  # Uploaded model
 
22
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
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
+ # Usage
27
+
28
+
29
+ # Load model directly
30
+ from transformers import AutoModel
31
+ model = AutoModel.from_pretrained("AdityaKothari/WellnessAI-8B")