kwkty commited on
Commit
1c5562d
·
1 Parent(s): 94c14ff

update model card README.md

Browse files
Files changed (1) hide show
  1. README.md +68 -0
README.md ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: vxnli-v1
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ 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
+
22
+ More information needed
23
+
24
+ ## Intended uses & limitations
25
+
26
+ More information needed
27
+
28
+ ## Training and evaluation data
29
+
30
+ More information needed
31
+
32
+ ## Training procedure
33
+
34
+ ### Training hyperparameters
35
+
36
+ The following hyperparameters were used during training:
37
+ - learning_rate: 5e-05
38
+ - train_batch_size: 8
39
+ - eval_batch_size: 8
40
+ - seed: 42
41
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
+ - lr_scheduler_type: linear
43
+ - num_epochs: 50
44
+
45
+ ### Training results
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
64
+
65
+ - Transformers 4.25.1
66
+ - Pytorch 1.13.0+cu117
67
+ - Datasets 2.7.1
68
+ - Tokenizers 0.13.2