saytes commited on
Commit
4cdc9c1
·
verified ·
1 Parent(s): 99203ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -5
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{sot2025,
263
- title={TITLE-HERE},
264
- author={NAMES-HERE},
265
- journal={arXiv preprint},
266
- year={2025}
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