MicPie commited on
Commit
1084151
1 Parent(s): f59c374

update citation info

Browse files
Files changed (2) hide show
  1. README.md +3 -4
  2. unpredictable_5k.py +3 -2
README.md CHANGED
@@ -238,12 +238,11 @@ Jun Shern Chan, Michael Pieler, Jonathan Jao, Jérémy Scheurer, Ethan Perez
238
  Apache 2.0
239
 
240
  ### Citation Information
241
-
242
- ```
243
- @misc{https://ethanperez.net/unpredictable,
244
  author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
245
  title = {Few-shot Adaptation Works with UnpredicTable Data},
246
- publisher = {arXiv},
247
  year = {2022},
 
248
  }
249
  ```
238
  Apache 2.0
239
 
240
  ### Citation Information
241
+ @misc{chan2022few,
 
 
242
  author = {Chan, Jun Shern and Pieler, Michael and Jao, Jonathan and Scheurer, Jérémy and Perez, Ethan},
243
  title = {Few-shot Adaptation Works with UnpredicTable Data},
244
+ publisher={arXiv},
245
  year = {2022},
246
+ url = {https://arxiv.org/abs/2208.01009}
247
  }
248
  ```
unpredictable_5k.py CHANGED
@@ -21,11 +21,12 @@ import datasets
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
 
21
 
22
 
23
  _CITATION = """\
24
+ @misc{chan2022few,
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
+ url = {https://arxiv.org/abs/2208.01009}
30
  }
31
  """
32