bricesuazo cooldragon12 commited on
Commit
a5d4dfc
1 Parent(s): b227cfc

Added a pipeline and Dataset Source (#1)

Browse files

- Added a pipeline (1424595dd695b253bc654020a77d477b04e447a4)


Co-authored-by: Johndel Encabo <cooldragon12@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,6 +1,7 @@
1
  ---
2
  language:
3
  - en
 
4
  license: apache-2.0
5
  tags:
6
  - text-generation-inference
@@ -9,6 +10,11 @@ tags:
9
  - llama
10
  - trl
11
  base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
 
 
 
 
 
12
  ---
13
 
14
  # Uploaded model
@@ -19,4 +25,4 @@ base_model: unsloth/llama-3-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
  language:
3
  - en
4
+ - tl
5
  license: apache-2.0
6
  tags:
7
  - text-generation-inference
 
10
  - llama
11
  - trl
12
  base_model: unsloth/llama-3-8b-Instruct-bnb-4bit
13
+ datasets:
14
+ - bricesuazo/swardify
15
+ metrics:
16
+ - bleu
17
+ pipeline_tag: text2text-generation
18
  ---
19
 
20
  # Uploaded model
 
25
 
26
  This llama model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
27
 
28
+ [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)