Token Classification
Transformers
PyTorch
TensorBoard
Safetensors
Russian
bert
generated-from-trainer
restore_punctuation
Instructions to use markusiko/rubert-base-punctuation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use markusiko/rubert-base-punctuation with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="markusiko/rubert-base-punctuation")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("markusiko/rubert-base-punctuation") model = AutoModelForTokenClassification.from_pretrained("markusiko/rubert-base-punctuation") - Notebooks
- Google Colab
- Kaggle
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 710956646
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7a46beea50b1ea85ddb2068d4421c3ce7ddd7df0206b76d396077eb3dde44299
|
| 3 |
size 710956646
|
runs/Mar02_16-13-15_DESKTOP-4943SUE/events.out.tfevents.1709385238.DESKTOP-4943SUE.14748.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:3cc834919f932cac1e6d309ce95ee954ca68d199b4e8a0d3f7f02ace456155a5
|
| 3 |
+
size 6165
|