Instructions to use michaelnath/glued_code_to_code_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use michaelnath/glued_code_to_code_model with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("michaelnath/glued_code_to_code_model") model = AutoModelForSeq2SeqLM.from_pretrained("michaelnath/glued_code_to_code_model", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
82581b9 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:c636e2351f78d120c6c36c89e24c740bc4a98c95565dd3b3ba2859622ab16952
size 891613329
|