manojbalaji1 commited on
Commit
f29d301
1 Parent(s): 3a1cbfc

Model save

Browse files
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ base_model: facebook/nllb-200-distilled-600M
4
+ tags:
5
+ - generated_from_trainer
6
+ metrics:
7
+ - rouge
8
+ model-index:
9
+ - name: nllb-200-distilled-600M-finetuned_ramayana_sns_prose
10
+ results: []
11
+ ---
12
+
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
+ # nllb-200-distilled-600M-finetuned_ramayana_sns_prose
17
+
18
+ This model is a fine-tuned version of [facebook/nllb-200-distilled-600M](https://huggingface.co/facebook/nllb-200-distilled-600M) on the None dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 3.5584
21
+ - Rouge1: 19.8304
22
+ - Rouge2: 2.4248
23
+ - Rougel: 13.9446
24
+ - Rougelsum: 18.3552
25
+
26
+ ## Model description
27
+
28
+ More information needed
29
+
30
+ ## Intended uses & limitations
31
+
32
+ More information needed
33
+
34
+ ## Training and evaluation data
35
+
36
+ More information needed
37
+
38
+ ## Training procedure
39
+
40
+ ### Training hyperparameters
41
+
42
+ The following hyperparameters were used during training:
43
+ - learning_rate: 5.6e-06
44
+ - train_batch_size: 1
45
+ - eval_batch_size: 1
46
+ - seed: 42
47
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
+ - lr_scheduler_type: linear
49
+ - num_epochs: 20
50
+
51
+ ### Training results
52
+
53
+ | Training Loss | Epoch | Step | Validation Loss | Rouge1 | Rouge2 | Rougel | Rougelsum |
54
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:------:|:-------:|:---------:|
55
+ | 4.595 | 1.0 | 427 | 4.1428 | 15.776 | 1.4778 | 12.3256 | 14.3476 |
56
+ | 4.1875 | 2.0 | 854 | 3.9597 | 16.6403 | 1.7896 | 12.7134 | 15.0805 |
57
+ | 4.0304 | 3.0 | 1281 | 3.8653 | 16.6812 | 1.8152 | 12.5282 | 15.1217 |
58
+ | 3.9243 | 4.0 | 1708 | 3.7984 | 17.1533 | 1.788 | 13.1478 | 15.5023 |
59
+ | 3.8485 | 5.0 | 2135 | 3.7505 | 17.3886 | 1.8682 | 13.1805 | 15.711 |
60
+ | 3.786 | 6.0 | 2562 | 3.7141 | 17.7897 | 1.9953 | 13.2044 | 15.9314 |
61
+ | 3.732 | 7.0 | 2989 | 3.6815 | 18.3797 | 2.0735 | 13.8603 | 16.7243 |
62
+ | 3.6865 | 8.0 | 3416 | 3.6559 | 18.2702 | 2.0286 | 13.3494 | 16.5957 |
63
+ | 3.6515 | 9.0 | 3843 | 3.6354 | 18.0194 | 1.9282 | 12.9295 | 16.4714 |
64
+ | 3.6177 | 10.0 | 4270 | 3.6193 | 18.7825 | 2.0085 | 13.2207 | 17.1223 |
65
+ | 3.5877 | 11.0 | 4697 | 3.6030 | 19.1192 | 2.1276 | 13.9442 | 17.609 |
66
+ | 3.5665 | 12.0 | 5124 | 3.5943 | 19.5031 | 2.3146 | 13.7631 | 17.9879 |
67
+ | 3.5454 | 13.0 | 5551 | 3.5828 | 19.7688 | 2.2574 | 13.9943 | 18.2914 |
68
+ | 3.5247 | 14.0 | 5978 | 3.5763 | 19.4478 | 2.3024 | 13.8854 | 17.9616 |
69
+ | 3.509 | 15.0 | 6405 | 3.5704 | 19.3998 | 2.2633 | 13.707 | 17.9534 |
70
+ | 3.4983 | 16.0 | 6832 | 3.5646 | 19.6401 | 2.3265 | 13.9141 | 18.2001 |
71
+ | 3.4865 | 17.0 | 7259 | 3.5604 | 19.1833 | 2.398 | 13.6566 | 17.7596 |
72
+ | 3.4802 | 18.0 | 7686 | 3.5584 | 19.8304 | 2.4248 | 13.9446 | 18.3552 |
73
+
74
+
75
+ ### Framework versions
76
+
77
+ - Transformers 4.41.2
78
+ - Pytorch 2.0.1+cu117
79
+ - Datasets 2.19.2
80
+ - Tokenizers 0.19.1
generation_config.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "eos_token_id": 2,
5
+ "max_length": 200,
6
+ "pad_token_id": 1,
7
+ "transformers_version": "4.41.2"
8
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ede8496e5f7ffbf2d274abd0da69511e99232cc2e7d5be0243df71e92c08c627
3
  size 2460354912
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:407691b8fb2f3ca304c7010a4d8eac35cf8fd6fcaf9acffe446e5bd33178e97c
3
  size 2460354912
runs/Jun13_16-39-39_sanskrit/events.out.tfevents.1718296784.sanskrit.902175.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1d5ace3eafe6863a032be727d98f901a608d7cedb47451b986b64613131c422c
3
- size 16965
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b09f1d679ff5bdfe6f47812df104564cdcb00c0881dbdb69768990269efb00a3
3
+ size 18004
runs/Jun13_16-39-39_sanskrit/events.out.tfevents.1718305074.sanskrit.902175.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3994cf6bd57e73e79ff8844b45ade25e5fe7ae73276388e17aac13de533e2550
3
+ size 562