Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

yaoandy107
/
greyscope-qwen3.5-4b

Text Classification
Transformers
Safetensors
English
qwen3_5_text
ai-generated-text-detection
ai_detection
lora
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use yaoandy107/greyscope-qwen3.5-4b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use yaoandy107/greyscope-qwen3.5-4b with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="yaoandy107/greyscope-qwen3.5-4b")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("yaoandy107/greyscope-qwen3.5-4b")
    model = AutoModelForSequenceClassification.from_pretrained("yaoandy107/greyscope-qwen3.5-4b", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
greyscope-qwen3.5-4b
8.43 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 16 commits
yaoandy107's picture
yaoandy107
Upload README.md with huggingface_hub
bb25d41 verified 3 months ago
  • .gitattributes
    1.57 kB
    Greyscope v1 β€” merged weights + calibration 3 months ago
  • README.md
    7.34 kB
    Upload README.md with huggingface_hub 3 months ago
  • calibration.json
    1.41 kB
    calibration: align bucket_descriptions with documented output keys 3 months ago
  • config.json
    2.19 kB
    Greyscope v1 β€” merged weights + calibration 3 months ago
  • model.safetensors
    8.41 GB
    xet
    Greyscope v1 β€” merged weights + calibration 3 months ago
  • tokenizer.json
    20 MB
    xet
    Greyscope v1 β€” merged weights + calibration 3 months ago
  • tokenizer_config.json
    1.17 kB
    Greyscope v1 β€” merged weights + calibration 3 months ago