Instructions to use hfunakura/en-bertsemtagger-gold with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use hfunakura/en-bertsemtagger-gold with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="hfunakura/en-bertsemtagger-gold")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("hfunakura/en-bertsemtagger-gold") model = AutoModelForTokenClassification.from_pretrained("hfunakura/en-bertsemtagger-gold", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
bf807d2
1
Parent(s): f83dfd1
Adding `safetensors` variant of this model (#5)
Browse files- Adding `safetensors` variant of this model (3c4d0ab40260a527f3f59c82fe22db15f8b9bd1d)
Co-authored-by: Safetensors convertbot <SFconvertbot@users.noreply.huggingface.co>
- model.safetensors +3 -0
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9aa53419aadb4f831c86268e1aa3eb74ed51d2debf2a188135e108acf2801852
|
| 3 |
+
size 435818676
|