Instructions to use Ro551/mt5-small-GEC-spanish-cowsl2h with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ro551/mt5-small-GEC-spanish-cowsl2h with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Ro551/mt5-small-GEC-spanish-cowsl2h") model = AutoModelForSeq2SeqLM.from_pretrained("Ro551/mt5-small-GEC-spanish-cowsl2h", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Model trained and pushed to Hugging Face Hub
Browse files- README.md +7 -6
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -16,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
-
- Gleu: 0.
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
@@ -45,15 +45,16 @@ The following hyperparameters were used during training:
|
|
| 45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
- lr_scheduler_warmup_steps: 0.08931724594470192
|
| 48 |
-
- num_epochs:
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Gleu |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 54 |
-
| 2.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
|
|
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [google/mt5-small](https://huggingface.co/google/mt5-small) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.1076
|
| 20 |
+
- Gleu: 0.4330
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 45 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
- lr_scheduler_warmup_steps: 0.08931724594470192
|
| 48 |
+
- num_epochs: 4
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
| Training Loss | Epoch | Step | Validation Loss | Gleu |
|
| 53 |
|:-------------:|:-----:|:----:|:---------------:|:------:|
|
| 54 |
+
| 2.8884 | 1.0 | 388 | 0.2258 | 0.0917 |
|
| 55 |
+
| 0.3333 | 2.0 | 776 | 0.1217 | 0.3753 |
|
| 56 |
+
| 0.2522 | 3.0 | 1164 | 0.1126 | 0.4238 |
|
| 57 |
+
| 0.2273 | 4.0 | 1552 | 0.1076 | 0.4330 |
|
| 58 |
|
| 59 |
|
| 60 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2225188480
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be3bb43fb1c9c0138f07e0efec72446d67aa2dee44b8777f9f90c22f6f5a3421
|
| 3 |
size 2225188480
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5393
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4e2069c2bdadd3c90f390a496ebc97331da934a70cde00a91f9235eec5ba8cbe
|
| 3 |
size 5393
|