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

  • Log In
  • Sign Up

Matthijs
/
ane-distilbert-test

Text Classification
Transformers
PyTorch
distilbert
custom_code
text-embeddings-inference
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Transformers

    How to use Matthijs/ane-distilbert-test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="Matthijs/ane-distilbert-test", trust_remote_code=True)
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("Matthijs/ane-distilbert-test", trust_remote_code=True)
    model = AutoModelForSequenceClassification.from_pretrained("Matthijs/ane-distilbert-test", trust_remote_code=True)
  • Notebooks
  • Google Colab
  • Kaggle
ane-distilbert-test
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Matthijs's picture
Matthijs
add tokenizer
e4c33a6 almost 4 years ago
  • .gitattributes
    1.17 kB
    initial commit almost 4 years ago
  • config.json
    890 Bytes
    add model almost 4 years ago
  • configuration_distilbert_ane.py
    205 Bytes
    add model almost 4 years ago
  • modeling_distilbert_ane.py
    23.2 kB
    add model almost 4 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    268 MB
    xet
    add model almost 4 years ago
  • special_tokens_map.json
    125 Bytes
    add tokenizer almost 4 years ago
  • tokenizer.json
    712 kB
    add tokenizer almost 4 years ago
  • tokenizer_config.json
    436 Bytes
    add tokenizer almost 4 years ago
  • vocab.txt
    232 kB
    add tokenizer almost 4 years ago