Upload model
Browse files- README.md +31 -25
- config.json +1 -1
- tf_model.h5 +1 -1
README.md
CHANGED
|
@@ -1,16 +1,12 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_keras_callback
|
| 5 |
model-index:
|
| 6 |
- name: indian_translatorv1
|
| 7 |
results: []
|
| 8 |
-
license: mit
|
| 9 |
-
datasets:
|
| 10 |
-
- nashrah18/indiantranslator
|
| 11 |
-
language:
|
| 12 |
-
- en
|
| 13 |
-
- hi
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
@@ -18,14 +14,24 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
# indian_translatorv1
|
| 20 |
|
| 21 |
-
This model
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
- Train Loss: 0.
|
| 24 |
- Epoch: 14
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
| 28 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
|
| 30 |
### Training hyperparameters
|
| 31 |
|
|
@@ -37,21 +43,21 @@ The following hyperparameters were used during training:
|
|
| 37 |
|
| 38 |
| Train Loss | Epoch |
|
| 39 |
|:----------:|:-----:|
|
| 40 |
-
|
|
| 41 |
-
|
|
| 42 |
-
|
|
| 43 |
-
| 0.
|
| 44 |
-
| 0.
|
| 45 |
-
| 0.
|
| 46 |
-
| 0.
|
| 47 |
-
| 0.
|
| 48 |
-
| 0.
|
| 49 |
-
| 0.
|
| 50 |
-
| 0.
|
| 51 |
-
| 0.
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
|
| 56 |
|
| 57 |
### Framework versions
|
|
@@ -59,4 +65,4 @@ The following hyperparameters were used during training:
|
|
| 59 |
- Transformers 4.48.3
|
| 60 |
- TensorFlow 2.18.0
|
| 61 |
- Datasets 3.3.2
|
| 62 |
-
- Tokenizers 0.21.0
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
base_model: Helsinki-NLP/opus-mt-en-hi
|
| 5 |
tags:
|
| 6 |
- generated_from_keras_callback
|
| 7 |
model-index:
|
| 8 |
- name: indian_translatorv1
|
| 9 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
|
|
|
| 14 |
|
| 15 |
# indian_translatorv1
|
| 16 |
|
| 17 |
+
This model is a fine-tuned version of [Helsinki-NLP/opus-mt-en-hi](https://huggingface.co/Helsinki-NLP/opus-mt-en-hi) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Train Loss: 0.1119
|
| 20 |
- Epoch: 14
|
| 21 |
|
| 22 |
## Model description
|
| 23 |
|
| 24 |
+
More information needed
|
| 25 |
+
|
| 26 |
+
## Intended uses & limitations
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Training and evaluation data
|
| 31 |
+
|
| 32 |
+
More information needed
|
| 33 |
+
|
| 34 |
+
## Training procedure
|
| 35 |
|
| 36 |
### Training hyperparameters
|
| 37 |
|
|
|
|
| 43 |
|
| 44 |
| Train Loss | Epoch |
|
| 45 |
|:----------:|:-----:|
|
| 46 |
+
| 2.7680 | 0 |
|
| 47 |
+
| 1.7672 | 1 |
|
| 48 |
+
| 1.2098 | 2 |
|
| 49 |
+
| 0.9267 | 3 |
|
| 50 |
+
| 0.6953 | 4 |
|
| 51 |
+
| 0.5534 | 5 |
|
| 52 |
+
| 0.4267 | 6 |
|
| 53 |
+
| 0.3309 | 7 |
|
| 54 |
+
| 0.2949 | 8 |
|
| 55 |
+
| 0.2394 | 9 |
|
| 56 |
+
| 0.2157 | 10 |
|
| 57 |
+
| 0.1717 | 11 |
|
| 58 |
+
| 0.1564 | 12 |
|
| 59 |
+
| 0.1278 | 13 |
|
| 60 |
+
| 0.1119 | 14 |
|
| 61 |
|
| 62 |
|
| 63 |
### Framework versions
|
|
|
|
| 65 |
- Transformers 4.48.3
|
| 66 |
- TensorFlow 2.18.0
|
| 67 |
- Datasets 3.3.2
|
| 68 |
+
- Tokenizers 0.21.0
|
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "swish",
|
| 5 |
"add_bias_logits": false,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "Helsinki-NLP/opus-mt-en-hi",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "swish",
|
| 5 |
"add_bias_logits": false,
|
tf_model.h5
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 306059944
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:37748d96d3e69cde8c83950318e8627f87b09c1d457bfe4b9d13fca4ff56f3cc
|
| 3 |
size 306059944
|