Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,15 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
-
base_model: martimfasantos/
|
| 4 |
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
|
|
@@ -14,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# simpo-sum-10p-shuff-1e-7-full-from-sft-tiny_real
|
| 16 |
|
| 17 |
-
This model is a fine-tuned version of [martimfasantos/
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -56,4 +59,4 @@ The following hyperparameters were used during training:
|
|
| 56 |
- Transformers 4.43.3
|
| 57 |
- Pytorch 2.3.1+cu121
|
| 58 |
- Datasets 2.20.0
|
| 59 |
-
- Tokenizers 0.19.1
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
base_model: martimfasantos/TinyLlama-1.1B-Sum-SFT
|
| 4 |
tags:
|
| 5 |
- summarization
|
| 6 |
- generated_from_trainer
|
| 7 |
model-index:
|
| 8 |
+
- name: TinyLlama-1.1B-Sum-DPO-gamma
|
| 9 |
results: []
|
| 10 |
+
datasets:
|
| 11 |
+
- openai/summarize_from_feedback
|
| 12 |
+
pipeline_tag: summarization
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 17 |
|
| 18 |
# simpo-sum-10p-shuff-1e-7-full-from-sft-tiny_real
|
| 19 |
|
| 20 |
+
This model is a fine-tuned version of [martimfasantos/TinyLlama-1.1B-Sum-SFT](https://huggingface.co/martimfasantos/TinyLlama-1.1B-Sum-SFT) on the openai/summarize_from_feedback dataset.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 59 |
- Transformers 4.43.3
|
| 60 |
- Pytorch 2.3.1+cu121
|
| 61 |
- Datasets 2.20.0
|
| 62 |
+
- Tokenizers 0.19.1
|