Instructions to use sczzz/coderpp_new with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use sczzz/coderpp_new with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="sczzz/coderpp_new")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("sczzz/coderpp_new") model = AutoModel.from_pretrained("sczzz/coderpp_new") - Notebooks
- Google Colab
- Kaggle
Commit History
init a9627fa
Hawkaoaoa commited on
init d4c5cbf
Hawkaoaoa commited on
init b72ef6e
Hawkaoaoa commited on
init 2094759
Hawkaoaoa commited on
initial commit 4cc69f0
Songchi Zhou commited on