ParisNeo commited on
Commit
286986c
1 Parent(s): a7ac465

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -2,7 +2,7 @@
2
  base_model: unsloth/meta-llama-3.1-8b-bnb-4bit
3
  language:
4
  - en
5
- license: apache-2.0
6
  tags:
7
  - text-generation-inference
8
  - transformers
@@ -10,14 +10,21 @@ tags:
10
  - llama
11
  - trl
12
  - sft
 
 
 
 
 
 
 
13
  ---
14
 
15
  # Uploaded model
16
 
17
  - **Developed by:** ParisNeo
18
- - **License:** apache-2.0
19
  - **Finetuned from model :** unsloth/meta-llama-3.1-8b-bnb-4bit
20
 
21
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
22
 
23
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
2
  base_model: unsloth/meta-llama-3.1-8b-bnb-4bit
3
  language:
4
  - en
5
+ license: llama3.1
6
  tags:
7
  - text-generation-inference
8
  - transformers
 
10
  - llama
11
  - trl
12
  - sft
13
+ datasets:
14
+ - ParisNeo/lollms_aware_dataset
15
+ - yahma/alpaca-cleaned
16
+ - OpenAssistant/oasst1
17
+ metrics:
18
+ - accuracy
19
+ pipeline_tag: text2text-generation
20
  ---
21
 
22
  # Uploaded model
23
 
24
  - **Developed by:** ParisNeo
25
+ - **License:** llama 3.1 Community License Agreement
26
  - **Finetuned from model :** unsloth/meta-llama-3.1-8b-bnb-4bit
27
 
28
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
29
 
30
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)