TirkNork commited on
Commit
2da6165
·
1 Parent(s): 693f2c4

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -19
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  tags:
3
  - generated_from_trainer
4
  metrics:
@@ -13,10 +14,10 @@ should probably proofread and complete it, then remove this comment. -->
13
 
14
  # sentence_classfication_test
15
 
16
- This model is a fine-tuned version of [airesearch/wangchanberta-base-att-spm-uncased](https://huggingface.co/airesearch/wangchanberta-base-att-spm-uncased) on the None dataset.
17
  It achieves the following results on the evaluation set:
18
- - Loss: 0.4453
19
- - Accuracy: 0.8
20
 
21
  ## Model description
22
 
@@ -41,27 +42,22 @@ The following hyperparameters were used during training:
41
  - seed: 42
42
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
43
  - lr_scheduler_type: linear
44
- - num_epochs: 15
45
 
46
  ### Training results
47
 
48
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
49
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
50
- | No log | 1.0 | 10 | 0.5120 | 0.675 |
51
- | No log | 2.0 | 20 | 0.4401 | 0.8 |
52
- | No log | 3.0 | 30 | 0.3661 | 0.85 |
53
- | No log | 4.0 | 40 | 0.3247 | 0.875 |
54
- | No log | 5.0 | 50 | 0.3309 | 0.875 |
55
- | No log | 6.0 | 60 | 0.3349 | 0.875 |
56
- | No log | 7.0 | 70 | 0.3379 | 0.85 |
57
- | No log | 8.0 | 80 | 0.3526 | 0.85 |
58
- | No log | 9.0 | 90 | 0.3590 | 0.825 |
59
- | No log | 10.0 | 100 | 0.3783 | 0.825 |
60
- | No log | 11.0 | 110 | 0.4326 | 0.8 |
61
- | No log | 12.0 | 120 | 0.4416 | 0.8 |
62
- | No log | 13.0 | 130 | 0.4488 | 0.8 |
63
- | No log | 14.0 | 140 | 0.4437 | 0.8 |
64
- | No log | 15.0 | 150 | 0.4453 | 0.8 |
65
 
66
 
67
  ### Framework versions
 
1
  ---
2
+ license: apache-2.0
3
  tags:
4
  - generated_from_trainer
5
  metrics:
 
14
 
15
  # sentence_classfication_test
16
 
17
+ This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.3453
20
+ - Accuracy: 0.9
21
 
22
  ## Model description
23
 
 
42
  - seed: 42
43
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
  - lr_scheduler_type: linear
45
+ - num_epochs: 10
46
 
47
  ### Training results
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 1.0 | 10 | 0.6095 | 0.85 |
52
+ | No log | 2.0 | 20 | 0.4562 | 0.825 |
53
+ | No log | 3.0 | 30 | 0.3424 | 0.875 |
54
+ | No log | 4.0 | 40 | 0.3830 | 0.875 |
55
+ | No log | 5.0 | 50 | 0.3277 | 0.875 |
56
+ | No log | 6.0 | 60 | 0.3189 | 0.875 |
57
+ | No log | 7.0 | 70 | 0.4033 | 0.875 |
58
+ | No log | 8.0 | 80 | 0.3355 | 0.9 |
59
+ | No log | 9.0 | 90 | 0.3572 | 0.875 |
60
+ | No log | 10.0 | 100 | 0.3453 | 0.9 |
 
 
 
 
 
61
 
62
 
63
  ### Framework versions