Text Classification
Transformers
PyTorch
TensorFlow
TensorBoard
bert
Generated from Trainer
Eval Results (legacy)
text-embeddings-inference
Instructions to use Ramuvannela/bert-fine-tuned-cola with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Ramuvannela/bert-fine-tuned-cola with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Ramuvannela/bert-fine-tuned-cola")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Ramuvannela/bert-fine-tuned-cola") model = AutoModelForSequenceClassification.from_pretrained("Ramuvannela/bert-fine-tuned-cola", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 287dcc799cbc086cbc942fdd5557b90c27fe841a4eb4551db31bb8d125bfabb2
- Size of remote file:
- 3.52 kB
- SHA256:
- dc8c1abec6191fabda24c24a1cc1574321a352a110bdaebb7337929dbb1b5a54
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.