ashercn97 commited on
Commit
21fb249
1 Parent(s): e66094c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -11,4 +11,9 @@ tags:
11
  - cool
12
  ---
13
 
14
- This is a llama-2 model fine-tuned on two orca datasets!
 
 
 
 
 
 
11
  - cool
12
  ---
13
 
14
+ This is based on llama-2-7b and fine-tuned on two Orca datasets. It took around 6 hours on 1 L40 GPU.
15
+
16
+
17
+ Manatee is one of my first projects, so I hope you enjoy using it! To use it, you can either use it through the transformer library or if you have limited memory, you can use the GPTQ version that is on my profile!
18
+
19
+ In the future, I plan on fine-tuning higher parameter models or making a better version of Manatee-7b.