Sanjay679 commited on
Commit
dc510b8
·
verified ·
1 Parent(s): d4b7e62

Model save

Browse files
Files changed (1) hide show
  1. README.md +15 -6
README.md CHANGED
@@ -1,9 +1,11 @@
1
  ---
2
  library_name: transformers
3
- license: mit
4
- base_model: roberta-base
5
  tags:
6
  - generated_from_trainer
 
 
7
  model-index:
8
  - name: winzo_feature_classifier_lowercase
9
  results: []
@@ -14,7 +16,10 @@ should probably proofread and complete it, then remove this comment. -->
14
 
15
  # winzo_feature_classifier_lowercase
16
 
17
- This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on the None dataset.
 
 
 
18
 
19
  ## Model description
20
 
@@ -33,17 +38,21 @@ More information needed
33
  ### Training hyperparameters
34
 
35
  The following hyperparameters were used during training:
36
- - learning_rate: 5e-05
37
  - train_batch_size: 8
38
  - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
  - lr_scheduler_type: linear
42
- - lr_scheduler_warmup_steps: 500
43
- - num_epochs: 5
44
 
45
  ### Training results
46
 
 
 
 
 
 
47
 
48
 
49
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
+ license: apache-2.0
4
+ base_model: knowledgator/comprehend_it-base
5
  tags:
6
  - generated_from_trainer
7
+ metrics:
8
+ - accuracy
9
  model-index:
10
  - name: winzo_feature_classifier_lowercase
11
  results: []
 
16
 
17
  # winzo_feature_classifier_lowercase
18
 
19
+ This model is a fine-tuned version of [knowledgator/comprehend_it-base](https://huggingface.co/knowledgator/comprehend_it-base) on the None dataset.
20
+ It achieves the following results on the evaluation set:
21
+ - Loss: 0.0379
22
+ - Accuracy: 0.9873
23
 
24
  ## Model description
25
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 3e-05
42
  - train_batch_size: 8
43
  - eval_batch_size: 8
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - num_epochs: 3
 
48
 
49
  ### Training results
50
 
51
+ | Training Loss | Epoch | Step | Validation Loss | Accuracy |
52
+ |:-------------:|:-----:|:-----:|:---------------:|:--------:|
53
+ | 0.0639 | 1.0 | 14345 | 0.0698 | 0.9813 |
54
+ | 0.0328 | 2.0 | 28690 | 0.0416 | 0.9871 |
55
+ | 0.0286 | 3.0 | 43035 | 0.0379 | 0.9873 |
56
 
57
 
58
  ### Framework versions