Instructions to use anjandash/finetuned-bert-java-cmpx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use anjandash/finetuned-bert-java-cmpx with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="anjandash/finetuned-bert-java-cmpx")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("anjandash/finetuned-bert-java-cmpx") model = AutoModelForSequenceClassification.from_pretrained("anjandash/finetuned-bert-java-cmpx", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Xet hash:
- 99e24628fc84c4b2417382793054defd4c225a557294de5d07168d7da5393944
- Size of remote file:
- 438 MB
- SHA256:
- 3f8fbc7761901822c595a41edae2d1d0b985bde33e1f9b51cc6b701ea23e3f80
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.