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