cartesinus commited on
Commit
b74bb3b
·
verified ·
1 Parent(s): 80226dd

Add model, config, tokenizer, and custom code

Browse files
README.md CHANGED
@@ -18,9 +18,9 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [](https://huggingface.co/) on the iva_mt_wslot dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 6.0849
22
- - Bleu: 0.0032
23
- - Gen Len: 5.1554
24
 
25
  ## Model description
26
 
@@ -45,7 +45,7 @@ The following hyperparameters were used during training:
45
  - seed: 42
46
  - gradient_accumulation_steps: 4
47
  - total_train_batch_size: 32
48
- - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_steps: 500
51
  - num_epochs: 5
@@ -55,16 +55,16 @@ The following hyperparameters were used during training:
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
57
  |:-------------:|:------:|:----:|:---------------:|:------:|:-------:|
58
- | 7.3868 | 0.9992 | 636 | 7.0446 | 0.0 | 2.7952 |
59
- | 6.5132 | 2.0 | 1273 | 6.4775 | 0.0504 | 7.3246 |
60
- | 6.0691 | 2.9992 | 1909 | 6.2289 | 0.0007 | 3.6667 |
61
- | 5.8713 | 4.0 | 2546 | 6.1236 | 0.0096 | 6.216 |
62
- | 5.7608 | 4.9961 | 3180 | 6.0849 | 0.0032 | 5.1554 |
63
 
64
 
65
  ### Framework versions
66
 
67
- - Transformers 4.46.2
68
- - Pytorch 2.5.0+cu121
69
  - Datasets 3.1.0
70
- - Tokenizers 0.20.3
 
18
 
19
  This model is a fine-tuned version of [](https://huggingface.co/) on the iva_mt_wslot dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 6.0821
22
+ - Bleu: 0.009
23
+ - Gen Len: 5.5922
24
 
25
  ## Model description
26
 
 
45
  - seed: 42
46
  - gradient_accumulation_steps: 4
47
  - total_train_batch_size: 32
48
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
49
  - lr_scheduler_type: linear
50
  - lr_scheduler_warmup_steps: 500
51
  - num_epochs: 5
 
55
 
56
  | Training Loss | Epoch | Step | Validation Loss | Bleu | Gen Len |
57
  |:-------------:|:------:|:----:|:---------------:|:------:|:-------:|
58
+ | 7.4016 | 0.9992 | 636 | 7.0495 | 0.0009 | 3.7101 |
59
+ | 6.5244 | 2.0 | 1273 | 6.4803 | 0.0268 | 7.1527 |
60
+ | 6.101 | 2.9992 | 1909 | 6.2219 | 0.0068 | 5.5162 |
61
+ | 5.919 | 4.0 | 2546 | 6.1188 | 0.0106 | 5.9943 |
62
+ | 5.7827 | 4.9961 | 3180 | 6.0821 | 0.009 | 5.5922 |
63
 
64
 
65
  ### Framework versions
66
 
67
+ - Transformers 4.44.2
68
+ - Pytorch 2.4.1+cu121
69
  - Datasets 3.1.0
70
+ - Tokenizers 0.19.1
config.json CHANGED
@@ -16,6 +16,6 @@
16
  "pad_token_id": 1,
17
  "share_embeddings": false,
18
  "torch_dtype": "float32",
19
- "transformers_version": "4.46.2",
20
  "vocab_size": 28297
21
  }
 
16
  "pad_token_id": 1,
17
  "share_embeddings": false,
18
  "torch_dtype": "float32",
19
+ "transformers_version": "4.44.2",
20
  "vocab_size": 28297
21
  }
generation_config.json CHANGED
@@ -4,5 +4,5 @@
4
  "decoder_start_token_id": 1,
5
  "eos_token_id": 2,
6
  "pad_token_id": 1,
7
- "transformers_version": "4.46.2"
8
  }
 
4
  "decoder_start_token_id": 1,
5
  "eos_token_id": 2,
6
  "pad_token_id": 1,
7
+ "transformers_version": "4.44.2"
8
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:038d0644a5d3cbc88516779d64980ba234fd511a458251ce718926f5a1d983ed
3
  size 109582088
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5ae73bafcbaf410d89666c8d86969ae195b9c753ded9e33d0d5daa2a0cc5b5c
3
  size 109582088
runs/Nov17_14-07-59_ef9497a56ea3/events.out.tfevents.1731852481.ef9497a56ea3.338.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd29a20d2af069b51dcd7d203fca8f2d866f8fe4942ad32feff6a106b0591848
3
+ size 20281
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -34,7 +34,7 @@
34
  }
35
  },
36
  "bos_token": "<bos>",
37
- "clean_up_tokenization_spaces": false,
38
  "eos_token": "<eos>",
39
  "model_max_length": 256,
40
  "pad_token": "<pad>",
 
34
  }
35
  },
36
  "bos_token": "<bos>",
37
+ "clean_up_tokenization_spaces": true,
38
  "eos_token": "<eos>",
39
  "model_max_length": 256,
40
  "pad_token": "<pad>",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:409f5332a77fd169428b007f8b529523e7bd1e1f55ec793941d2cf55bb9cc620
3
- size 5496
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd890c205aa8a72772cb1a5e32a1df9b10bc8f47140268d35196a933c7b159cc
3
+ size 5368