kwkty commited on
Commit
e6de661
·
1 Parent(s): c623054

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -15
README.md CHANGED
@@ -12,10 +12,10 @@ should probably proofread and complete it, then remove this comment. -->
12
 
13
  # vxnli-v1
14
 
15
- This model is a fine-tuned version of [microsoft/tapex-base-finetuned-wtq](https://huggingface.co/microsoft/tapex-base-finetuned-wtq) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
- - Loss: 0.2502
18
- - Exact Match: 0.5444
19
 
20
  ## Model description
21
 
@@ -46,18 +46,16 @@ The following hyperparameters were used during training:
46
 
47
  | Training Loss | Epoch | Step | Validation Loss | Exact Match |
48
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|
49
- | 0.8075 | 1.0 | 158 | 0.2990 | 0.2741 |
50
- | 0.1626 | 2.0 | 316 | 0.2192 | 0.5259 |
51
- | 0.085 | 3.0 | 474 | 0.2346 | 0.5333 |
52
- | 0.0534 | 4.0 | 632 | 0.2233 | 0.5889 |
53
- | 0.0371 | 5.0 | 790 | 0.2197 | 0.5630 |
54
- | 0.0305 | 6.0 | 948 | 0.2448 | 0.5741 |
55
- | 0.0245 | 7.0 | 1106 | 0.2469 | 0.6111 |
56
- | 0.0177 | 8.0 | 1264 | 0.2547 | 0.5926 |
57
- | 0.0159 | 9.0 | 1422 | 0.2496 | 0.5815 |
58
- | 0.0153 | 10.0 | 1580 | 0.2939 | 0.5593 |
59
- | 0.0117 | 11.0 | 1738 | 0.2879 | 0.5667 |
60
- | 0.0096 | 12.0 | 1896 | 0.2581 | 0.5815 |
61
 
62
 
63
  ### Framework versions
 
12
 
13
  # vxnli-v1
14
 
15
+ This model is a fine-tuned version of [kwkty/vxnli-v0](https://huggingface.co/kwkty/vxnli-v0) on the None dataset.
16
  It achieves the following results on the evaluation set:
17
+ - Loss: 0.2262
18
+ - Exact Match: 0.6407
19
 
20
  ## Model description
21
 
 
46
 
47
  | Training Loss | Epoch | Step | Validation Loss | Exact Match |
48
  |:-------------:|:-----:|:----:|:---------------:|:-----------:|
49
+ | 0.1092 | 1.0 | 158 | 0.1820 | 0.5704 |
50
+ | 0.0432 | 2.0 | 316 | 0.2149 | 0.5593 |
51
+ | 0.0266 | 3.0 | 474 | 0.2721 | 0.5370 |
52
+ | 0.0193 | 4.0 | 632 | 0.2456 | 0.5889 |
53
+ | 0.0168 | 5.0 | 790 | 0.2382 | 0.6111 |
54
+ | 0.0138 | 6.0 | 948 | 0.2910 | 0.5741 |
55
+ | 0.0146 | 7.0 | 1106 | 0.2559 | 0.5889 |
56
+ | 0.0078 | 8.0 | 1264 | 0.2927 | 0.5630 |
57
+ | 0.0073 | 9.0 | 1422 | 0.3346 | 0.5741 |
58
+ | 0.0063 | 10.0 | 1580 | 0.3308 | 0.5481 |
 
 
59
 
60
 
61
  ### Framework versions