HuggingFaceSearchResult
00matched_file object
Exact repo-relative GGUF path matched by a filename search, or null for ordinary repository search results.
- string
- null
pipeline_tag object
Hugging Face task tag (for example text-generation), when declared.
- string
- null
library_name object
Framework the repository targets (transformers, diffusers, mlx, gguf).
- string
- null
True when downloading requires accepting the repository's license on Hugging Face and presenting an access token.
falselicense object
License identifier from the model card, when declared.
- string
- null
param_count object
Total parameter count reported by the repository's safetensors or GGUF metadata, when available.
- integer
- null
total_file_size object
Exact total artifact bytes reported by GGUF metadata, when available.
- integer
- null
context_length object
Model context window reported by GGUF metadata, when available.
- integer
- null
base_model_repo object
Parent repository this model derives from, when tagged.
- string
- null
base_model_relation object
How this model derives from its parent: finetune, quantized, merge, or adapter.
- string
- null
arXiv paper identifiers tagged on the repository.
ISO 639-1 language tags declared on the repository.
architecture object
Model architecture from repository config or GGUF metadata.
- string
- null
{
"id": "string",
"author": "",
"downloads": 0,
"likes": 0,
"last_modified": "",
"tags": [
"string"
],
"matched_file": "string",
"pipeline_tag": "string",
"library_name": "string",
"gated": false,
"license": "string",
"param_count": 0,
"total_file_size": 0,
"context_length": 0,
"base_model_repo": "string",
"base_model_relation": "string",
"arxiv_ids": [
"string"
],
"languages": [
"string"
],
"architecture": "string"
}