Instructions to use projecte-aina/roberta-base-ca-cased-qa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use projecte-aina/roberta-base-ca-cased-qa with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="projecte-aina/roberta-base-ca-cased-qa")# Load model directly from transformers import AutoTokenizer, AutoModelForQuestionAnswering tokenizer = AutoTokenizer.from_pretrained("projecte-aina/roberta-base-ca-cased-qa") model = AutoModelForQuestionAnswering.from_pretrained("projecte-aina/roberta-base-ca-cased-qa") - Notebooks
- Google Colab
- Kaggle
Commit History
Update README.md cb42a89
update readme fda733d
update readme bd7ef45
Update README.md 8c945c4
Update README.md 943cfe8
Update README.md 99f9861
Update README.md 4ba57fd
Update README.md 9e93af0
bsc-temu commited on
Update README.md aa8f365
bsc-temu commited on
Update README.md 486a9d2
bsc-temu commited on
added white lines between widgets d7b3b8b
bsc-temu commited on
added more widgets 765caa7
bsc-temu commited on
added widget e9e0f36
bsc-temu commited on
Update README.md d14de4e
bsc-temu commited on
Update README.md 721ffc9
bsc-temu commited on
Update README.md 0ef7b99
bsc-temu commited on
Create README.md ca00581
bsc-temu commited on