Text Generation
Transformers
Safetensors
English
llama
text-generation-inference
unsloth
conversational
theprint commited on
Commit
7bcf475
·
verified ·
1 Parent(s): f5b9392

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -5,17 +5,20 @@ tags:
5
  - transformers
6
  - unsloth
7
  - llama
8
- license: apache-2.0
9
  language:
10
  - en
 
 
 
 
 
11
  ---
12
 
13
- # Uploaded finetuned model
14
 
15
  - **Developed by:** theprint
16
- - **License:** apache-2.0
17
  - **Finetuned from model :** unsloth/llama-3.2-3b-instruct-unsloth-bnb-4bit
18
 
19
- This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
20
-
21
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
5
  - transformers
6
  - unsloth
7
  - llama
8
+ license: llama3.2
9
  language:
10
  - en
11
+ datasets:
12
+ - theprint/MultiRoundConvos-Code-JS-HTML-CSS-Python
13
+ - theprint/VanRossum-GPT
14
+ - ajibawa-2023/Python-Code-23k-ShareGPT
15
+ pipeline_tag: text-generation
16
  ---
17
 
18
+ # CodeLlama3.2 3B 1225
19
 
20
  - **Developed by:** theprint
21
+ - **License:** Llama3.2 Community License Agreement
22
  - **Finetuned from model :** unsloth/llama-3.2-3b-instruct-unsloth-bnb-4bit
23
 
24
+ This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.