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
1.34 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
popeye09's picture
popeye09
ADD INITIAL FILES
9b85092 almost 2 years ago
  • onnx
    ADD INITIAL FILES almost 2 years ago
  • .gitattributes
    399 Bytes
    ADD INITIAL FILES almost 2 years ago
  • README.md
    10.5 kB
    ADD INITIAL FILES almost 2 years ago
  • config.json
    629 Bytes
    ADD INITIAL FILES almost 2 years ago
  • map.jpeg
    81.6 kB
    ADD INITIAL FILES almost 2 years ago
  • model.safetensors
    268 MB
    xet
    ADD INITIAL FILES almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch.FloatStorage",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    268 MB
    xet
    ADD INITIAL FILES almost 2 years ago
  • rust_model.ot
    268 MB
    xet
    ADD INITIAL FILES almost 2 years ago
  • tf_model.h5
    268 MB
    xet
    ADD INITIAL FILES almost 2 years ago
  • tokenizer_config.json
    48 Bytes
    ADD INITIAL FILES almost 2 years ago
  • vocab.txt
    232 kB
    ADD INITIAL FILES almost 2 years ago