AnhNam commited on
Commit
7f5718d
·
verified ·
1 Parent(s): ae71c47

Model save

Browse files
README.md CHANGED
@@ -17,8 +17,8 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  This model is a fine-tuned version of [AnhNam/Luong_modernBert_ft](https://huggingface.co/AnhNam/Luong_modernBert_ft) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.4593
21
- - F1: 0.7823
22
 
23
  ## Model description
24
 
@@ -37,37 +37,29 @@ More information needed
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
- - learning_rate: 1e-06
41
- - train_batch_size: 4
42
- - eval_batch_size: 4
43
  - seed: 42
44
  - gradient_accumulation_steps: 2
45
- - total_train_batch_size: 8
46
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_ratio: 0.1
49
- - num_epochs: 15
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
- | Training Loss | Epoch | Step | Validation Loss | F1 |
55
- |:-------------:|:-----:|:----:|:---------------:|:------:|
56
- | 0.3443 | 1.0 | 7 | 0.5216 | 0.5071 |
57
- | 0.434 | 2.0 | 14 | 0.5117 | 0.5071 |
58
- | 1.1626 | 3.0 | 21 | 0.5010 | 0.5071 |
59
- | 1.6782 | 4.0 | 28 | 0.4867 | 0.7016 |
60
- | 0.4249 | 5.0 | 35 | 0.4777 | 0.7016 |
61
- | 0.9495 | 6.0 | 42 | 0.4716 | 0.7016 |
62
- | 0.5363 | 7.0 | 49 | 0.4685 | 0.7823 |
63
- | 1.0944 | 8.0 | 56 | 0.4669 | 0.7823 |
64
- | 1.1263 | 9.0 | 63 | 0.4637 | 0.7823 |
65
- | 0.8751 | 10.0 | 70 | 0.4626 | 0.7823 |
66
- | 0.4535 | 11.0 | 77 | 0.4611 | 0.7823 |
67
- | 0.5308 | 12.0 | 84 | 0.4596 | 0.7823 |
68
- | 0.8087 | 13.0 | 91 | 0.4595 | 0.7823 |
69
- | 0.4981 | 14.0 | 98 | 0.4592 | 0.7823 |
70
- | 0.698 | 15.0 | 105 | 0.4593 | 0.7823 |
71
 
72
 
73
  ### Framework versions
 
17
 
18
  This model is a fine-tuned version of [AnhNam/Luong_modernBert_ft](https://huggingface.co/AnhNam/Luong_modernBert_ft) on the None dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 0.4084
21
+ - F1: 0.8571
22
 
23
  ## Model description
24
 
 
37
  ### Training hyperparameters
38
 
39
  The following hyperparameters were used during training:
40
+ - learning_rate: 5e-06
41
+ - train_batch_size: 2
42
+ - eval_batch_size: 2
43
  - seed: 42
44
  - gradient_accumulation_steps: 2
45
+ - total_train_batch_size: 4
46
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
47
  - lr_scheduler_type: linear
48
  - lr_scheduler_warmup_ratio: 0.1
49
+ - num_epochs: 7
50
  - mixed_precision_training: Native AMP
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | F1 |
55
+ |:-------------:|:------:|:----:|:---------------:|:------:|
56
+ | 0.1646 | 1.0 | 14 | 0.5255 | 0.5578 |
57
+ | 0.1971 | 2.0 | 28 | 0.4755 | 0.7016 |
58
+ | 0.1588 | 3.0 | 42 | 0.4503 | 0.7823 |
59
+ | 0.0806 | 4.0 | 56 | 0.4234 | 0.8571 |
60
+ | 0.0221 | 5.0 | 70 | 0.4139 | 0.8571 |
61
+ | 0.0196 | 6.0 | 84 | 0.4086 | 0.8571 |
62
+ | 0.2718 | 6.5185 | 91 | 0.4084 | 0.8571 |
 
 
 
 
 
 
 
 
63
 
64
 
65
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:5121332c4dadc233a3803a901dbbd66175b1c1a9c0eb300d4ea4cbb1baf31540
3
  size 598439784
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa3a335bc79db5daac4a97ca4bc2be4a3380b99fcdc36ece33a21bd34b082c77
3
  size 598439784
special_tokens_map.json CHANGED
@@ -8,7 +8,7 @@
8
  },
9
  "mask_token": {
10
  "content": "[MASK]",
11
- "lstrip": false,
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
 
8
  },
9
  "mask_token": {
10
  "content": "[MASK]",
11
+ "lstrip": true,
12
  "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
tokenizer.json CHANGED
@@ -309,7 +309,7 @@
309
  "id": 50284,
310
  "content": "[MASK]",
311
  "single_word": false,
312
- "lstrip": false,
313
  "rstrip": false,
314
  "normalized": false,
315
  "special": true
 
309
  "id": 50284,
310
  "content": "[MASK]",
311
  "single_word": false,
312
+ "lstrip": true,
313
  "rstrip": false,
314
  "normalized": false,
315
  "special": true
tokenizer_config.json CHANGED
@@ -258,7 +258,7 @@
258
  },
259
  "50284": {
260
  "content": "[MASK]",
261
- "lstrip": false,
262
  "normalized": false,
263
  "rstrip": false,
264
  "single_word": false,
 
258
  },
259
  "50284": {
260
  "content": "[MASK]",
261
+ "lstrip": true,
262
  "normalized": false,
263
  "rstrip": false,
264
  "single_word": false,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:620208894b9c71fe522efafb2b9d6d4edfb2047d9a050bae37d79c30b4ef9537
3
  size 5432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0e12b5090f6aaace50fbd1fc6f402df8012510172f678ec40598bf9476dbebd
3
  size 5432