Instructions to use aieng-lab/CodeLlama-7b-hf_bug-issue with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use aieng-lab/CodeLlama-7b-hf_bug-issue with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="aieng-lab/CodeLlama-7b-hf_bug-issue")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("aieng-lab/CodeLlama-7b-hf_bug-issue") model = AutoModelForSequenceClassification.from_pretrained("aieng-lab/CodeLlama-7b-hf_bug-issue") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,7 @@ This model classifies GitHub issues as 'bug' or 'not a bug'.
|
|
| 20 |
- **Finetuned from:** [meta-llama/CodeLlama-7b-hf](https://huggingface.co/meta-llama/CodeLlama-7b-hf)
|
| 21 |
- **Replication kit:** [https://github.com/aieng-lab/senlp-benchmark](https://github.com/aieng-lab/senlp-benchmark)
|
| 22 |
- **Language:** English
|
| 23 |
-
- **License:**
|
| 24 |
|
| 25 |
## Citation
|
| 26 |
|
|
|
|
| 20 |
- **Finetuned from:** [meta-llama/CodeLlama-7b-hf](https://huggingface.co/meta-llama/CodeLlama-7b-hf)
|
| 21 |
- **Replication kit:** [https://github.com/aieng-lab/senlp-benchmark](https://github.com/aieng-lab/senlp-benchmark)
|
| 22 |
- **Language:** English
|
| 23 |
+
- **License:** Llama 2 Community License Agreement
|
| 24 |
|
| 25 |
## Citation
|
| 26 |
|