File size: 1,192 Bytes
98442e4 64737de 98442e4 04ce05e 98442e4 04ce05e 7ad226e 04ce05e 2d40540 04ce05e 98442e4 abacc92 f1277c6 3a7e3af 3772a02 3a7e3af bee0d85 f27490d e1039e3 f27490d 8222876 3318c2f |
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 41 42 43 44 45 46 47 48 49 50 |
---
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"
---
<img src="https://cdn-uploads.huggingface.co/production/uploads/648a374f00f7a3374ee64b99/QoLLMgnFmeGqUTA5Bkgjw.png" width=800/>
# 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** |