vodailuong2510 commited on
Commit
b18c6e4
verified
1 Parent(s): 0f2099d

Model save

Browse files
Files changed (1) hide show
  1. README.md +10 -12
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 [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 3.4533
22
- - Exact Match: 48.3146
23
- - F1: 0.0
24
 
25
  ## Model description
26
 
@@ -39,22 +39,20 @@ More information needed
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
- - learning_rate: 2.1797209639976736e-05
43
- - train_batch_size: 8
44
- - eval_batch_size: 8
45
  - seed: 42
46
  - optimizer: Use OptimizerNames.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
- - num_epochs: 4
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
54
- | No log | 1.0 | 22 | 5.1165 | 1.1236 | 6.2440 |
55
- | No log | 2.0 | 44 | 4.5043 | 28.0899 | 5.0864 |
56
- | No log | 3.0 | 66 | 3.4867 | 47.1910 | 0.0 |
57
- | No log | 4.0 | 88 | 3.4533 | 48.3146 | 0.0 |
58
 
59
 
60
  ### Framework versions
@@ -62,4 +60,4 @@ The following hyperparameters were used during training:
62
  - Transformers 4.51.2
63
  - Pytorch 2.6.0+cu124
64
  - Datasets 3.5.0
65
- - Tokenizers 0.21.1
 
18
 
19
  This model is a fine-tuned version of [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 4.6998
22
+ - Exact Match: 0.0
23
+ - F1: 6.4735
24
 
25
  ## Model description
26
 
 
39
  ### Training hyperparameters
40
 
41
  The following hyperparameters were used during training:
42
+ - learning_rate: 4.699689850778873e-05
43
+ - train_batch_size: 32
44
+ - eval_batch_size: 32
45
  - seed: 42
46
  - optimizer: Use OptimizerNames.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
+ - num_epochs: 2
49
 
50
  ### Training results
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Exact Match | F1 |
53
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|:------:|
54
+ | No log | 1.0 | 6 | 5.3004 | 0.0 | 6.3986 |
55
+ | No log | 2.0 | 12 | 4.6998 | 0.0 | 6.4735 |
 
 
56
 
57
 
58
  ### Framework versions
 
60
  - Transformers 4.51.2
61
  - Pytorch 2.6.0+cu124
62
  - Datasets 3.5.0
63
+ - Tokenizers 0.21.2