Buckets:
| # /// script | |
| # requires-python = ">=3.10" | |
| # dependencies = ["transformers>=4.56"] | |
| # /// | |
| from transformers import AutoConfig | |
| cfg = AutoConfig.from_pretrained("deepseek-ai/DeepSeek-V2-Lite") | |
| print("model_type:", cfg.model_type) | |
| print("class:", type(cfg)) | |
| print("auto_map:", getattr(cfg, "auto_map", None)) | |
| print("architectures:", getattr(cfg, "architectures", None)) | |
Xet Storage Details
- Size:
- 366 Bytes
- Xet hash:
- a50a9b48deff9ba2cb6aeea646832a036806d727bbde2cd42198b9dcb3e3f3ff
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.