Instructions to use sagui-nlp/debertinha-ptbr-xsmall-lenerbr with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sagui-nlp/debertinha-ptbr-xsmall-lenerbr with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="sagui-nlp/debertinha-ptbr-xsmall-lenerbr")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("sagui-nlp/debertinha-ptbr-xsmall-lenerbr") model = AutoModelForSequenceClassification.from_pretrained("sagui-nlp/debertinha-ptbr-xsmall-lenerbr", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- f554be9b92de19c6a38980f52fdd2f0de2311fc6574a4bd640d0f00f50fadac8
- Size of remote file:
- 164 MB
- SHA256:
- 5961316b655c2b38435253b631de0d6f782b887c20460c5453314defb719b8d9
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.