David Wadden commited on
Commit
ac6d02a
1 Parent(s): 501fca8
Files changed (2) hide show
  1. README.md +1 -1
  2. card.md +1 -1
README.md CHANGED
@@ -144,7 +144,7 @@ import datasets
144
  ds = datasets.load_dataset("allenai/SciRIFF", "4096")
145
  ```
146
 
147
- Code to create the dataset, train models on SciRIFF, and perform evaluation is available at our GitHub repo: https://github.com/allenai/SciRIFF.
148
 
149
  **Table of Contents**
150
 
 
144
  ds = datasets.load_dataset("allenai/SciRIFF", "4096")
145
  ```
146
 
147
+ Code to create the dataset, train models on SciRIFF, and perform evaluation is available at our GitHub repo: https://github.com/allenai/SciRIFF. To train models on SciRIFF data, you should use the [SciRIFF train mix](https://huggingface.co/datasets/allenai/SciRIFF-train-mix) dataset.
148
 
149
  **Table of Contents**
150
 
card.md CHANGED
@@ -9,7 +9,7 @@ import datasets
9
  ds = datasets.load_dataset("allenai/SciRIFF", "4096")
10
  ```
11
 
12
- Code to create the dataset, train models on SciRIFF, and perform evaluation is available at our GitHub repo: https://github.com/allenai/SciRIFF.
13
 
14
  **Table of Contents**
15
 
 
9
  ds = datasets.load_dataset("allenai/SciRIFF", "4096")
10
  ```
11
 
12
+ Code to create the dataset, train models on SciRIFF, and perform evaluation is available at our GitHub repo: https://github.com/allenai/SciRIFF. To train models on SciRIFF data, you should use the [SciRIFF train mix](https://huggingface.co/datasets/allenai/SciRIFF-train-mix) dataset.
13
 
14
  **Table of Contents**
15