Instructions to use fbaigt/procbert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use fbaigt/procbert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="fbaigt/procbert")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("fbaigt/procbert") model = AutoModel.from_pretrained("fbaigt/procbert") - Notebooks
- Google Colab
- Kaggle
Commit History
Update model card 20814e1
Fan Bai commited on
Update model card ed4eb65
Fan Bai commited on
Update model card 7830d0d
Fan Bai commited on
Update model card a52d94d
Fan Bai commited on
Add paper link cd91289
Fan Bai commited on
Update model card 5497dbd
Fan Bai commited on
Update model card be24de0
Fan Bai commited on
Add model weights and configuation 44bea72
Fan Bai commited on
Create README.md ecf5c53
Fan Bai commited on