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") - Notebooks
- Google Colab
- Kaggle
Commit History
Create README.md 15b1539
Delete training_args.bin bc1ca96
Delete train_results.json a0f693c
Delete trainer_state.json 9ae354b
Delete tokenizer_config.json 4446350
Delete tokenizer.json c22fb91
Delete special_tokens_map.json dc38479
Delete eval_results.json 506ad85
Delete bert_config.json 492648f
Delete all_results.json 19efac4
commit from turning bac98ed
Gogs commited on