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