Instructions to use KM4STfulltext/CSSCI_ABS_BERT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KM4STfulltext/CSSCI_ABS_BERT with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="KM4STfulltext/CSSCI_ABS_BERT")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("KM4STfulltext/CSSCI_ABS_BERT") model = AutoModelForMaskedLM.from_pretrained("KM4STfulltext/CSSCI_ABS_BERT", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
bc1ca96
1
Parent(s): a0f693c
Delete training_args.bin
Browse files- training_args.bin +0 -3
training_args.bin
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b36c04b232856d3cce394d15ec8f1433d8884bacac0696121992e5d03ea0455a
|
| 3 |
-
size 3055
|
|
|
|
|
|
|
|
|
|
|
|