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

  • Log In
  • Sign Up

andreyunic23
/
model_testaunic23

Token Classification
Transformers
Safetensors
distilbert
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use andreyunic23/model_testaunic23 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("token-classification", model="andreyunic23/model_testaunic23")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForTokenClassification
    
    tokenizer = AutoTokenizer.from_pretrained("andreyunic23/model_testaunic23")
    model = AutoModelForTokenClassification.from_pretrained("andreyunic23/model_testaunic23")
  • Notebooks
  • Google Colab
  • Kaggle
model_testaunic23
261 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
andreyunic23's picture
andreyunic23
Upload DistilBertForTokenClassification
b3da778 verified 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    5.17 kB
    Upload DistilBertForTokenClassification 9 months ago
  • config.json
    992 Bytes
    Upload DistilBertForTokenClassification 9 months ago
  • model.safetensors
    261 MB
    xet
    Upload DistilBertForTokenClassification 9 months ago