Instructions to use JAlexis/bert001 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JAlexis/bert001 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="JAlexis/bert001")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("JAlexis/bert001") model = AutoModelForQuestionAnswering.from_pretrained("JAlexis/bert001") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md e3176bb
Update README.md 8c648ab
Update README.md 08a8867
Update README.md 1bcbf9d
Create README.md 3fa6dc4
commit from $USER 47dd566
Alexis Carrión commited on