RyuExcalibur commited on
Commit
fcf3885
·
1 Parent(s): 79bd492

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -22
README.md CHANGED
@@ -7,9 +7,6 @@ metrics:
7
  model-index:
8
  - name: bart-large-mnli-aitools
9
  results: []
10
- language:
11
- - en
12
- pipeline_tag: zero-shot-classification
13
  ---
14
 
15
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -19,8 +16,8 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
- - Loss: 0.3938
23
- - Accuracy: 0.9444
24
 
25
  ## Model description
26
 
@@ -51,22 +48,20 @@ The following hyperparameters were used during training:
51
 
52
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
53
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
54
- | No log | 0.31 | 50 | 0.5356 | 0.8889 |
55
- | No log | 0.61 | 100 | 0.8207 | 0.8333 |
56
- | No log | 0.92 | 150 | 0.2514 | 0.9444 |
57
- | No log | 1.23 | 200 | 0.3803 | 0.9167 |
58
- | No log | 1.53 | 250 | 0.5060 | 0.9167 |
59
- | No log | 1.84 | 300 | 0.4151 | 0.9167 |
60
- | No log | 2.15 | 350 | 0.5287 | 0.8889 |
61
- | No log | 2.45 | 400 | 0.3168 | 0.9444 |
62
- | No log | 2.76 | 450 | 0.4639 | 0.9167 |
63
- | 0.3194 | 3.07 | 500 | 0.3938 | 0.9444 |
64
- | 0.3194 | 3.37 | 550 | 0.0007 | 1.0 |
65
- | 0.3194 | 3.68 | 600 | 0.2178 | 0.9444 |
66
- | 0.3194 | 3.99 | 650 | 0.3312 | 0.9444 |
67
- | 0.3194 | 4.29 | 700 | 0.0265 | 0.9722 |
68
- | 0.3194 | 4.6 | 750 | 0.0095 | 1.0 |
69
- | 0.3194 | 4.91 | 800 | 0.0078 | 1.0 |
70
 
71
 
72
  ### Framework versions
@@ -74,4 +69,4 @@ The following hyperparameters were used during training:
74
  - Transformers 4.26.1
75
  - Pytorch 1.13.1+cu116
76
  - Datasets 2.9.0
77
- - Tokenizers 0.13.2
 
7
  model-index:
8
  - name: bart-large-mnli-aitools
9
  results: []
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
16
 
17
  This model is a fine-tuned version of [facebook/bart-large-mnli](https://huggingface.co/facebook/bart-large-mnli) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.1230
20
+ - Accuracy: 0.9722
21
 
22
  ## Model description
23
 
 
48
 
49
  | Training Loss | Epoch | Step | Validation Loss | Accuracy |
50
  |:-------------:|:-----:|:----:|:---------------:|:--------:|
51
+ | No log | 0.31 | 50 | 0.5212 | 0.8611 |
52
+ | No log | 0.61 | 100 | 0.5397 | 0.8333 |
53
+ | No log | 0.92 | 150 | 0.0322 | 0.9722 |
54
+ | No log | 1.23 | 200 | 0.6025 | 0.8611 |
55
+ | No log | 1.53 | 250 | 0.0708 | 0.9722 |
56
+ | No log | 1.84 | 300 | 0.3260 | 0.9444 |
57
+ | No log | 2.15 | 350 | 0.0014 | 1.0 |
58
+ | No log | 2.45 | 400 | 0.0017 | 1.0 |
59
+ | No log | 2.76 | 450 | 0.0375 | 0.9722 |
60
+ | 0.3402 | 3.07 | 500 | 0.1230 | 0.9722 |
61
+ | 0.3402 | 3.37 | 550 | 0.0077 | 1.0 |
62
+ | 0.3402 | 3.68 | 600 | 0.1569 | 0.9722 |
63
+ | 0.3402 | 3.99 | 650 | 0.0721 | 0.9722 |
64
+ | 0.3402 | 4.29 | 700 | 0.1426 | 0.9722 |
 
 
65
 
66
 
67
  ### Framework versions
 
69
  - Transformers 4.26.1
70
  - Pytorch 1.13.1+cu116
71
  - Datasets 2.9.0
72
+ - Tokenizers 0.13.2