Update README.md
Browse files
README.md
CHANGED
@@ -5,14 +5,17 @@ tags:
|
|
5 |
- summarization
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
-
- name:
|
9 |
results: []
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
should probably proofread and complete it, then remove this comment. -->
|
14 |
|
15 |
-
#
|
16 |
|
17 |
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the martimfasantos/openai-summarize-tldr dataset.
|
18 |
It achieves the following results on the evaluation set:
|
@@ -74,4 +77,4 @@ The following hyperparameters were used during training:
|
|
74 |
- Transformers 4.43.3
|
75 |
- Pytorch 2.3.1+cu121
|
76 |
- Datasets 2.20.0
|
77 |
-
- Tokenizers 0.19.1
|
|
|
5 |
- summarization
|
6 |
- generated_from_trainer
|
7 |
model-index:
|
8 |
+
- name: TinyLlama-1.1B-Sum-SFT
|
9 |
results: []
|
10 |
+
datasets:
|
11 |
+
- martimfasantos/openai-summarize-tldr
|
12 |
+
pipeline_tag: summarization
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
+
# TinyLlama-1.1B-Sum-SFT
|
19 |
|
20 |
This model is a fine-tuned version of [TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) on the martimfasantos/openai-summarize-tldr dataset.
|
21 |
It achieves the following results on the evaluation set:
|
|
|
77 |
- Transformers 4.43.3
|
78 |
- Pytorch 2.3.1+cu121
|
79 |
- Datasets 2.20.0
|
80 |
+
- Tokenizers 0.19.1
|