Mou11209203 commited on
Commit
99e3563
1 Parent(s): 64f76d3

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.4167
19
- - Mse: 0.4167
20
- - Mae: 0.6432
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.4167 | 0.4167 | 0.6432 |
53
- | No log | 2.0 | 10 | 0.1147 | 0.1147 | 0.3261 |
54
- | No log | 3.0 | 15 | 0.0152 | 0.0152 | 0.0902 |
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.7659
19
+ - Mse: 0.7659
20
+ - Mae: 0.5919
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: 891
46
  - num_epochs: 10
 
47
 
48
  ### Training results
49
 
50
+ | Training Loss | Epoch | Step | Validation Loss | Mse | Mae |
51
+ |:-------------:|:-----:|:-----:|:---------------:|:------:|:------:|
52
+ | 1.0667 | 1.0 | 8917 | 0.9488 | 0.9488 | 0.6910 |
53
+ | 0.8502 | 2.0 | 17834 | 0.7789 | 0.7789 | 0.6072 |
54
+ | 0.6093 | 3.0 | 26751 | 0.7659 | 0.7659 | 0.5919 |
55
 
56
 
57
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:8389d6e4b98bb0794100a841eb6fa2c1adcd71e778ce9151bb45f83147b34931
3
  size 541314292
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e10c2a966f12e02a762c4d58abf722bbccf6df68ad775fd6ce0a66379adb8be7
3
  size 541314292