clefourrier HF Staff commited on
Commit
396fa5a
·
1 Parent(s): f10a99a

Update copyright_helm.py

Browse files
Files changed (1) hide show
  1. copyright_helm.py +1 -1
copyright_helm.py CHANGED
@@ -4,7 +4,7 @@ import json
4
 
5
 
6
  categories = [
7
- "pilot", "n_books_1000-extractions_per_book_1-prefix_length_5", "n_books_1000-extractions_per_book_1-prefix_length_25", "n_books_1000-extractions_per_book_1-prefix_length_125", "n_books_1000-extractions_per_book_3-prefix_length_5", "n_books_1000-extractions_per_book_3-prefix_length_25", "n_books_1000-extractions_per_book_3-prefix_length_125", "popular_books-prefix_length_5.json", "popular_books-prefix_length_10.json", "popular_books-prefix_length_25.json", "popular_books-prefix_length_50.json", "popular_books-prefix_length_125.json", "popular_books-prefix_length_250.json", "oh_the_places", "prompt_num_line_1-min_lines_20.json", "prompt_num_line_5-min_lines_20.json", "prompt_num_line_10-min_lines_20.json",
8
 
9
  ]
10
 
 
4
 
5
 
6
  categories = [
7
+ "pilot", "n_books_1000-extractions_per_book_1-prefix_length_5", "n_books_1000-extractions_per_book_1-prefix_length_25", "n_books_1000-extractions_per_book_1-prefix_length_125", "n_books_1000-extractions_per_book_3-prefix_length_5", "n_books_1000-extractions_per_book_3-prefix_length_25", "n_books_1000-extractions_per_book_3-prefix_length_125", "popular_books-prefix_length_5", "popular_books-prefix_length_10", "popular_books-prefix_length_25", "popular_books-prefix_length_50", "popular_books-prefix_length_125", "popular_books-prefix_length_250", "oh_the_places", "prompt_num_line_1-min_lines_20", "prompt_num_line_5-min_lines_20", "prompt_num_line_10-min_lines_20",
8
 
9
  ]
10