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

  • Log In
  • Sign Up

joeldenny
/
finalclassificationmodel

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

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

  • Libraries
  • Transformers

    How to use joeldenny/finalclassificationmodel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="joeldenny/finalclassificationmodel")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("joeldenny/finalclassificationmodel")
    model = AutoModelForSequenceClassification.from_pretrained("joeldenny/finalclassificationmodel")
  • Notebooks
  • Google Colab
  • Kaggle
finalclassificationmodel
439 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 2 commits
Joel Denny Joseph
please angane adikale
8657b31 almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit almost 3 years ago
  • config.json
    995 Bytes
    please angane adikale almost 3 years ago
  • pytorch_model.bin
    438 MB
    xet
    please angane adikale almost 3 years ago
  • special_tokens_map.json
    125 Bytes
    please angane adikale almost 3 years ago
  • tokenizer.json
    712 kB
    please angane adikale almost 3 years ago
  • tokenizer_config.json
    314 Bytes
    please angane adikale almost 3 years ago
  • training_args.bin
    3.58 kB
    xet
    please angane adikale almost 3 years ago
  • vocab.txt
    232 kB
    please angane adikale almost 3 years ago