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

intern-test-org
/
distilbert-test-model

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
Rust
ONNX
Safetensors
English
distilbert
Eval Results (legacy)
Model card Files Files and versions
xet
Community

Instructions to use intern-test-org/distilbert-test-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use intern-test-org/distilbert-test-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="intern-test-org/distilbert-test-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("intern-test-org/distilbert-test-model")
    model = AutoModelForSequenceClassification.from_pretrained("intern-test-org/distilbert-test-model")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-test-model / onnx
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
popeye09's picture
popeye09
ADD INITIAL FILES
9b85092 almost 2 years ago
  • added_tokens.json
    82 Bytes
    ADD INITIAL FILES almost 2 years ago
  • config.json
    735 Bytes
    ADD INITIAL FILES almost 2 years ago
  • model.onnx
    268 MB
    xet
    ADD INITIAL FILES almost 2 years ago
  • special_tokens_map.json
    125 Bytes
    ADD INITIAL FILES almost 2 years ago
  • tokenizer.json
    711 kB
    ADD INITIAL FILES almost 2 years ago
  • tokenizer_config.json
    1.28 kB
    ADD INITIAL FILES almost 2 years ago
  • vocab.txt
    232 kB
    ADD INITIAL FILES almost 2 years ago