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

Lvxue
/
ds2-en

Text Classification
Transformers
ONNX
Model card Files Files and versions
xet
Community

Instructions to use Lvxue/ds2-en with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use Lvxue/ds2-en with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Lvxue/ds2-en")
    # Load model directly
    from transformers import AutoModelForSequenceClassification
    model = AutoModelForSequenceClassification.from_pretrained("Lvxue/ds2-en", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
ds2-en
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
Lvxue's picture
Lvxue
Upload tokenizer.json with huggingface_hub
6681ae9 over 3 years ago
  • .gitattributes
    1.43 kB
    initial commit over 3 years ago
  • config.json
    705 Bytes
    Upload config.json with huggingface_hub over 3 years ago
  • model.onnx
    268 MB
    xet
    Upload model.onnx with huggingface_hub over 3 years ago
  • special_tokens_map.json
    125 Bytes
    Upload special_tokens_map.json with huggingface_hub over 3 years ago
  • tokenizer.json
    711 kB
    Upload tokenizer.json with huggingface_hub over 3 years ago
  • tokenizer_config.json
    436 Bytes
    Upload tokenizer_config.json with huggingface_hub over 3 years ago
  • vocab.txt
    232 kB
    Upload vocab.txt with huggingface_hub over 3 years ago