Bradford Levy commited on
Update README.md
Browse files
README.md
CHANGED
|
@@ -58,7 +58,7 @@ from datasets import load_dataset
|
|
| 58 |
|
| 59 |
beancounter = load_dataset(
|
| 60 |
"blevy41/BeanCounter",
|
| 61 |
-
name="sample", # Load random sample, clean, or final
|
| 62 |
)
|
| 63 |
|
| 64 |
# Print out split info
|
|
|
|
| 58 |
|
| 59 |
beancounter = load_dataset(
|
| 60 |
"blevy41/BeanCounter",
|
| 61 |
+
name="sample", # Load random sample, clean, or default (referred to as final in paper)
|
| 62 |
)
|
| 63 |
|
| 64 |
# Print out split info
|