Instructions to use SweatyCrayfish/Linux-CodeLlama-2-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SweatyCrayfish/Linux-CodeLlama-2-7B with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("feature-extraction", model="SweatyCrayfish/Linux-CodeLlama-2-7B")# Load model directly from transformers import AutoTokenizer, AutoModel tokenizer = AutoTokenizer.from_pretrained("SweatyCrayfish/Linux-CodeLlama-2-7B") model = AutoModel.from_pretrained("SweatyCrayfish/Linux-CodeLlama-2-7B") - Notebooks
- Google Colab
- Kaggle
Commit ·
9cbb27a
1
Parent(s): fab1e9c
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,7 +4,7 @@ language:
|
|
| 4 |
- en
|
| 5 |
---
|
| 6 |
<b>Linux_Llama_Chat_7B </b><br>
|
| 7 |
-
|
| 8 |
<br>
|
| 9 |
|
| 10 |
## Acknowledgments
|
|
|
|
| 4 |
- en
|
| 5 |
---
|
| 6 |
<b>Linux_Llama_Chat_7B </b><br>
|
| 7 |
+
Kinux_Llama_Chat_7B is a fine-tuned model based on Llama 2 Chat 7b base model and fine-tuned on the data set Ubuntu Dialogue Corpus <br>
|
| 8 |
<br>
|
| 9 |
|
| 10 |
## Acknowledgments
|