Instructions to use jasminejwebb/KeywordIdentifier with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use jasminejwebb/KeywordIdentifier with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="jasminejwebb/KeywordIdentifier")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("jasminejwebb/KeywordIdentifier") model = AutoModelForTokenClassification.from_pretrained("jasminejwebb/KeywordIdentifier") - Notebooks
- Google Colab
- Kaggle
Commit ·
ff62e3a
1
Parent(s): 1fbb6fc
add model
Browse files- pytorch_model.bin +1 -1
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 466956833
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2863119df7e9e5a744d7b08060714be4b140e15041b38560875140bccea9973a
|
| 3 |
size 466956833
|