MicPie commited on
Commit
6bb3c53
1 Parent(s): b42d711

update name change

Browse files
Files changed (1) hide show
  1. unpredictable_5k.py +5 -1
unpredictable_5k.py CHANGED
@@ -21,7 +21,11 @@ import datasets
21
 
22
 
23
  _CITATION = """\
24
- @misc{https://ethanperez.net/unpredictable, author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan}, title = {Exploring Few-Shot Adaptation of Language Models with Tables}, publisher = {arXiv}, year = {2022},
 
 
 
 
25
  }
26
  """
27
 
 
21
 
22
 
23
  _CITATION = """\
24
+ @misc{https://ethanperez.net/unpredictable,
25
+ author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
26
+ title = {Few-shot Adaptation Works with UnpredicTable Data},
27
+ publisher = {arXiv},
28
+ year = {2022},
29
  }
30
  """
31