Instructions to use Buseak/pos_tagger_3112 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Buseak/pos_tagger_3112 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="Buseak/pos_tagger_3112")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("Buseak/pos_tagger_3112") model = AutoModelForTokenClassification.from_pretrained("Buseak/pos_tagger_3112") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 20
Browse files
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 440179576
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:53e73187a3067cf173194a3ba464379f5c3ad9221c29eb02badad6f7494cd096
|
| 3 |
size 440179576
|
runs/Dec31_09-56-00_e0d6649171ed/events.out.tfevents.1704016561.e0d6649171ed.6539.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:e68e478b11ddb55fccd1392872dbe0104769ff6a4689b2c9ef1d940cab495d47
|
| 3 |
+
size 15893
|