You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

My 7B Model with Dataset

这是一个包含微调后 7B 模型及其训练数据的仓库。可以使用vllm进行推理。

TEXT2VECSQL/ ├── README.md # 项目说明,包含使用方法、许可证、模型参数 ├── .gitattributes # Git LFS 配置(自动处理大文件) │ ├── models/ # 【核心】存放模型权重和配置 │ ├── config.json # 模型架构配置 (vLLM 读取此文件识别模型类型) │ ├── tokenizer.json # 分词器 │ ├── tokenizer_config.json │ ├── special_tokens_map.json │ ├── model.safetensors # 使用 safetensors 格式(更安全、加载更快) │ │ (或者 model-00001-of-00002.safetensors 等分片文件) │ └── generation_config.json │ ├── data/ # 【数据】存放数据集 │ ├── train/ # 训练数据 │ │ ├── train_data_001.parquet │ │ └── ...

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support