rdiehlmartinez commited on
Commit
ff5d721
·
verified ·
1 Parent(s): 81fb509

Minor bug edit

Browse files
Files changed (1) hide show
  1. pythia-training-evals.py +4 -1
pythia-training-evals.py CHANGED
@@ -1,7 +1,10 @@
1
  """
2
- Dataset for storing training evaluations of pythia models, e.g. loss, perplexity
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 = [