Update model card: correct pipeline tag, add library name and paper/code links
#1
by nielsr HF Staff - opened
This PR improves the model card by:
- Updating the
pipeline_tagtotoken-classificationto reflect that the model performs character-level error detection (usingElectraForTokenClassification). - Adding the
library_name: transformersmetadata. - Specifying the correct
base_modelashfl/chinese-electra-180g-base-discriminator. - Adding links to the associated paper "CSRP: Chain-of-Thought Reasoning for Chinese Text Correction via Reinforcement Learning with Efficiency-Aware Rewards" and the official GitHub repository.