Token Classification
Transformers
ONNX
Safetensors
English
Japanese
Chinese
bert
anime
filename-parsing
Eval Results (legacy)
Instructions to use ModerRAS/AniFileBERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ModerRAS/AniFileBERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ModerRAS/AniFileBERT")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ModerRAS/AniFileBERT") model = AutoModelForTokenClassification.from_pretrained("ModerRAS/AniFileBERT") - Notebooks
- Google Colab
- Kaggle
File size: 300 Bytes
e63569d | 1 2 3 4 5 6 7 8 9 10 11 | {
"eval_loss": 0.01631847210228443,
"eval_precision": 0.9799749533444652,
"eval_recall": 0.986698478236683,
"eval_f1": 0.9833252228334185,
"eval_accuracy": 0.9943065860243627,
"eval_runtime": 39.3604,
"eval_samples_per_second": 321.161,
"eval_steps_per_second": 1.27,
"epoch": 2.0
} |