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

ai4data
/
datause-classifier

Text Classification
PEFT
Safetensors
Transformers
GLiNER
lora
Model card Files Files and versions
xet
Community

Instructions to use ai4data/datause-classifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ai4data/datause-classifier with PEFT:

    Task type is invalid.
  • Transformers

    How to use ai4data/datause-classifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="ai4data/datause-classifier")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("ai4data/datause-classifier", dtype="auto")
  • GLiNER

    How to use ai4data/datause-classifier with GLiNER:

    from gliner import GLiNER
    
    model = GLiNER.from_pretrained("ai4data/datause-classifier")
  • Notebooks
  • Google Colab
  • Kaggle
datause-classifier
31.8 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
rafmacalaba's picture
rafmacalaba
Upload README.md with huggingface_hub
5c686fc verified 2 days ago
  • .gitattributes
    1.52 kB
    initial commit 2 days ago
  • README.md
    1.93 kB
    Upload README.md with huggingface_hub 2 days ago
  • adapter_config.json
    1.39 kB
    Upload folder using huggingface_hub 2 days ago
  • adapter_model.safetensors
    31.8 MB
    xet
    Upload folder using huggingface_hub 2 days ago