Instructions to use tharun1507/Decipher-the_code_explainer with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tharun1507/Decipher-the_code_explainer with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="tharun1507/Decipher-the_code_explainer")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("tharun1507/Decipher-the_code_explainer") model = AutoModelForSequenceClassification.from_pretrained("tharun1507/Decipher-the_code_explainer", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
12aebf9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:ccecc8527239ee127e975c2941ec4f36d6de55618f074282d0b6c7d1a013a36c
size 1340622760
|