Instructions to use karths/binary_classification_train_architecture with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use karths/binary_classification_train_architecture with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="karths/binary_classification_train_architecture")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("karths/binary_classification_train_architecture") model = AutoModelForSequenceClassification.from_pretrained("karths/binary_classification_train_architecture", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| { | |
| "precision": 0.9472852552545603, | |
| "recall": 0.9437810181148547, | |
| "f1": 0.9454519478991996, | |
| "auc": 0.9776207317889293, | |
| "acc": 0.9485748574857485, | |
| "mcc": 0.8969472097216025 | |
| } |