Instructions to use JFrediani/Bertimbau-Large-Offensive with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use JFrediani/Bertimbau-Large-Offensive with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="JFrediani/Bertimbau-Large-Offensive")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("JFrediani/Bertimbau-Large-Offensive") model = AutoModelForSequenceClassification.from_pretrained("JFrediani/Bertimbau-Large-Offensive", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
64142c5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:908caa5a00c8e064bb325d15e6ae4d667e4be9939a31988888dfc67c1980cbb4
size 1337640872
|