Instructions to use KM4STfulltext/CSSCI_ABS_roberta_wwm with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use KM4STfulltext/CSSCI_ABS_roberta_wwm with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="KM4STfulltext/CSSCI_ABS_roberta_wwm")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("KM4STfulltext/CSSCI_ABS_roberta_wwm") model = AutoModelForMaskedLM.from_pretrained("KM4STfulltext/CSSCI_ABS_roberta_wwm", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Commit ·
4415a2e
1
Parent(s): 7f0d426
Delete eval_results_mlm_wwm.txt
Browse files- eval_results_mlm_wwm.txt +0 -1
eval_results_mlm_wwm.txt
DELETED
|
@@ -1 +0,0 @@
|
|
| 1 |
-
perplexity = 4.666573989648227
|
|
|
|
|
|