Training in progress, step 1000
Browse files- README.md +2 -2
- config.json +1 -1
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -4,8 +4,8 @@ library_name: transformers
|
|
| 4 |
model_name: bartpho-cpotrl-summarization-word1
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
-
- cpo
|
| 8 |
- trl
|
|
|
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
|
@@ -27,7 +27,7 @@ print(output["generated_text"])
|
|
| 27 |
|
| 28 |
## Training procedure
|
| 29 |
|
| 30 |
-
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/sonspeed-hanoi-university-of-science-and-technology/bartpho-summarization-cpotrl/runs/
|
| 31 |
|
| 32 |
|
| 33 |
This model was trained with CPO, a method introduced in [Contrastive Preference Optimization: Pushing the Boundaries of LLM Performance in Machine Translation](https://huggingface.co/papers/2401.08417).
|
|
|
|
| 4 |
model_name: bartpho-cpotrl-summarization-word1
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
| 7 |
- trl
|
| 8 |
+
- cpo
|
| 9 |
licence: license
|
| 10 |
---
|
| 11 |
|
|
|
|
| 27 |
|
| 28 |
## Training procedure
|
| 29 |
|
| 30 |
+
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="150" height="24"/>](https://wandb.ai/sonspeed-hanoi-university-of-science-and-technology/bartpho-summarization-cpotrl/runs/r8xksjdz)
|
| 31 |
|
| 32 |
|
| 33 |
This model was trained with CPO, a method introduced in [Contrastive Preference Optimization: Pushing the Boundaries of LLM Performance in Machine Translation](https://huggingface.co/papers/2401.08417).
|
config.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
"decoder_ffn_dim": 4096,
|
| 13 |
"decoder_layerdrop": 0.0,
|
| 14 |
"decoder_layers": 12,
|
| 15 |
-
"decoder_start_token_id":
|
| 16 |
"dropout": 0.1,
|
| 17 |
"encoder_attention_heads": 16,
|
| 18 |
"encoder_ffn_dim": 4096,
|
|
|
|
| 12 |
"decoder_ffn_dim": 4096,
|
| 13 |
"decoder_layerdrop": 0.0,
|
| 14 |
"decoder_layers": 12,
|
| 15 |
+
"decoder_start_token_id": 2,
|
| 16 |
"dropout": 0.1,
|
| 17 |
"encoder_attention_heads": 16,
|
| 18 |
"encoder_ffn_dim": 4096,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1681761380
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9d2d1aba2b5f3b031e74a830531224c4509632996119be5142675fa2c172fb78
|
| 3 |
size 1681761380
|