Instructions to use chizhikchi/cares-bert-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use chizhikchi/cares-bert-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="chizhikchi/cares-bert-base")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("chizhikchi/cares-bert-base") model = AutoModelForSequenceClassification.from_pretrained("chizhikchi/cares-bert-base") - Notebooks
- Google Colab
- Kaggle
Commit History
Create README.md 072b184
re-trained model after eliminating annotation errors 2a0b29c
chizhik commited on
model weights updated for stratified split 597f06a
chizhik commited on
updated model weights c0e3ff5
chizhik commited on
Create README.md 7aa425b
Mariia commited on
add model weights 0420977
chizhik commited on
initial commit ea57e6f
Mariia commited on