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