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 unilineal model
Browse files
unilineal/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:177fc9b4d84fca71e474ae1b9c40efceb4b3258077305b6c5d4b6d73d0e0fd36
|
| 3 |
size 598449012
|