Instructions to use moma1820/DSV-JavaFx-DAPT-CodeBert with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use moma1820/DSV-JavaFx-DAPT-CodeBert with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="moma1820/DSV-JavaFx-DAPT-CodeBert")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("moma1820/DSV-JavaFx-DAPT-CodeBert") model = AutoModel.from_pretrained("moma1820/DSV-JavaFx-DAPT-CodeBert", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
5587e66 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d7665e9e3a60875b26208cf849eea7a0788c955ea0d603667f054221fc436bb8
size 498661169
|