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

roscoyoon
/
distilbert-base-uncased-distilled

Text Classification
Transformers
PyTorch
distilbert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community
2

Instructions to use roscoyoon/distilbert-base-uncased-distilled with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use roscoyoon/distilbert-base-uncased-distilled with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="roscoyoon/distilbert-base-uncased-distilled")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("roscoyoon/distilbert-base-uncased-distilled")
    model = AutoModelForSequenceClassification.from_pretrained("roscoyoon/distilbert-base-uncased-distilled", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
distilbert-base-uncased-distilled
538 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
SFconvertbot's picture
SFconvertbot
Adding `safetensors` variant of this model
903ac9b verified almost 2 years ago
  • .gitattributes
    1.39 kB
    Adding `safetensors` variant of this model almost 2 years ago
  • .gitignore
    13 Bytes
    Training complete about 4 years ago
  • README.md
    2.19 kB
    update model card README.md about 4 years ago
  • config.json
    8.21 kB
    Training complete about 4 years ago
  • model.safetensors
    268 MB
    xet
    Adding `safetensors` variant of this model almost 2 years ago
  • pytorch_model.bin
    268 MB
    xet
    Training complete about 4 years ago
  • special_tokens_map.json
    125 Bytes
    Training complete about 4 years ago
  • tokenizer.json
    711 kB
    Training complete about 4 years ago
  • tokenizer_config.json
    360 Bytes
    Training complete about 4 years ago
  • training_args.bin
    3.38 kB
    xet
    Training complete about 4 years ago
  • vocab.txt
    232 kB
    Training complete about 4 years ago