Samuael/amBART
Browse files- README.md +14 -15
- config.json +1 -1
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: Samuael/
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
model-index:
|
|
@@ -12,17 +12,17 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 12 |
|
| 13 |
# amBART
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [Samuael/
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
-
- eval_loss:
|
| 18 |
-
- eval_wer: 0.
|
| 19 |
-
- eval_cer: 0.
|
| 20 |
-
- eval_bleu: 0.
|
| 21 |
-
- eval_runtime:
|
| 22 |
-
- eval_samples_per_second:
|
| 23 |
-
- eval_steps_per_second: 0.
|
| 24 |
-
- epoch:
|
| 25 |
-
- step:
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
@@ -41,14 +41,13 @@ More information needed
|
|
| 41 |
### Training hyperparameters
|
| 42 |
|
| 43 |
The following hyperparameters were used during training:
|
| 44 |
-
- learning_rate: 0.
|
| 45 |
-
- train_batch_size:
|
| 46 |
-
- eval_batch_size:
|
| 47 |
- seed: 42
|
| 48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 49 |
- lr_scheduler_type: linear
|
| 50 |
- num_epochs: 50
|
| 51 |
-
- mixed_precision_training: Native AMP
|
| 52 |
|
| 53 |
### Framework versions
|
| 54 |
|
|
|
|
| 1 |
---
|
| 2 |
+
base_model: Samuael/amBART
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
model-index:
|
|
|
|
| 12 |
|
| 13 |
# amBART
|
| 14 |
|
| 15 |
+
This model is a fine-tuned version of [Samuael/amBART](https://huggingface.co/Samuael/amBART) on an unknown dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- eval_loss: 3.4340
|
| 18 |
+
- eval_wer: 0.9966
|
| 19 |
+
- eval_cer: 0.8055
|
| 20 |
+
- eval_bleu: 0.1833
|
| 21 |
+
- eval_runtime: 8.1414
|
| 22 |
+
- eval_samples_per_second: 44.096
|
| 23 |
+
- eval_steps_per_second: 0.246
|
| 24 |
+
- epoch: 11.0
|
| 25 |
+
- step: 3905
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 41 |
### Training hyperparameters
|
| 42 |
|
| 43 |
The following hyperparameters were used during training:
|
| 44 |
+
- learning_rate: 0.0002
|
| 45 |
+
- train_batch_size: 256
|
| 46 |
+
- eval_batch_size: 256
|
| 47 |
- seed: 42
|
| 48 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 49 |
- lr_scheduler_type: linear
|
| 50 |
- num_epochs: 50
|
|
|
|
| 51 |
|
| 52 |
### Framework versions
|
| 53 |
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "Samuael/
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"architectures": [
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "Samuael/amBART",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "gelu",
|
| 5 |
"architectures": [
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 180813204
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e48b1ce78fe21170b4789afb20904bfd8f3b41f68909381b4fb2c806011a1255
|
| 3 |
size 180813204
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:89e3c4eea5f7f0e97067c89e15fc1896956960907cf92ea9ab7b5f40a6a93afe
|
| 3 |
size 4984
|