eskayML commited on
Commit
1b03ffb
·
verified ·
1 Parent(s): 80a1e35

eskayML/bert_interview_new

Browse files
Files changed (3) hide show
  1. README.md +8 -13
  2. model.safetensors +1 -1
  3. training_args.bin +0 -0
README.md CHANGED
@@ -18,8 +18,8 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.7181
22
- - Accuracy: 0.8362
23
 
24
  ## Model description
25
 
@@ -44,22 +44,17 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
- - num_epochs: 10
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
- | 2.5731 | 1.0 | 579 | 2.3539 | 0.2888 |
54
- | 2.2431 | 2.0 | 1158 | 1.8700 | 0.4526 |
55
- | 1.8916 | 3.0 | 1737 | 1.5977 | 0.5302 |
56
- | 1.5897 | 4.0 | 2316 | 1.2684 | 0.6509 |
57
- | 1.485 | 5.0 | 2895 | 1.0863 | 0.6724 |
58
- | 1.282 | 6.0 | 3474 | 0.9135 | 0.7716 |
59
- | 1.0021 | 7.0 | 4053 | 0.8167 | 0.8103 |
60
- | 0.9446 | 8.0 | 4632 | 0.7997 | 0.8017 |
61
- | 0.8573 | 9.0 | 5211 | 0.7286 | 0.8319 |
62
- | 0.8327 | 10.0 | 5790 | 0.7181 | 0.8362 |
63
 
64
 
65
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.3989
22
+ - Accuracy: 0.6207
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Use adamw_torch with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 5
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
53
+ | 2.6042 | 1.0 | 579 | 2.4472 | 0.2371 |
54
+ | 2.387 | 2.0 | 1158 | 2.0325 | 0.4526 |
55
+ | 2.0347 | 3.0 | 1737 | 1.6837 | 0.5517 |
56
+ | 1.6932 | 4.0 | 2316 | 1.4596 | 0.6034 |
57
+ | 1.6036 | 5.0 | 2895 | 1.3989 | 0.6207 |
 
 
 
 
 
58
 
59
 
60
  ### Framework versions
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:787125a1a263020e64363a71de35d5f07c6ea241495191b65f21ebed48f5094c
3
  size 267887936
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff19e44b97927bfda470969512cfd122e692bc4989f4bb488940e4c62045fec0
3
  size 267887936
training_args.bin CHANGED
Binary files a/training_args.bin and b/training_args.bin differ