Text Classification
Transformers
PyTorch
Safetensors
roberta
Generated from Trainer
text-embeddings-inference
Instructions to use Theoreticallyhugo/bert-ner-essays-classify_span with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Theoreticallyhugo/bert-ner-essays-classify_span with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Theoreticallyhugo/bert-ner-essays-classify_span")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Theoreticallyhugo/bert-ner-essays-classify_span") model = AutoModelForSequenceClassification.from_pretrained("Theoreticallyhugo/bert-ner-essays-classify_span") - Notebooks
- Google Colab
- Kaggle
Commit History
trainer: training complete at 2024-02-06 13:23:50.865104. dd10324 verified
trainer: training complete at 2023-11-22 13:55:22.895853. a3cfccf
Training in progress, epoch 2 399ad02
Training in progress, epoch 1 12b62fa
trainer: training complete at 2023-11-14 14:08:14.362464. 9b492fa
Training in progress, epoch 2 11f8fd6
Training in progress, epoch 1 87defb5
trainer: training complete at 2023-11-14 14:05:07.938213. 2707654
Training in progress, epoch 3 cbb4d1a
Training in progress, epoch 2 fba5d8d
Training in progress, epoch 1 dd69c82
trainer: training complete at 2023-11-14 14:01:39.049676. e3dc3fb
Training in progress, epoch 1 319c564
trainer: training complete at 2023-11-14 13:47:22.126011. bf0fb71
Training in progress, epoch 2 95a11ee
Training in progress, epoch 1 b7515df
trainer: training complete at 2023-11-14 13:31:47.312072. 50298c5
Training in progress, epoch 2 2e3cdb1
Training in progress, epoch 1 fd581c8
trainer: training complete at 2023-11-13 16:49:31.030061. 2f7225d
Training in progress, epoch 2 03afa1d
Training in progress, epoch 1 4a0ad77
trainer: training complete at 2023-11-13 16:27:32.191002. bdebdbe
Training in progress, epoch 2 038795e
Training in progress, epoch 1 de91c93
trainer: training complete at 2023-11-13 16:26:09.056325. 04eadeb
Training in progress, epoch 1 8c0ed16
initial commit d498ebb
Hugo Meinhof commited on