AI-Ahmed commited on
Commit
be63e04
1 Parent(s): 67bc41f

Adjusting the metadata

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -14,7 +14,7 @@ metrics:
14
  - loss
15
  widget:
16
  - text: How is the life of a math student? Could you describe your own experiences?
17
- - text: Which level of preparation is enough for the exam jlpt5?
18
  example_title: "Classification"
19
  ---
20
 
@@ -47,3 +47,16 @@ gradient_accumulation_steps=8
47
  "Dataset": "SetFit/qqp"
48
  }
49
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  - loss
15
  widget:
16
  - text: How is the life of a math student? Could you describe your own experiences?
17
+ context: Which level of preparation is enough for the exam jlpt5?
18
  example_title: "Classification"
19
  ---
20
 
 
47
  "Dataset": "SetFit/qqp"
48
  }
49
  ```
50
+
51
+ ## Information Citation
52
+
53
+ ```bibtex
54
+ @inproceedings{
55
+ he2021deberta,
56
+ title={DEBERTA: DECODING-ENHANCED BERT WITH DISENTANGLED ATTENTION},
57
+ author={Pengcheng He and Xiaodong Liu and Jianfeng Gao and Weizhu Chen},
58
+ booktitle={International Conference on Learning Representations},
59
+ year={2021},
60
+ url={https://openreview.net/forum?id=XPZIaotutsD}
61
+ }
62
+ ```