Swamitucats commited on
Commit
70f85e3
1 Parent(s): f5754ce

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +81 -0
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ datasets:
6
+ - itihasa
7
+ metrics:
8
+ - bleu
9
+ model-index:
10
+ - name: M2M101
11
+ results:
12
+ - task:
13
+ name: Sequence-to-sequence Language Modeling
14
+ type: text2text-generation
15
+ dataset:
16
+ name: itihasa
17
+ type: itihasa
18
+ config: Itihasa
19
+ split: test
20
+ args: Itihasa
21
+ metrics:
22
+ - name: Bleu
23
+ type: bleu
24
+ value: 0.0
25
+ ---
26
+
27
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
28
+ should probably proofread and complete it, then remove this comment. -->
29
+
30
+ # M2M101
31
+
32
+ This model is a fine-tuned version of [facebook/m2m100_418M](https://huggingface.co/facebook/m2m100_418M) on the itihasa dataset.
33
+ It achieves the following results on the evaluation set:
34
+ - Loss: 7.7213
35
+ - Bleu: 0.0
36
+ - Gen Len: 2.0
37
+ - Meteor: 0.0
38
+
39
+ ## Model description
40
+
41
+ More information needed
42
+
43
+ ## Intended uses & limitations
44
+
45
+ More information needed
46
+
47
+ ## Training and evaluation data
48
+
49
+ More information needed
50
+
51
+ ## Training procedure
52
+
53
+ ### Training hyperparameters
54
+
55
+ The following hyperparameters were used during training:
56
+ - learning_rate: 2e-05
57
+ - train_batch_size: 16
58
+ - eval_batch_size: 16
59
+ - seed: 42
60
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
61
+ - lr_scheduler_type: linear
62
+ - num_epochs: 5
63
+ - mixed_precision_training: Native AMP
64
+
65
+ ### Training results
66
+
67
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len | Meteor |
68
+ |:-------------:|:-----:|:-----:|:---------------:|:----:|:-------:|:------:|
69
+ | 0.0001 | 1.0 | 4698 | 7.5812 | 0.0 | 2.0 | 0.0 |
70
+ | 0.0 | 2.0 | 9396 | 7.0783 | 0.0 | 2.0 | 0.0 |
71
+ | 0.0 | 3.0 | 14094 | 8.0417 | 0.0 | 2.0 | 0.0 |
72
+ | 0.0 | 4.0 | 18792 | 7.7102 | 0.0 | 2.0 | 0.0 |
73
+ | 0.0 | 5.0 | 23490 | 7.7213 | 0.0 | 2.0 | 0.0 |
74
+
75
+
76
+ ### Framework versions
77
+
78
+ - Transformers 4.28.0
79
+ - Pytorch 2.3.1+cu118
80
+ - Datasets 2.12.0
81
+ - Tokenizers 0.13.3