Instructions to use bashyaldhiraj2067/testtest with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bashyaldhiraj2067/testtest with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="bashyaldhiraj2067/testtest")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("bashyaldhiraj2067/testtest") model = AutoModelForTokenClassification.from_pretrained("bashyaldhiraj2067/testtest") - Notebooks
- Google Colab
- Kaggle
Upload LiltForTokenClassification
Browse files- model.safetensors +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1134366064
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d16cd3c31641d80de679706647b706f3b73feb7391e01ee5496bf3a569b78aed
|
| 3 |
size 1134366064
|