--- license: apache-2.0 configs: - config_name: models data_files: "models.parquet" - config_name: datasets data_files: "datasets.parquet" - config_name: spaces data_files: "spaces.parquet" - config_name: posts data_files: "posts.parquet" - config_name: papers data_files: "daily_papers.parquet" --- # Changelog **NEW** Changes July 25th - added `baseModels` field to models which shows the models that the user tagged as base models for that model Example: ```json { "models": [ { "_id": "687de260234339fed21e768a", "id": "Qwen/Qwen3-235B-A22B-Instruct-2507" } ], "relation": "quantized" } ``` **NEW** Changes July 9th - Fixed issue with `gguf` column with integer overflow causing import pipeline to be broken over a few weeks ✅ **NEW** Changes Feb 27th - Added new fields on the `models` split: `downloadsAllTime`, `safetensors`, `gguf` - Added new field on the `datasets` split: `downloadsAllTime` - Added new split: `papers` which is all of the [Daily Papers](https://huggingface.co/papers) **Updated Daily**