Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -7,12 +7,15 @@ A fine-tuned code generation model built on Meta's CodeLlama foundation, special
|
|
| 7 |
CodeWeave-LlamaCode extends **codellama/CodeLlama-7b-Instruct-hf** with domain-specific fine-tuning for improved code quality and developer productivity.
|
| 8 |
|
| 9 |
### Base Model
|
|
|
|
| 10 |
- **Foundation**: CodeLlama-7b-Instruct-hf from Meta AI
|
| 11 |
- **Architecture**: Llama 2-based transformer
|
| 12 |
- **Parameters**: 7B
|
| 13 |
|
| 14 |
### Training Data
|
|
|
|
| 15 |
Fine-tuned using CodeWeave-Enterprise dataset containing:
|
|
|
|
| 16 |
- 40K enterprise code samples
|
| 17 |
- API integration patterns
|
| 18 |
- Security-focused code examples
|
|
@@ -36,4 +39,8 @@ tokenizer = AutoTokenizer.from_pretrained("toolevalxm/CodeWeave-LlamaCode")
|
|
| 36 |
|
| 37 |
## Acknowledgements
|
| 38 |
|
| 39 |
-
We thank Meta AI for developing the CodeLlama series.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
CodeWeave-LlamaCode extends **codellama/CodeLlama-7b-Instruct-hf** with domain-specific fine-tuning for improved code quality and developer productivity.
|
| 8 |
|
| 9 |
### Base Model
|
| 10 |
+
|
| 11 |
- **Foundation**: CodeLlama-7b-Instruct-hf from Meta AI
|
| 12 |
- **Architecture**: Llama 2-based transformer
|
| 13 |
- **Parameters**: 7B
|
| 14 |
|
| 15 |
### Training Data
|
| 16 |
+
|
| 17 |
Fine-tuned using CodeWeave-Enterprise dataset containing:
|
| 18 |
+
|
| 19 |
- 40K enterprise code samples
|
| 20 |
- API integration patterns
|
| 21 |
- Security-focused code examples
|
|
|
|
| 39 |
|
| 40 |
## Acknowledgements
|
| 41 |
|
| 42 |
+
We thank Meta AI for developing the CodeLlama series.
|
| 43 |
+
|
| 44 |
+
**License**
|
| 45 |
+
|
| 46 |
+
The license for this model is llama2.
|