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

Model: Jeffcck1113/qwen2.5-3b-interview-kit-generation
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-09 19:54:01 +08:00
commit 67b6229dbf
13 changed files with 720 additions and 0 deletions

24
README.md Normal file
View File

@@ -0,0 +1,24 @@
---
tags:
- text-generation
- transformers
- qwen2
pipeline_tag: text-generation
library_name: transformers
---
# Qwen2.5-3B Interview Kit Generation
Fine-tuned model for professional interview question generation.
## Model Info
- Base: Qwen/Qwen2.5-3B-Instruct
- Fine-tune: LoRA, merged
- Task: Interview question generation (JSON output)
- Max tokens recommended: 2200
## Usage
Load directly with `AutoModelForCausalLM.from_pretrained`.
The LoRA was trained for professional interviewer tone/style. RAG should still provide company/job grounding, and the app should enforce JSON with prompt constraints plus validation/repair.