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

  • Log In
  • Sign Up

New12fef
/
np-ai-model

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

Instructions to use New12fef/np-ai-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use New12fef/np-ai-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="New12fef/np-ai-model")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("New12fef/np-ai-model")
    model = AutoModelForSequenceClassification.from_pretrained("New12fef/np-ai-model")
  • Notebooks
  • Google Colab
  • Kaggle
np-ai-model
269 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
New12fef's picture
New12fef
Update README.md
d9769cf verified 4 months ago
  • .gitattributes
    1.52 kB
    initial commit 4 months ago
  • README.md
    2.3 kB
    Update README.md 4 months ago
  • config.json
    563 Bytes
    Upload DistilBertForSequenceClassification 4 months ago
  • model.safetensors
    268 MB
    xet
    Upload DistilBertForSequenceClassification 4 months ago
  • special_tokens_map.json
    125 Bytes
    Upload tokenizer 4 months ago
  • tokenizer.json
    711 kB
    Upload tokenizer 4 months ago
  • tokenizer_config.json
    1.23 kB
    Upload tokenizer 4 months ago
  • vocab.txt
    232 kB
    Upload tokenizer 4 months ago