Instructions to use iyaja/codebert-llvm-ic-v0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use iyaja/codebert-llvm-ic-v0 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="iyaja/codebert-llvm-ic-v0")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("iyaja/codebert-llvm-ic-v0") model = AutoModelForSequenceClassification.from_pretrained("iyaja/codebert-llvm-ic-v0") - Notebooks
- Google Colab
- Kaggle
About this model
#1
by yuemian1 - opened
Hey,I‘m sorry to trouble you in this way.I just cannot find you.Can you tell me how could you pretained codebert-llvm?Was it a IR-Bert like Oscar?
Replied on GitHub: https://github.com/iyaja/O4/issues/1#issuecomment-1317548583
iyaja changed discussion status to closed