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

  • Log In
  • Sign Up

JonahDelman
/
ProposalClassifier

Text Classification
Transformers
Safetensors
English
bert
proposal-analysis
business
binary-classification
Eval Results (legacy)
text-embeddings-inference
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use JonahDelman/ProposalClassifier with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("text-classification", model="JonahDelman/ProposalClassifier")
    # Load model directly
    from transformers import AutoTokenizer, AutoModelForSequenceClassification
    
    tokenizer = AutoTokenizer.from_pretrained("JonahDelman/ProposalClassifier")
    model = AutoModelForSequenceClassification.from_pretrained("JonahDelman/ProposalClassifier")
  • Notebooks
  • Google Colab
  • Kaggle
ProposalClassifier
439 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 27 commits
JonahDelman's picture
JonahDelman
Update README.md
1bef78b 9 months ago
  • .gitattributes
    1.52 kB
    initial commit 9 months ago
  • README.md
    666 Bytes
    Update README.md 9 months ago
  • config.json
    789 Bytes
    Upload folder using huggingface_hub 9 months ago
  • model.safetensors
    438 MB
    xet
    Upload folder using huggingface_hub 9 months ago
  • special_tokens_map.json
    125 Bytes
    Upload folder using huggingface_hub 9 months ago
  • tokenizer.json
    711 kB
    Upload folder using huggingface_hub 9 months ago
  • tokenizer_config.json
    1.22 kB
    Upload folder using huggingface_hub 9 months ago
  • trainer_state.json
    5.23 kB
    Upload folder using huggingface_hub 9 months ago
  • vocab.txt
    232 kB
    Upload folder using huggingface_hub 9 months ago