likely commited on
Commit
30a3e6e
·
verified ·
1 Parent(s): 5b06b19

v2024.08.23

Browse files
huggingface_dataset/README.md ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path:
7
+ - "*.tsv"
8
+ ---
huggingface_dataset/active_models_2022.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b01c8468e11bf4c8b792e4e706427cdf328cdac48d70e06928ee93c1aa9fe5d
3
+ size 49400156
huggingface_dataset/active_models_2023.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70228f2f35d501b95f4c26bd836b58715b861d39696a56583f76cd84c5fdd7f7
3
+ size 134227846
huggingface_dataset/active_models_2024.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97753f9665d7c0f8422dd81211b9afed9c2f070b134679486de8b385abfe3866
3
+ size 165558026
huggingface_dataset/active_models_undefined.tsv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ id likes downloadsAllTime downloads createdAt
2
+
3
+
huggingface_dataset/dataset_info.json CHANGED
@@ -1 +1,13 @@
1
- {"name":"active-models-dataset","version":"2024-08-14T01:10:29.160Z","description":"Active models from Hugging Face, split by year","license":"MIT","features":{"id":"string","likes":"int64","downloadsAllTime":"int64","downloads":"int64","createdAt":"string"}}
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "active-models-dataset",
3
+ "version": "2024-08-14T01:10:29.160Z",
4
+ "description": "Active models from Hugging Face, split by year",
5
+ "license": "MIT",
6
+ "features": {
7
+ "id": "string",
8
+ "likes": "int64",
9
+ "downloadsAllTime": "int64",
10
+ "downloads": "int64",
11
+ "createdAt": "string"
12
+ }
13
+ }