Add paper link, project page, task categories and tags

#3
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +13 -2
README.md CHANGED
@@ -1,7 +1,18 @@
1
  ---
2
  license: odbl
 
 
 
 
 
 
 
 
3
  ---
4
- Weekly snapshots of Models, Datasets and Papers on the HF Hub
 
 
 
5
 
6
  ## Sample code
7
 
@@ -58,4 +69,4 @@ To look at the 10 most liked datasets as of January 1st 2025, you can then run:
58
  } for row in snapshot["20250101"].sort("likes", reverse=True).select(range(10))]
59
  ```
60
 
61
- Most of the user-maintained metadata for Hub repositories is stored in the cardData field, which is saved as a JSON-formated string
 
1
  ---
2
  license: odbl
3
+ task_categories:
4
+ - other
5
+ tags:
6
+ - huggingface-hub
7
+ - ecosystem-analysis
8
+ - model-metadata
9
+ - dataset-metadata
10
+ - papers-metadata
11
  ---
12
+
13
+ This repository contains weekly snapshots of Models, Datasets and Papers on the Hugging Face Hub, as presented in the paper [Economies of Open Intelligence: Tracing Power & Participation in the Model Ecosystem](https://huggingface.co/papers/2512.03073).
14
+
15
+ Project Page: https://huggingface.co/spaces/economies-open-ai/open-model-evolution
16
 
17
  ## Sample code
18
 
 
69
  } for row in snapshot["20250101"].sort("likes", reverse=True).select(range(10))]
70
  ```
71
 
72
+ Most of the user-maintained metadata for Hub repositories is stored in the cardData field, which is saved as a JSON-formated string