Token Classification
Transformers
Safetensors
Spanish
English
Portuguese
modernbert
name-splitting
ner
names
Eval Results (legacy)
Instructions to use ittailup/tori2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ittailup/tori2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ittailup/tori2")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ittailup/tori2") model = AutoModelForTokenClassification.from_pretrained("ittailup/tori2") - Notebooks
- Google Colab
- Kaggle
Release bilineal model (Modal training)
Browse files- model.safetensors +1 -1
- training_args.bin +3 -0
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598449012
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9b5a9fe00091bdc8179d36d3c0aec8787d65db8934dafca4a01bca0aeb73725d
|
| 3 |
size 598449012
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a55eca196b9f82fe21e7379724d1e1ae2ce2d9a486a14fdbb63bd3617f1d565e
|
| 3 |
+
size 5201
|