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 ·
8588b95
1
Parent(s): 63cedb9
Update README.md
Browse files
README.md
CHANGED
|
@@ -25,13 +25,13 @@ model-index:
|
|
| 25 |
type: custom
|
| 26 |
metrics:
|
| 27 |
- type: accuracy
|
| 28 |
-
value: 0.
|
| 29 |
- type: f1
|
| 30 |
-
value: 0.
|
| 31 |
- type: precision
|
| 32 |
-
value: 0.
|
| 33 |
- type: recall
|
| 34 |
-
value: 0.
|
| 35 |
- type: loss
|
| 36 |
-
value: 0.
|
| 37 |
---
|
|
|
|
| 25 |
type: custom
|
| 26 |
metrics:
|
| 27 |
- type: accuracy
|
| 28 |
+
value: 0.92
|
| 29 |
- type: f1
|
| 30 |
+
value: 0.92
|
| 31 |
- type: precision
|
| 32 |
+
value: 0.92
|
| 33 |
- type: recall
|
| 34 |
+
value: 0.92
|
| 35 |
- type: loss
|
| 36 |
+
value: 0.32
|
| 37 |
---
|