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