Muennighoff commited on
Commit
40ebbcf
1 Parent(s): b0415af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -3,9 +3,7 @@
3
 
4
 
5
  Samples: 76674567
6
-
7
-
8
-
9
 
10
 
11
  SQL queries executed one-by-one. They're split up as BigQuery was raising `Resources exceeded during query execution` when running all in one.
@@ -77,6 +75,9 @@ WHERE
77
  AND commits_table.message not like 'Merge%';
78
  ```
79
 
 
 
 
80
  ```sql
81
  SELECT commit, subject, message, STRING_AGG(unnested_repo_name) AS repos
82
  FROM `huggingface-ml.commits_table_24122022.commits_table_base`
 
3
 
4
 
5
  Samples: 76674567
6
+ 76,674,567
 
 
7
 
8
 
9
  SQL queries executed one-by-one. They're split up as BigQuery was raising `Resources exceeded during query execution` when running all in one.
 
75
  AND commits_table.message not like 'Merge%';
76
  ```
77
 
78
+ 3,641,694,786
79
+
80
+
81
  ```sql
82
  SELECT commit, subject, message, STRING_AGG(unnested_repo_name) AS repos
83
  FROM `huggingface-ml.commits_table_24122022.commits_table_base`