Instructions to use YidaM4396/BERT_Weibo_Rumor with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use YidaM4396/BERT_Weibo_Rumor with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("fill-mask", model="YidaM4396/BERT_Weibo_Rumor")# Load model directly from transformers import AutoTokenizer, AutoModelForMaskedLM tokenizer = AutoTokenizer.from_pretrained("YidaM4396/BERT_Weibo_Rumor") model = AutoModelForMaskedLM.from_pretrained("YidaM4396/BERT_Weibo_Rumor") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md a7a722e
Update README.md 1e36f1e
Upload 5 files 985638c
Delete vocab.txt 06b732a
Delete trainer_state.json 06e2429
Delete tokenizer.json b7f2277
Delete YidaM4396 f386f0e
Upload pytorch_model.bin with huggingface_hub ce41995
Upload YidaM4396/BERT_Weibo_Rumor/pytorch_model.bin with huggingface_hub a953d4f
Delete tokenizer_config.json 6ee629d
Delete special_tokens_map.json 6063b71
Delete config.json b40bf5a
Upload 6 files 10ef30f
initial commit 481d709
Yida Mu commited on