Text Classification
Transformers
TensorBoard
Safetensors
bert
Trained with AutoTrain
text-embeddings-inference
Instructions to use Milind1982/autotrain-assignment5-mj with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Milind1982/autotrain-assignment5-mj with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Milind1982/autotrain-assignment5-mj")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Milind1982/autotrain-assignment5-mj") model = AutoModelForSequenceClassification.from_pretrained("Milind1982/autotrain-assignment5-mj", device_map="auto") - Notebooks
- Google Colab
- Kaggle
| library_name: transformers | |
| tags: | |
| - autotrain | |
| - text-classification | |
| base_model: google-bert/bert-base-uncased | |
| widget: | |
| - text: "I love AutoTrain" | |
| # Model Trained Using AutoTrain | |
| - Problem type: Text Classification | |
| ## Validation Metrics | |
| loss: 0.6728306412696838 | |
| f1_macro: 0.7189943337002161 | |
| f1_micro: 0.7266666666666667 | |
| f1_weighted: 0.718994333700216 | |
| precision_macro: 0.7302136640934455 | |
| precision_micro: 0.7266666666666667 | |
| precision_weighted: 0.7302136640934456 | |
| recall_macro: 0.7266666666666666 | |
| recall_micro: 0.7266666666666667 | |
| recall_weighted: 0.7266666666666667 | |
| accuracy: 0.7266666666666667 | |