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

  • Log In
  • Sign Up

luohy
/
ESP-roberta-large

Text Classification
Transformers
PyTorch
Safetensors
roberta
Model card Files Files and versions
xet
Community
1

Instructions to use luohy/ESP-roberta-large with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use luohy/ESP-roberta-large with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="luohy/ESP-roberta-large")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("luohy/ESP-roberta-large")
    model = AutoModelForSequenceClassification.from_pretrained("luohy/ESP-roberta-large")
  • Notebooks
  • Google Colab
  • Kaggle
ESP-roberta-large
2.84 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
luohy's picture
luohy
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model (#1)
98f822b almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    21 Bytes
    initial commit about 3 years ago
  • config.json
    1.02 kB
    Upload with huggingface_hub about 3 years ago
  • model.safetensors
    1.42 GB
    xet
    Adding `safetensors` variant of this model (#1) almost 3 years ago
  • pytorch_model.bin
    1.42 GB
    xet
    Upload with huggingface_hub about 3 years ago