Instructions to use KM4STfulltext/CSSCI_ABS_roberta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KM4STfulltext/CSSCI_ABS_roberta with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="KM4STfulltext/CSSCI_ABS_roberta")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("KM4STfulltext/CSSCI_ABS_roberta") model = AutoModelForMaskedLM.from_pretrained("KM4STfulltext/CSSCI_ABS_roberta") - Notebooks
- Google Colab
- Kaggle
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:b819c4d54b14b5f36fc7c2db777a9379d8d9c9aa804f2e76df8b7f82fbd06dc7
|
| 3 |
-
size 2664
|
|
|
|
|
|
|
|
|
|
|
|