Instructions to use NIRVLab/bartede with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use NIRVLab/bartede with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("NIRVLab/bartede") model = AutoModelForSeq2SeqLM.from_pretrained("NIRVLab/bartede") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +15 -19
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [vinai/bartpho-syllable](https://huggingface.co/vinai/bartpho-syllable) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -35,12 +35,15 @@ More information needed
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
-
- learning_rate:
|
| 39 |
-
- train_batch_size:
|
| 40 |
-
- eval_batch_size:
|
| 41 |
- seed: 42
|
|
|
|
|
|
|
| 42 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 43 |
- lr_scheduler_type: linear
|
|
|
|
| 44 |
- num_epochs: 15
|
| 45 |
- mixed_precision_training: Native AMP
|
| 46 |
|
|
@@ -48,21 +51,14 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 51 |
-
|
|
| 52 |
-
|
|
| 53 |
-
|
|
| 54 |
-
|
|
| 55 |
-
|
|
| 56 |
-
|
|
| 57 |
-
|
|
| 58 |
-
|
|
| 59 |
-
| 0.6533 | 9.0 | 1422 | 0.5895 |
|
| 60 |
-
| 0.5543 | 10.0 | 1580 | 0.5840 |
|
| 61 |
-
| 0.5543 | 11.0 | 1738 | 0.5777 |
|
| 62 |
-
| 0.5543 | 12.0 | 1896 | 0.5731 |
|
| 63 |
-
| 0.4994 | 13.0 | 2054 | 0.5735 |
|
| 64 |
-
| 0.4994 | 14.0 | 2212 | 0.5735 |
|
| 65 |
-
| 0.4994 | 15.0 | 2370 | 0.5736 |
|
| 66 |
|
| 67 |
|
| 68 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [vinai/bartpho-syllable](https://huggingface.co/vinai/bartpho-syllable) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.5850
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 35 |
### Training hyperparameters
|
| 36 |
|
| 37 |
The following hyperparameters were used during training:
|
| 38 |
+
- learning_rate: 0.0001
|
| 39 |
+
- train_batch_size: 8
|
| 40 |
+
- eval_batch_size: 8
|
| 41 |
- seed: 42
|
| 42 |
+
- gradient_accumulation_steps: 8
|
| 43 |
+
- total_train_batch_size: 64
|
| 44 |
- optimizer: Use OptimizerNames.ADAMW_TORCH_FUSED with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 45 |
- lr_scheduler_type: linear
|
| 46 |
+
- lr_scheduler_warmup_steps: 0.06
|
| 47 |
- num_epochs: 15
|
| 48 |
- mixed_precision_training: Native AMP
|
| 49 |
|
|
|
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 54 |
+
| 7.9411 | 1.0 | 158 | 0.8584 |
|
| 55 |
+
| 5.7966 | 2.0 | 316 | 0.6884 |
|
| 56 |
+
| 4.6457 | 3.0 | 474 | 0.6328 |
|
| 57 |
+
| 4.1820 | 4.0 | 632 | 0.6210 |
|
| 58 |
+
| 3.8281 | 5.0 | 790 | 0.5837 |
|
| 59 |
+
| 2.7451 | 6.0 | 948 | 0.5861 |
|
| 60 |
+
| 2.3142 | 7.0 | 1106 | 0.6141 |
|
| 61 |
+
| 1.8199 | 8.0 | 1264 | 0.6588 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1911406472
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e770e35697421f428ad1dcc95ba93ebc507612dc32af085f5f331a96720ea355
|
| 3 |
size 1911406472
|