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