Update README.md
Browse files
README.md
CHANGED
@@ -4,6 +4,25 @@ language:
|
|
4 |
- en
|
5 |
base_model:
|
6 |
- distilbert/distilbert-base-uncased
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
|
9 |
# SoT_DistilBERT: Paradigm Selection Model for Sketch-of-Thought
|
@@ -259,11 +278,11 @@ SoT supports multiple languages. System prompts and exemplars are automatically
|
|
259 |
If you find our work helpful, please cite:
|
260 |
|
261 |
```
|
262 |
-
@article{
|
263 |
-
title={
|
264 |
-
author={
|
265 |
-
journal={
|
266 |
-
year={
|
267 |
}
|
268 |
```
|
269 |
|
|
|
4 |
- en
|
5 |
base_model:
|
6 |
- distilbert/distilbert-base-uncased
|
7 |
+
datasets:
|
8 |
+
- openai/gsm8k
|
9 |
+
- ChilleD/SVAMP
|
10 |
+
- deepmind/aqua_rat
|
11 |
+
- ucinlp/drop
|
12 |
+
- allenai/openbookqa
|
13 |
+
- ChilleD/StrategyQA
|
14 |
+
- lucasmccabe/logiqa
|
15 |
+
- metaeval/reclor
|
16 |
+
- hotpotqa/hotpot_qa
|
17 |
+
- dgslibisey/MuSiQue
|
18 |
+
- allenai/qasc
|
19 |
+
- nguyen-brat/worldtree
|
20 |
+
- qiaojin/PubMedQA
|
21 |
+
library_name: transformers
|
22 |
+
tags:
|
23 |
+
- text-classification
|
24 |
+
- sketch-of-thought
|
25 |
+
- efficient-inference
|
26 |
---
|
27 |
|
28 |
# SoT_DistilBERT: Paradigm Selection Model for Sketch-of-Thought
|
|
|
278 |
If you find our work helpful, please cite:
|
279 |
|
280 |
```
|
281 |
+
@article{TBD,
|
282 |
+
title={TBD},
|
283 |
+
author={TBD},
|
284 |
+
journal={TBD},
|
285 |
+
year={TBD}
|
286 |
}
|
287 |
```
|
288 |
|