gs224 commited on
Commit
a1d9b8f
1 Parent(s): 3894193

Add model, config, and tokenizer

Browse files
README.md ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ base_model: facebook/bart-large
5
+ tags:
6
+ - generated_from_trainer
7
+ datasets:
8
+ - iva_mt_wslot
9
+ metrics:
10
+ - bleu
11
+ model-index:
12
+ - name: seq2seq
13
+ results:
14
+ - task:
15
+ name: Sequence-to-sequence Language Modeling
16
+ type: text2text-generation
17
+ dataset:
18
+ name: iva_mt_wslot
19
+ type: iva_mt_wslot
20
+ config: en-pl
21
+ split: validation
22
+ args: en-pl
23
+ metrics:
24
+ - name: Bleu
25
+ type: bleu
26
+ value: 20.3646
27
+ ---
28
+
29
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
30
+ should probably proofread and complete it, then remove this comment. -->
31
+
32
+ # seq2seq
33
+
34
+ This model is a fine-tuned version of [facebook/bart-large](https://huggingface.co/facebook/bart-large) on the iva_mt_wslot dataset.
35
+ It achieves the following results on the evaluation set:
36
+ - Loss: 1.1103
37
+ - Bleu: 20.3646
38
+ - Gen Len: 17.8886
39
+
40
+ ## Model description
41
+
42
+ More information needed
43
+
44
+ ## Intended uses & limitations
45
+
46
+ More information needed
47
+
48
+ ## Training and evaluation data
49
+
50
+ More information needed
51
+
52
+ ## Training procedure
53
+
54
+ ### Training hyperparameters
55
+
56
+ The following hyperparameters were used during training:
57
+ - learning_rate: 5e-05
58
+ - train_batch_size: 16
59
+ - eval_batch_size: 16
60
+ - seed: 42
61
+ - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
62
+ - lr_scheduler_type: linear
63
+ - num_epochs: 2
64
+ - mixed_precision_training: Native AMP
65
+
66
+ ### Training results
67
+
68
+ | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
69
+ |:-------------:|:-----:|:----:|:---------------:|:-------:|:-------:|
70
+ | 1.6673 | 1.0 | 1273 | 1.2760 | 17.6152 | 17.5786 |
71
+ | 1.1375 | 2.0 | 2546 | 1.1103 | 20.3646 | 17.8886 |
72
+
73
+
74
+ ### Framework versions
75
+
76
+ - Transformers 4.46.2
77
+ - Pytorch 2.5.1+cu121
78
+ - Datasets 3.1.0
79
+ - Tokenizers 0.20.3
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 0,
3
+ "decoder_start_token_id": 2,
4
+ "early_stopping": true,
5
+ "eos_token_id": 2,
6
+ "forced_bos_token_id": 0,
7
+ "forced_eos_token_id": 2,
8
+ "no_repeat_ngram_size": 3,
9
+ "num_beams": 4,
10
+ "pad_token_id": 1,
11
+ "transformers_version": "4.46.2"
12
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:974b80c7a4041a790b2dff19ee5a96fc941896abfd1dbecb5330792a0148dc69
3
  size 1625426996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc6dc2aea12064ebf52a01692ad90b3f95496a61951f87907485176ed4b0b185
3
  size 1625426996
runs/Nov17_17-02-02_e4e90092f098/events.out.tfevents.1731862924.e4e90092f098.411.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:de15d7300a401606faaa3012e29096bf79698b38a83a252879f18b1fce9fbd80
3
- size 7627
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e7327da6bcb536929705c8149e73a3bfe4c5cacba2bac46491ef7ea1f09852c
3
+ size 8351