xiaojingyan commited on
Commit
3f47e97
·
verified ·
1 Parent(s): edb0431

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: unsloth/llama-3.2-3b-instruct-bnb-4bit
3
+ tags:
4
+ - text-generation-inference
5
+ - transformers
6
+ - unsloth
7
+ - llama
8
+ - trl
9
+ - autoquant
10
+ - gguf
11
+ license: apache-2.0
12
+ language:
13
+ - en
14
+ ---
15
+
16
+ # Uploaded model
17
+
18
+ - **Developed by:** xiaojingyan
19
+ - **License:** apache-2.0
20
+ - **Finetuned from model :** unsloth/llama-3.2-3b-instruct-bnb-4bit
21
+
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)