Instructions to use clw8998/NER_CLUE with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use clw8998/NER_CLUE with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("clw8998/NER_CLUE") model = AutoModelForSeq2SeqLM.from_pretrained("clw8998/NER_CLUE") - Notebooks
- Google Colab
- Kaggle
Cheng-Lung Wu commited on
Commit ·
b54ba7c
1
Parent(s): 45da835
Upload 6 files
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 990408885
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:120877ef5f386be0bba8044ba49cd7b7187c083adcc387aa400e2de3ecdc42b6
|
| 3 |
size 990408885
|