Instructions to use LibrAI/bert-action-ro with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use LibrAI/bert-action-ro with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="LibrAI/bert-action-ro")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("LibrAI/bert-action-ro") model = AutoModelForSequenceClassification.from_pretrained("LibrAI/bert-action-ro") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7e8f3b3 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ed9b16283b7f5da29c8d572f33b6b9844d4c9f1e56412de7f2e925170e6ceb28
size 3963
|