tiagoblima/punctuation-tedtalk2012-full-text-bert
Viewer • Updated • 3.48k • 79
How to use tiagoblima/punctuation-tedtalk2012-bert-base-full-text-bert with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("token-classification", model="tiagoblima/punctuation-tedtalk2012-bert-base-full-text-bert") # Load model directly
from transformers import AutoTokenizer, AutoModelForTokenClassification
tokenizer = AutoTokenizer.from_pretrained("tiagoblima/punctuation-tedtalk2012-bert-base-full-text-bert")
model = AutoModelForTokenClassification.from_pretrained("tiagoblima/punctuation-tedtalk2012-bert-base-full-text-bert", device_map="auto")This model is a fine-tuned version of neuralmind/bert-base-portuguese-cased on the tiagoblima/punctuation-tedtalk2012-full-text-bert dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss | Precision | Recall | F1 | Accuracy |
|---|---|---|---|---|---|---|---|
| No log | 1.0 | 197 | 0.1495 | 0.7179 | 0.7416 | 0.7295 | 0.9417 |