初始化项目,由ModelHub XC社区提供模型

Model: squ11z1/claude-oss-350m
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-07-15 03:42:10 +08:00
commit 4a6effbb7e
10 changed files with 324044 additions and 0 deletions

41
README.md Normal file
View File

@@ -0,0 +1,41 @@
---
language:
- en
tags:
- text-generation
- claude
- lfm2
- claude-style
- gguf
base_model:
- LiquidAI/LFM2.5-350M
base_model_relation: finetune
library_name: transformers
pipeline_tag: text-generation
license: other
---
# Claude OSS 350M
> **Disclaimer:** This is **not** an official release by Anthropic.
> Claude OSS 350M is an independent open model project.
![claudeoss350](https://cdn-uploads.huggingface.co/production/uploads/67329d3f69fded92d56ab41a/3a-HcJ6O-q6EAQHrXzsgI.png)
## Overview
Claude OSS 350M is a compact assistant model built to bring a **familiar Claude-style feel into an edge-sized model**.
In simple terms: this is an attempt to capture the **habitual Claude-style tone and interaction pattern in a lightweight 350M-class model** that is easier to run in constrained environments.
The model was fine-tuned on **open-source datasets**, with a combined total of approximately **200,000 rows** collected from Hugging Face. The training focus emphasized assistant behavior, conversational tone, instruction following, and consistent identity in a small-footprint setting.
Claude OSS 350M is intended for:
- edge deployment
- low-memory experimentation
- lightweight assistant tasks
- fast local inference
- compact multilingual interaction
---