Datasets:
File size: 965 Bytes
da0904b 583a16a 19f77c1 583a16a 8d2cd66 a3846ec 19f77c1 f2df9d2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | ---
license: mit
task_categories:
- text-generation
language:
- en
tags:
- model_configs
- json
- hfmc
- harley-ml
- configs
- model_json_configs
size_categories:
- 10K<n<100K
---
# HFMC
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.
## Stats
| Metric | Value |
|--------------------|-----------|
| Tokens (GPT2) | 7,117,346 |
| Entries | 18,781 |
| Tokens/Entry (med) | 318 |
| Words | 1,420,637 |
| Words/Entry (med) | 62 |
We counted the tokens using [GPT2](https://huggingface.co/openai-community/gpt2)'s tokenizer.
## Cleaning
We deduped, filtered via lang (only English), and length (1024 tokens using an in-domain tokenizer).
## Use Cases
1. Pretraining or fine-tuning small models.
2. Including HFMC in a much larger dataset for coverage |