Text Classification
Transformers
PyTorch
TensorBoard
Safetensors
distilbert
text-embeddings-inference
Instructions to use ebrigham/EYY-Topic-Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ebrigham/EYY-Topic-Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="ebrigham/EYY-Topic-Classification")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("ebrigham/EYY-Topic-Classification") model = AutoModelForSequenceClassification.from_pretrained("ebrigham/EYY-Topic-Classification") - Notebooks
- Google Colab
- Kaggle
| { | |
| "best_metric": null, | |
| "best_model_checkpoint": null, | |
| "epoch": 0.5333333333333333, | |
| "global_step": 2000, | |
| "is_hyper_param_search": false, | |
| "is_local_process_zero": true, | |
| "is_world_process_zero": true, | |
| "log_history": [ | |
| { | |
| "epoch": 0.13, | |
| "learning_rate": 4.3333333333333334e-05, | |
| "loss": 2.5673, | |
| "step": 500 | |
| }, | |
| { | |
| "epoch": 0.27, | |
| "learning_rate": 3.6666666666666666e-05, | |
| "loss": 2.5378, | |
| "step": 1000 | |
| }, | |
| { | |
| "epoch": 0.4, | |
| "learning_rate": 3e-05, | |
| "loss": 2.5315, | |
| "step": 1500 | |
| }, | |
| { | |
| "epoch": 0.53, | |
| "learning_rate": 2.3333333333333336e-05, | |
| "loss": 2.5265, | |
| "step": 2000 | |
| } | |
| ], | |
| "max_steps": 3750, | |
| "num_train_epochs": 1, | |
| "total_flos": 1923161535498240.0, | |
| "trial_name": null, | |
| "trial_params": null | |
| } | |