Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use lsanochkin/rubert-finetuned-collection3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lsanochkin/rubert-finetuned-collection3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="lsanochkin/rubert-finetuned-collection3")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("lsanochkin/rubert-finetuned-collection3") model = AutoModelForTokenClassification.from_pretrained("lsanochkin/rubert-finetuned-collection3") - Notebooks
- Google Colab
- Kaggle
Commit ·
cf9166c
1
Parent(s): eaf2eeb
Training complete
Browse files
runs/Dec26_18-49-01_cn-001/events.out.tfevents.1672069749.cn-001.129900.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b72d6fb99e44b1165992a5d22108541f607a4b305fbd3cfbcf60eccb07b5dd51
|
| 3 |
+
size 6916
|