Tanabodee Limpaitoon commited on
Commit
f0f4d7f
·
verified ·
1 Parent(s): fd7b837

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -7
README.md CHANGED
@@ -1,22 +1,29 @@
1
  ---
2
- base_model: unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
 
3
  language:
4
  - en
5
- license: apache-2.0
 
6
  tags:
7
- - text-generation-inference
8
  - transformers
9
- - unsloth
10
  - llama
11
  - trl
 
 
 
 
 
 
 
12
  ---
13
 
14
  # Uploaded model
15
 
16
  - **Developed by:** nvl-og
17
- - **License:** apache-2.0
18
- - **Finetuned from model :** unsloth/Meta-Llama-3.1-8B-Instruct-bnb-4bit
19
 
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)
 
1
  ---
2
+ base_model:
3
+ - meta-llama/Meta-Llama-3.1-8B
4
  language:
5
  - en
6
+ - th
7
+ license: llama3.1
8
  tags:
 
9
  - transformers
 
10
  - llama
11
  - trl
12
+ - fine-tune
13
+ datasets:
14
+ - nvl-og/chat
15
+ metrics:
16
+ - accuracy
17
+ pipeline_tag: text-generation
18
+ library_name: adapter-transformers
19
  ---
20
 
21
  # Uploaded model
22
 
23
  - **Developed by:** nvl-og
24
+ - **License:** llama3.1
25
+ - **Finetuned from model :** meta-llama/Meta-Llama-3.1-8B
26
 
27
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
28
 
29
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)