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 ·
db7ae5a
1
Parent(s): b54ba7c
Upload 6 files
Browse files2023_07_18_epoch_25
- 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:979ea4504f200fffe8eaf8bb1df27b48ce2d3a20a652e2dbdab3c2c863e9126a
|
| 3 |
size 990408885
|