Instructions to use mamlong34/t5_small_race_mutlirc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use mamlong34/t5_small_race_mutlirc with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("mamlong34/t5_small_race_mutlirc") model = AutoModelForSeq2SeqLM.from_pretrained("mamlong34/t5_small_race_mutlirc", device_map="auto") - Notebooks
- Google Colab
- Kaggle
update model card README.md
Browse files
README.md
CHANGED
|
@@ -2,8 +2,6 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
-
datasets:
|
| 6 |
-
- cosmos_qa
|
| 7 |
metrics:
|
| 8 |
- accuracy
|
| 9 |
model-index:
|
|
@@ -16,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# t5_small_race_mutlirc
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 0.
|
| 22 |
-
- Accuracy: 0.
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
@@ -38,22 +36,22 @@ More information needed
|
|
| 38 |
### Training hyperparameters
|
| 39 |
|
| 40 |
The following hyperparameters were used during training:
|
| 41 |
-
- learning_rate:
|
| 42 |
- train_batch_size: 8
|
| 43 |
- eval_batch_size: 16
|
| 44 |
- seed: 42
|
| 45 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 46 |
- lr_scheduler_type: linear
|
| 47 |
-
- lr_scheduler_warmup_steps:
|
| 48 |
- num_epochs: 3.0
|
| 49 |
|
| 50 |
### Training results
|
| 51 |
|
| 52 |
-
| Training Loss | Epoch | Step | Validation Loss |
|
| 53 |
-
|:-------------:|:-----:|:----:|:---------------
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
|
| 58 |
|
| 59 |
### Framework versions
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
|
|
|
|
|
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
model-index:
|
|
|
|
| 14 |
|
| 15 |
# t5_small_race_mutlirc
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the None dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 0.5760
|
| 20 |
+
- Accuracy: 0.5259
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
|
|
|
| 36 |
### Training hyperparameters
|
| 37 |
|
| 38 |
The following hyperparameters were used during training:
|
| 39 |
+
- learning_rate: 0.0001
|
| 40 |
- train_batch_size: 8
|
| 41 |
- eval_batch_size: 16
|
| 42 |
- seed: 42
|
| 43 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 44 |
- lr_scheduler_type: linear
|
| 45 |
+
- lr_scheduler_warmup_steps: 1000
|
| 46 |
- num_epochs: 3.0
|
| 47 |
|
| 48 |
### Training results
|
| 49 |
|
| 50 |
+
| Training Loss | Epoch | Step | Accuracy | Validation Loss |
|
| 51 |
+
|:-------------:|:-----:|:-----:|:--------:|:---------------:|
|
| 52 |
+
| 0.6043 | 1.0 | 14141 | 0.4832 | 0.5925 |
|
| 53 |
+
| 0.5647 | 2.0 | 28282 | 0.5152 | 0.5659 |
|
| 54 |
+
| 0.5237 | 3.0 | 42423 | 0.5760 | 0.5259 |
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|