Instructions to use CCsky123/Qwen2.5-7B-Instruct-Eng-ContinueWriting-Analyzer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use CCsky123/Qwen2.5-7B-Instruct-Eng-ContinueWriting-Analyzer with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/root/autodl-tmp/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "CCsky123/Qwen2.5-7B-Instruct-Eng-ContinueWriting-Analyzer") - Notebooks
- Google Colab
- Kaggle
train_2025-06-08-12-52-08
This model is a fine-tuned version of Qwen/Qwen2.5-7B-Instruct on the 你的数据集 dataset.
Model description
This model is a fine-tuned LoRA adapter based on Qwen2.5-7B-Instruct , designed to provide structured analysis for continuation writing tasks in high school English education.
Intended uses & limitations
- Prompt Analysis Mode
- Input: Original continuation writing passage (the given text).
- Output: A structured prompt analysis , including key themes, required plot directions, and stylistic expectations.
- Essay Evaluation Mode
- Input:
- Original passage
- Pre-generated prompt analysis (from this model)
- Student’s continuation writing essay
- Output: A structured essay evaluation , covering coherence, language use, plot consistency, and improvement suggestions.
- Input:
Training and evaluation data
More information needed
Training procedure
Training hyperparameters
The following hyperparameters were used during training:
- learning_rate: 5e-05
- train_batch_size: 2
- eval_batch_size: 8
- seed: 42
- gradient_accumulation_steps: 8
- total_train_batch_size: 16
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
- lr_scheduler_type: cosine
- num_epochs: 6.0
Training results
Framework versions
- PEFT 0.12.0
- Transformers 4.45.2
- Pytorch 2.4.1+cu121
- Datasets 2.21.0
- Tokenizers 0.20.1
- Downloads last month
- 3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support