Instructions to use pablouribe/bertstem-copus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use pablouribe/bertstem-copus with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="pablouribe/bertstem-copus")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("pablouribe/bertstem-copus") model = AutoModelForSequenceClassification.from_pretrained("pablouribe/bertstem-copus") - Notebooks
- Google Colab
- Kaggle
Commit History
add model 6bb8041
Pablo Uribe commited on
add model 81353c4
Pablo Uribe commited on
add tokenizer 0ce7426
Pablo Uribe commited on
add model 56822e6
Pablo Uribe commited on
add tokenizer 4af68a7
Pablo Uribe commited on
add model 5ce431c
Pablo Uribe commited on
add model 272e968
Pablo Uribe commited on
add tokenizer ddf5254
Pablo Uribe commited on
add model 067bc98
Pablo Uribe commited on