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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

sanjin7
/
ctr-ll4

Text Classification
Transformers
PyTorch
full_model
custom_code
Model card Files Files and versions
xet
Community

Instructions to use sanjin7/ctr-ll4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use sanjin7/ctr-ll4 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="sanjin7/ctr-ll4", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("sanjin7/ctr-ll4", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ctr-ll4 / src /utils
30.8 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
sanjin7's picture
sanjin7
Upload src/ with huggingface_hub
cea4a4b over 3 years ago
  • __pycache__
    Upload src/ with huggingface_hub over 3 years ago
  • s3
    Upload src/ with huggingface_hub over 3 years ago
  • __init__.py
    303 Bytes
    Upload src/ with huggingface_hub over 3 years ago
  • bert.py
    579 Bytes
    Upload src/ with huggingface_hub over 3 years ago
  • common.py
    295 Bytes
    Upload src/ with huggingface_hub over 3 years ago
  • csv.py
    363 Bytes
    Upload src/ with huggingface_hub over 3 years ago
  • decorators.py
    388 Bytes
    Upload src/ with huggingface_hub over 3 years ago
  • enum.py
    144 Bytes
    Upload src/ with huggingface_hub over 3 years ago
  • hugging_face.py
    70 Bytes
    Upload src/ with huggingface_hub over 3 years ago
  • neural_networks.py
    148 Bytes
    Upload src/ with huggingface_hub over 3 years ago
  • nlp.py
    522 Bytes
    Upload src/ with huggingface_hub over 3 years ago
  • text_functions.py
    1.98 kB
    Upload src/ with huggingface_hub over 3 years ago