中文简介
ByteDance-Seed/Cola-DLM 是 ByteDance-Seed 在 Hugging Face 发布的模型仓库,当前卡片主要关联文本生成与推理。本站固定记录上游版本 c1eafdd9cfd8,同步到 11 个文件,文件元数据合计 8.69 GB;访问状态为“公开”,许可证字段为“apache-2.0”。
上游模型卡 / 数据集卡
【README 卡片中文译介】
以下内容依据上游仓库 ByteDance-Seed/Cola-DLM 的固定版本 README、卡片字段和文件元数据进行中文结构化整理。它保留便于选型的关键信息,完整技术细节、代码示例和许可文本请同时查看上游原文。
【资源概览】
ByteDance-Seed/Cola-DLM 是 ByteDance-Seed 在 Hugging Face 发布的模型仓库,当前卡片主要关联文本生成与推理。本站固定记录上游版本 c1eafdd9cfd8,同步到 11 个文件,文件元数据合计 8.69 GB;访问状态为“公开”,许可证字段为“apache-2.0”。
【适用方向】
适合在真实样本上评估文本生成与推理能力,并比较质量、时延和资源消耗。 建议先用小规模样本验证推理框架、输入输出格式和任务指标,再决定是否进入完整权重获取、量化或部署评估。
【版本与规格】
固定版本:c1eafdd9cfd8。 任务标签:文本生成与推理。 语言字段:en。 库标记:transformers。 上游页面记录的最近更新时间:2026-06-18。
【文件信息】
上游 API 返回 11 个文件,文件元数据合计 8.69 GB。 已保存文件清单中的主要扩展名:.json 5 个、.safetensors 3 个、.md 2 个、无扩展名 1 个。 当前较大的文件包括:cola_dlm/cola_dit/model-00001-of-00002.safetensors(4.60 GB);cola_dlm/cola_dit/model-00002-of-00002.safetensors(2.22 GB);cola_dlm/cola_vae/model.safetensors(1.87 GB)。
【运行或处理环境】
仓库文件元数据合计 8.69 GB。 实际显存与内存由精度、量化方式、上下文长度、批量、并发、MoE 专家加载方式和推理框架共同决定,不能只凭参数名或仓库大小作部署承诺;应在目标格式和目标硬件上实测。
【使用边界】
许可证显示为“apache-2.0”,具体用途限制、附加政策和归属要求仍以上游原文为准。 模型输出、工具调用和生成内容可能出现错误、偏见或安全风险,面向业务前应建立任务级评测、权限隔离和人工确认。
Cola DLM English · 中文 Cola DLM** (`Co`ntinuous `La`tent `D`iffusion `L`anguage `M`odel) is a hierarchical continuous latent-space diffusion language model. It combines a Text VAE with a block-causal Diffusion Transformer (DiT) prior: the VAE maps text into continuous latent sequences and decodes latents back to tokens, while the DiT performs latent prior transport through Flow Matching. This model repository contains the HuggingFace-format checkpoint for the paper **Continuous Latent Diffusion Language Model**. Links **Model repository:** **GitHub repository:** **Paper:** **HuggingFace Daily Paper:** **Project page:** **Blog post:** **Zhihu article:** Model Files The expected repository layout is: The checkpoint consists of two cooperating modules: `ColaDiTModel`: a block-causal 1-D Diffusion Transformer prior over continuous text latents. `ColaTextVAEModel`: a Text VAE encoder and conditional decoder for text-to-latent and latent-to-text mapping. Quickstart Install the Cola DLM code package from the GitHub repository, then install the download helper: Download the model files: Run a minimal Python example: OpenAI-Compatible Serving The companion `openai_adapter/` service in the Cola DLM code release exposes this model through an OpenAI-compatible Chat Completions endpoint: Install the adapter dependencies from the code repository root: Start the service: Then send a request: The adapter currently supports non-streaming completions. Model Details **Architecture:** Text VAE + block-causal DiT latent prior. **Training objective:** two-stage training with Text VAE pretraining followed by joint Text VAE + DiT training using Flow Matching. **Training-compute checkpoint:** the released weights correspond to the 2000 EFLOPs checkpoint reported in the paper's RQ4 scaling curve. **Tokenizer:** OLMo 2 tokenizer with a 100,278-entry vocabulary. **Special token ids:** `pad_token_id=100277`, `eos_token_id=100257`, `im_end_token_id=100265`. **Framework:** PyTorch 2.1+ and Hugging
适用场景
适合在真实样本上评估文本生成与推理能力,并比较质量、时延和资源消耗。 建议先用小规模样本验证推理框架、输入输出格式和任务指标,再决定是否进入完整权重获取、量化或部署评估。
模型参数
固定版本:c1eafdd9cfd8。 任务标签:文本生成与推理。 语言字段:en。 库标记:transformers。 上游页面记录的最近更新时间:2026-06-18。
文件说明
上游 API 返回 11 个文件,文件元数据合计 8.69 GB。 已保存文件清单中的主要扩展名:.json 5 个、.safetensors 3 个、.md 2 个、无扩展名 1 个。 当前较大的文件包括:cola_dlm/cola_dit/model-00001-of-00002.safetensors(4.60 GB);cola_dlm/cola_dit/model-00002-of-00002.safetensors(2.22 GB);cola_dlm/cola_vae/model.safetensors(1.87 GB)。
上游文件元数据
.gitattributes1.48 KBcola_dlm/cola_dit/config.json402 Bcola_dlm/cola_dit/model-00001-of-00002.safetensors4.60 GBcola_dlm/cola_dit/model-00002-of-00002.safetensors2.22 GBcola_dlm/cola_dit/model.safetensors.index.json32.76 KBcola_dlm/cola_vae/config.json925 Bcola_dlm/cola_vae/model.safetensors1.87 GBparams.json45 BREADME.md8.90 KBREADME_zh.md7.89 KBtokenizer.json2.61 MB
硬件建议
仓库文件元数据合计 8.69 GB。 实际显存与内存由精度、量化方式、上下文长度、批量、并发、MoE 专家加载方式和推理框架共同决定,不能只凭参数名或仓库大小作部署承诺;应在目标格式和目标硬件上实测。
注意事项
许可证显示为“apache-2.0”,具体用途限制、附加政策和归属要求仍以上游原文为准。 模型输出、工具调用和生成内容可能出现错误、偏见或安全风险,面向业务前应建立任务级评测、权限隔离和人工确认。
获取、校验与交付
咨询此资源时只需发送本页链接或资源准确全称。橙子AI科技会继续核对版本、文件与类型、README资料卡、许可证和访问条件,并在合法访问权限、许可证及平台规则允许的前提下,协助海内外下载、完整性校验及网盘或硬盘交付;本官网本身不托管或下载资源文件。
- 大模型获取与国内转存服务
- 大模型怎么下载:Hugging Face 官方方式与国内交付完整指南
- 国内下载 Hugging Face 模型很慢或经常中断怎么办
- DeepSeek、ChatGPT、豆包、Kimi 能否下载到本地
本页面为橙子AI科技基于固定版本上游卡片整理的中文信息与服务说明,不代表资源作者或平台官方页面。实际许可、访问和使用条件以上游原文为准。