Update README.md
Browse files
README.md
CHANGED
|
@@ -15,21 +15,8 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
|
| 16 |
# t5-hinglish-translator
|
| 17 |
|
| 18 |
-
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the findnitai/english-to-hinglish dataset.
|
| 19 |
-
|
| 20 |
-
## Model description
|
| 21 |
-
|
| 22 |
-
More information needed
|
| 23 |
-
|
| 24 |
-
## Intended uses & limitations
|
| 25 |
-
|
| 26 |
-
More information needed
|
| 27 |
-
|
| 28 |
-
## Training and evaluation data
|
| 29 |
-
|
| 30 |
-
More information needed
|
| 31 |
-
|
| 32 |
-
## Training procedure
|
| 33 |
|
| 34 |
### Training hyperparameters
|
| 35 |
|
|
@@ -44,11 +31,4 @@ The following hyperparameters were used during training:
|
|
| 44 |
|
| 45 |
### Training results
|
| 46 |
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
### Framework versions
|
| 50 |
-
|
| 51 |
-
- Transformers 4.30.2
|
| 52 |
-
- Pytorch 2.0.1+cu117
|
| 53 |
-
- Datasets 2.13.0
|
| 54 |
-
- Tokenizers 0.13.3
|
|
|
|
| 15 |
|
| 16 |
# t5-hinglish-translator
|
| 17 |
|
| 18 |
+
This model is a fine-tuned version of [t5-small](https://huggingface.co/t5-small) on the [findnitai/english-to-hinglish](https://huggingface.co/datasets/findnitai/english-to-hinglish) dataset.
|
| 19 |
+
Example use: "Translate English to Hinglish : How is the weather?"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
### Training hyperparameters
|
| 22 |
|
|
|
|
| 31 |
|
| 32 |
### Training results
|
| 33 |
|
| 34 |
+
- Loss : 2.71
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|