Instructions to use Cournane/roberta-base-finetuned-Lower_pattern with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Cournane/roberta-base-finetuned-Lower_pattern with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Cournane/roberta-base-finetuned-Lower_pattern")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Cournane/roberta-base-finetuned-Lower_pattern") model = AutoModelForSequenceClassification.from_pretrained("Cournane/roberta-base-finetuned-Lower_pattern") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- d1fa9a45dc16100f48abe396215e27772db2c0eb8e71c9af86aa0d0c555d1bec
- Size of remote file:
- 3.96 kB
- SHA256:
- 0fc31291cd28b7fc90d3ae1a300e839a938684950412f936151f4eec04b20aba
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.