Minor bug edit
Browse files- pythia-training-evals.py +4 -1
pythia-training-evals.py
CHANGED
@@ -1,7 +1,10 @@
|
|
1 |
"""
|
2 |
-
|
3 |
"""
|
4 |
|
|
|
|
|
|
|
5 |
class PythiaTrainingEvals(datasets.GeneratorBasedBuilder):
|
6 |
|
7 |
MODEL_SIZES = [
|
|
|
1 |
"""
|
2 |
+
Dataset for storing training evaluations of pythia models, e.g. loss, perplexity
|
3 |
"""
|
4 |
|
5 |
+
import datasets
|
6 |
+
import json
|
7 |
+
|
8 |
class PythiaTrainingEvals(datasets.GeneratorBasedBuilder):
|
9 |
|
10 |
MODEL_SIZES = [
|