MicPie commited on
Commit
5840731
1 Parent(s): eb3187e

update name change

Browse files
Files changed (1) hide show
  1. unpredictable_gamefaqs-com.py +7 -1
unpredictable_gamefaqs-com.py CHANGED
@@ -20,7 +20,13 @@ import pandas as pd
20
  import datasets
21
 
22
  _CITATION = """\
23
- @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}} """
 
 
 
 
 
 
24
 
25
  _DESCRIPTION = """\
26
  The UnpredicTable dataset consists of web tables formatted as few-shot tasks for fine-tuning language models to improve their few-shot performance. For more details please see the accompanying dataset card.
 
20
  import datasets
21
 
22
  _CITATION = """\
23
+ @misc{https://ethanperez.net/unpredictable,
24
+ author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
25
+ title = {Few-shot Adaptation Works with UnpredicTable Data},
26
+ publisher = {arXiv},
27
+ year = {2022},
28
+ }
29
+ """
30
 
31
  _DESCRIPTION = """\
32
  The UnpredicTable dataset consists of web tables formatted as few-shot tasks for fine-tuning language models to improve their few-shot performance. For more details please see the accompanying dataset card.