Token Classification
Transformers
PyTorch
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
Instructions to use kktoto/kt_punc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kktoto/kt_punc with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="kktoto/kt_punc")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("kktoto/kt_punc") model = AutoModelForTokenClassification.from_pretrained("kktoto/kt_punc") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 406794033
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:638751aa62fd45e77c6f0e0b839a0a3c3190233a3a0be9f6c6d8ddc92b92d2fb
|
| 3 |
size 406794033
|
runs/May15_13-47-05_46e95af7060c/events.out.tfevents.1652622447.46e95af7060c.79.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:0430d57cb30ff5f246c5eb0f4c46c5d0cca7b97cf8de78989570847d81f6e64e
|
| 3 |
+
size 10821
|
runs/May15_13-47-05_46e95af7060c/events.out.tfevents.1652627419.46e95af7060c.79.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb792494a6348d3b345e1d8ba10985f6e5b412614b71628b431a7b5b948e33f2
|
| 3 |
+
size 512
|