Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

liyang-ict
/
SCM-0.5B

Text Classification
Transformers
Safetensors
qwen2
feature-extraction
safety
content-moderation
token-classification
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use liyang-ict/SCM-0.5B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use liyang-ict/SCM-0.5B with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="liyang-ict/SCM-0.5B", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("liyang-ict/SCM-0.5B", trust_remote_code=True)
    model = AutoModel.from_pretrained("liyang-ict/SCM-0.5B", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
SCM-0.5B
Ctrl+K
Ctrl+K
  • 1 contributor
History: 14 commits
liyang-ict's picture
liyang-ict
Update bibtex
55afd73 verified 10 days ago
  • .gitattributes
    1.52 kB
    initial commit about 2 months ago
  • LICENSE
    11.5 kB
    Update LICENSE about 2 months ago
  • README.md
    2.02 kB
    Update bibtex 10 days ago
  • config.json
    1.13 kB
    Upload config.json with huggingface_hub about 2 months ago
  • generation_config.json
    138 Bytes
    Upload generation_config.json with huggingface_hub about 2 months ago
  • logic_consistency_loss.py
    2.7 kB
    Upload logic_consistency_loss.py with huggingface_hub about 2 months ago
  • merges.txt
    1.67 MB
    Upload merges.txt with huggingface_hub about 2 months ago
  • model.safetensors
    988 MB
    xet
    Upload model.safetensors with huggingface_hub about 2 months ago
  • modeling_qwen4dual_2CE_w_logic.py
    6.2 kB
    Upload modeling_qwen4dual_2CE_w_logic.py with huggingface_hub about 2 months ago
  • tokenizer.json
    7.03 MB
    Upload tokenizer.json with huggingface_hub about 2 months ago
  • tokenizer_config.json
    7.23 kB
    Upload tokenizer_config.json with huggingface_hub about 2 months ago
  • vocab.json
    2.78 MB
    Upload vocab.json with huggingface_hub about 2 months ago