tarashagarwal commited on
Commit
308068c
·
verified ·
1 Parent(s): d76aa54

End of training

Browse files
Files changed (1) hide show
  1. README.md +13 -6
README.md CHANGED
@@ -1,20 +1,22 @@
1
  ---
2
  library_name: transformers
3
  license: mit
4
- base_model: MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli
5
  tags:
6
  - generated_from_trainer
7
  model-index:
8
- - name: inductive-classifier
9
  results: []
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
- # inductive-classifier
16
 
17
- This model is a fine-tuned version of [MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli](https://huggingface.co/MoritzLaurer/DeBERTa-v3-large-mnli-fever-anli-ling-wanli) on an unknown dataset.
 
 
18
 
19
  ## Model description
20
 
@@ -34,15 +36,20 @@ More information needed
34
 
35
  The following hyperparameters were used during training:
36
  - learning_rate: 2e-05
37
- - train_batch_size: 4
38
  - eval_batch_size: 8
39
  - seed: 42
40
  - optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
41
  - lr_scheduler_type: linear
42
- - num_epochs: 3
 
43
 
44
  ### Training results
45
 
 
 
 
 
46
 
47
 
48
  ### Framework versions
 
1
  ---
2
  library_name: transformers
3
  license: mit
4
+ base_model: roberta-base
5
  tags:
6
  - generated_from_trainer
7
  model-index:
8
+ - name: inductiv-binary-classifier
9
  results: []
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
13
  should probably proofread and complete it, then remove this comment. -->
14
 
15
+ # inductiv-binary-classifier
16
 
17
+ This model is a fine-tuned version of [roberta-base](https://huggingface.co/roberta-base) on an unknown dataset.
18
+ It achieves the following results on the evaluation set:
19
+ - Loss: 0.0000
20
 
21
  ## Model description
22
 
 
36
 
37
  The following hyperparameters were used during training:
38
  - learning_rate: 2e-05
39
+ - train_batch_size: 8
40
  - eval_batch_size: 8
41
  - seed: 42
42
  - optimizer: Use adamw_torch_fused with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
43
  - lr_scheduler_type: linear
44
+ - num_epochs: 2
45
+ - mixed_precision_training: Native AMP
46
 
47
  ### Training results
48
 
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | 0.0 | 1.0 | 2250 | 0.0000 |
52
+ | 0.0 | 2.0 | 4500 | 0.0000 |
53
 
54
 
55
  ### Framework versions