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 /regression /training_scripts /__pycache__
10.2 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
sanjin7's picture
sanjin7
Upload src/ with huggingface_hub
cea4a4b over 3 years ago
  • __init__.cpython-310.pyc
    261 Bytes
    Upload src/ with huggingface_hub over 3 years ago
  • littrain.cpython-310.pyc
    2.44 kB
    Upload src/ with huggingface_hub over 3 years ago
  • littrain_decoder.cpython-310.pyc
    2.6 kB
    Upload src/ with huggingface_hub over 3 years ago
  • train_decoder_PL.cpython-310.pyc
    2.54 kB
    Upload src/ with huggingface_hub over 3 years ago
  • train_full_model_PL.cpython-310.pyc
    2.33 kB
    Upload src/ with huggingface_hub over 3 years ago