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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

abspython
/
distilbert-finetuned

Text Classification
Transformers
PyTorch
google-tensorflow TensorFlow
JAX
English
distilbert
text-embeddings-inference
Model card Files Files and versions
xet

Instructions to use abspython/distilbert-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use abspython/distilbert-finetuned with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="abspython/distilbert-finetuned")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("abspython/distilbert-finetuned")
    model = AutoModelForSequenceClassification.from_pretrained("abspython/distilbert-finetuned", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-finetuned
790 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
abspython's picture
abspython
Updated
42d7250 about 4 years ago
  • .gitattributes
    345 Bytes
    Push model files about 4 years ago
  • README.md
    170 Bytes
    Updated about 4 years ago
  • config.json
    771 Bytes
    Updated about 4 years ago
  • convert_flax_to_pytorch.py
    168 Bytes
    Updated about 4 years ago
  • convert_pytorch_to_flax.py
    174 Bytes
    Updated about 4 years ago
  • convert_pytorch_to_tensorflow.py
    170 Bytes
    Updated about 4 years ago
  • flax_model.msgpack
    263 MB
    LFS
    Updated about 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    263 MB
    LFS
    Updated about 4 years ago
  • special_tokens_map.json
    112 Bytes
    Updated about 4 years ago
  • tf_model.h5
    263 MB
    LFS
    Updated about 4 years ago
  • tokenizer.json
    436 kB
    Updated about 4 years ago
  • tokenizer_config.json
    320 Bytes
    Updated about 4 years ago
  • vocab.txt
    213 kB
    Updated about 4 years ago