Instructions to use Bebish/codebro_v1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Bebish/codebro_v1 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Bebish/codebro_v1")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("Bebish/codebro_v1") model = AutoModelForSequenceClassification.from_pretrained("Bebish/codebro_v1") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
8fc306c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:79f83015915b2be3d94a3f1a0c7a376b7d725bc6825761562b6d09aab93d80ec
size 438659976
|