Instructions to use PassbyGrocer/weibo_ner_herb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use PassbyGrocer/weibo_ner_herb with Transformers:
# Load model directly from transformers import AutoTokenizer, BertLstmCRF tokenizer = AutoTokenizer.from_pretrained("PassbyGrocer/weibo_ner_herb") model = BertLstmCRF.from_pretrained("PassbyGrocer/weibo_ner_herb") - Notebooks
- Google Colab
- Kaggle
Upload BertLstmCRF
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 1335553104
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bfeda9dc4b80d72f9ace40f3eba3a24148c87265c23c00b51e57c41cc0c6c0f
|
| 3 |
size 1335553104
|