Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -17,10 +17,23 @@ size_categories:
|
|
| 17 |
|
| 18 |
# HFMC
|
| 19 |
|
| 20 |
-
HFMC stands for "Hugging Face Model Configs." This dataset has over
|
| 21 |
|
| 22 |
## Stats
|
| 23 |
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
# HFMC
|
| 19 |
|
| 20 |
+
HFMC stands for "Hugging Face Model Configs." This dataset has over 7k json model configs from Hugging Face. We used the [Hugging Face API](https://huggingface.co/docs/hub/api) to scrape each one.
|
| 21 |
|
| 22 |
## Stats
|
| 23 |
|
| 24 |
+
| Metric | Value |
|
| 25 |
+
|---------------------------------------------------------------|-----------|
|
| 26 |
+
| Tokens ([gpt2](https://huggingface.co/openai-community/gpt2)) | 7,117,346 |
|
| 27 |
+
| Entries | 18,781 |
|
| 28 |
+
| Tokens/Entry (med) | 318 |
|
| 29 |
+
| Words | 1,420,637 |
|
| 30 |
+
| Words/Entry (med) | 62 |
|
| 31 |
|
| 32 |
+
## Cleaning
|
| 33 |
+
|
| 34 |
+
We deduped, filtered via lang (only English), and length (1024 tokens using an in-domain tokenizer).
|
| 35 |
+
|
| 36 |
+
## Use Cases
|
| 37 |
+
|
| 38 |
+
1. Pretraining or fine-tuning small models.
|
| 39 |
+
2. Including in a much larger dataset for coverage
|