Instructions to use adasgaleus/insertion-prop-015-correct-data with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use adasgaleus/insertion-prop-015-correct-data with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="adasgaleus/insertion-prop-015-correct-data")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("adasgaleus/insertion-prop-015-correct-data") model = AutoModelForTokenClassification.from_pretrained("adasgaleus/insertion-prop-015-correct-data") - Notebooks
- Google Colab
- Kaggle
Adding `safetensors` variant of this model
#1
by SFconvertbot - opened
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3abb652a72dad5727bf5400b4976c0d63187d0a5d0a15ba3db571c0e4526c68
|
| 3 |
+
size 265470008
|