ihebaker10
commited on
Commit
•
fd62566
1
Parent(s):
36d938d
Update README.md
Browse files
README.md
CHANGED
@@ -13,38 +13,34 @@ model-index:
|
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
-
#
|
17 |
|
18 |
-
|
19 |
-
It achieves the following results on the evaluation set:
|
20 |
-
- Loss: 0.9496
|
21 |
-
- Bleu: 55.6009
|
22 |
-
- Gen Len: 5.8406
|
23 |
|
24 |
-
|
25 |
|
26 |
-
|
27 |
|
28 |
-
|
29 |
|
30 |
-
|
31 |
|
32 |
-
|
33 |
|
34 |
-
|
|
|
35 |
|
36 |
-
|
37 |
|
38 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
-
The following hyperparameters were used during training:
|
41 |
-
- learning_rate: 2e-05
|
42 |
-
- train_batch_size: 16
|
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 |
-
- num_epochs: 4
|
48 |
|
49 |
### Training results
|
50 |
|
|
|
13 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
14 |
should probably proofread and complete it, then remove this comment. -->
|
15 |
|
16 |
+
# German Names to English Translation Model
|
17 |
|
18 |
+
## Model Overview
|
|
|
|
|
|
|
|
|
19 |
|
20 |
+
This translation model is specifically designed to accurately and fluently translate German names and surnames into English.
|
21 |
|
22 |
+
## Intended Uses and Limitations
|
23 |
|
24 |
+
This model is built for Spark IT enterprise looking to automate the translation process of German names and surnames into English.
|
25 |
|
26 |
+
## Training and Evaluation Data
|
27 |
|
28 |
+
This model has been trained on a diverse dataset consisting of over 68,493 lines of data, encompassing a wide range of Hindi names and surnames along with their English counterparts. Evaluation data has been carefully selected to ensure reliable and accurate translation performance.
|
29 |
|
30 |
+
## Training Procedure
|
31 |
+
- 1 days of training
|
32 |
|
33 |
+
### Hardware Environment:
|
34 |
|
35 |
+
- Azure Studio
|
36 |
+
- Standard_DS12_v2
|
37 |
+
- 4 cores, 28GB RAM, 56GB storage
|
38 |
+
- Data manipulation and training on medium-sized datasets (1-10GB)
|
39 |
+
- 6 cores
|
40 |
+
- Loss: 0.4618
|
41 |
+
- Bleu: 70.7674
|
42 |
+
- Gen Len: 10.2548
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
### Training results
|
46 |
|