Instructions to use ditto123/FNLM-DESN200 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ditto123/FNLM-DESN200 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="ditto123/FNLM-DESN200")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("ditto123/FNLM-DESN200") model = AutoModelForTokenClassification.from_pretrained("ditto123/FNLM-DESN200", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload BertForTokenClassification
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 435632972
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b1aa0c5a6a73973c59d38aa5749cb6e37e75fa19bc884b5ea10afea78ff1ad45
|
| 3 |
size 435632972
|