rdiehlmartinez
commited on
Commit
•
4fef89f
1
Parent(s):
085c4d0
fixing missing import
Browse files
BabyLM.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
import datasets
|
2 |
|
|
|
|
|
3 |
_DESCRIPTION = """\
|
4 |
Dataset for the shared baby language modeling task.
|
5 |
The goal is to train a language model from scratch on this data which represents
|
|
|
1 |
import datasets
|
2 |
|
3 |
+
from typing import List
|
4 |
+
|
5 |
_DESCRIPTION = """\
|
6 |
Dataset for the shared baby language modeling task.
|
7 |
The goal is to train a language model from scratch on this data which represents
|