Text Classification
Transformers
Safetensors
English
bert
proposal-analysis
business
binary-classification
Eval Results (legacy)
text-embeddings-inference
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
Commit ·
299d27a
1
Parent(s): 11c4f58
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,8 +8,6 @@ tags:
|
|
| 8 |
- proposal-analysis
|
| 9 |
- business
|
| 10 |
- binary-classification
|
| 11 |
-
datasets:
|
| 12 |
-
- custom
|
| 13 |
metrics:
|
| 14 |
- accuracy
|
| 15 |
- f1
|
|
@@ -36,4 +34,4 @@ model-index:
|
|
| 36 |
value: 0.92
|
| 37 |
- type: loss
|
| 38 |
value: 0.19
|
| 39 |
-
---
|
|
|
|
| 8 |
- proposal-analysis
|
| 9 |
- business
|
| 10 |
- binary-classification
|
|
|
|
|
|
|
| 11 |
metrics:
|
| 12 |
- accuracy
|
| 13 |
- f1
|
|
|
|
| 34 |
value: 0.92
|
| 35 |
- type: loss
|
| 36 |
value: 0.19
|
| 37 |
+
---
|