Mou11209203 commited on
Commit
d4c2446
1 Parent(s): 0484c6a

Model save

Browse files
Files changed (2) hide show
  1. README.md +10 -10
  2. model.safetensors +1 -1
README.md CHANGED
@@ -15,9 +15,9 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  This model is a fine-tuned version of [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.3876
19
- - Mse: 0.3876
20
- - Mae: 0.6207
21
 
22
  ## Model description
23
 
@@ -36,22 +36,22 @@ More information needed
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
- - learning_rate: 1e-05
40
  - train_batch_size: 16
41
  - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: cosine
 
45
  - num_epochs: 10
46
- - mixed_precision_training: Native AMP
47
 
48
  ### Training results
49
 
50
- | Training Loss | Epoch | Step | Validation Loss | Mse | Mae |
51
- |:-------------:|:-----:|:----:|:---------------:|:------:|:------:|
52
- | No log | 1.0 | 5 | 0.3876 | 0.3876 | 0.6207 |
53
- | No log | 2.0 | 10 | 0.1101 | 0.1101 | 0.3266 |
54
- | No log | 3.0 | 15 | 0.0057 | 0.0057 | 0.0490 |
55
 
56
 
57
  ### Framework versions
 
15
 
16
  This model is a fine-tuned version of [distilbert/distilbert-base-multilingual-cased](https://huggingface.co/distilbert/distilbert-base-multilingual-cased) on an unknown dataset.
17
  It achieves the following results on the evaluation set:
18
+ - Loss: 0.9381
19
+ - Mse: 0.9381
20
+ - Mae: 0.6311
21
 
22
  ## Model description
23
 
 
36
  ### Training hyperparameters
37
 
38
  The following hyperparameters were used during training:
39
+ - learning_rate: 3e-05
40
  - train_batch_size: 16
41
  - eval_batch_size: 16
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: cosine
45
+ - lr_scheduler_warmup_steps: 778
46
  - num_epochs: 10
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Mse | Mae |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|
52
+ | 1.0986 | 1.0 | 7789 | 1.0288 | 1.0288 | 0.6906 |
53
+ | 0.9558 | 2.0 | 15578 | 0.9708 | 0.9708 | 0.6495 |
54
+ | 0.7025 | 3.0 | 23367 | 0.9381 | 0.9381 | 0.6311 |
55
 
56
 
57
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:655ba0641a997191cad86dc7841169e76646d48d57ccb9a5711af412779354b1
3
  size 541314292
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e19e1ea50d644f0b03846732b062819801262ea852e95c30f85afe38f305692
3
  size 541314292