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 ·
eaf2eeb
1
Parent(s): 2d7b584
Training in progress, epoch 2
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 710960621
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1bc9f035fef7936c7136cd8f800582cab565b01b8aa0808fe7a4e245467edab1
|
| 3 |
size 710960621
|
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:dc241cdcd4ab74f192bd5ef5548edf483fa66d4069c6c161823e332d5cb20f3a
|
| 3 |
+
size 5776
|