Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

LinkLinkWu
/
model_1

Text Classification
Transformers
Safetensors
distilbert
text-embeddings-inference
Model card Files Files and versions
xet
Community

Instructions to use LinkLinkWu/model_1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use LinkLinkWu/model_1 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="LinkLinkWu/model_1")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("LinkLinkWu/model_1")
    model = AutoModelForSequenceClassification.from_pretrained("LinkLinkWu/model_1")
  • Notebooks
  • Google Colab
  • Kaggle
model_1
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Liu
Upload tokenizer
5403b55 verified about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    5.17 kB
    Upload DistilBertForSequenceClassification about 1 year ago
  • config.json
    766 Bytes
    Upload DistilBertForSequenceClassification about 1 year ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification about 1 year ago
  • special_tokens_map.json
    695 Bytes
    Upload tokenizer about 1 year ago
  • tokenizer.json
    711 kB
    Upload tokenizer about 1 year ago
  • tokenizer_config.json
    1.28 kB
    Upload tokenizer about 1 year ago
  • vocab.txt
    232 kB
    Upload tokenizer about 1 year ago