Question Answering
Transformers
Safetensors
mistral
text-generation
Merge
mergekit
lazymergekit
huggingface/CodeBERTa-language-id
Sharathhebbar24/code_gpt2
text-generation-inference
Instructions to use nagayama0706/coding_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nagayama0706/coding_model with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="nagayama0706/coding_model")# Load model directly from transformers import AutoTokenizer, AutoModelForCausalLM tokenizer = AutoTokenizer.from_pretrained("nagayama0706/coding_model") model = AutoModelForCausalLM.from_pretrained("nagayama0706/coding_model") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,6 +9,7 @@ base_model:
|
|
| 9 |
- huggingface/CodeBERTa-language-id
|
| 10 |
- Sharathhebbar24/code_gpt2
|
| 11 |
license: apache-2.0
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# test_merge4_
|
|
|
|
| 9 |
- huggingface/CodeBERTa-language-id
|
| 10 |
- Sharathhebbar24/code_gpt2
|
| 11 |
license: apache-2.0
|
| 12 |
+
pipeline_tag: question-answering
|
| 13 |
---
|
| 14 |
|
| 15 |
# test_merge4_
|