ego-ml commited on
Commit
3190f0f
1 Parent(s): 8194707

Add Model Card

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -1,4 +1,14 @@
1
- # CodeLlama-7b-Python gguf
 
 
 
 
 
 
 
 
 
 
2
 
3
  Original Meta `CodeLlama-7b-Python` model converted with [python3 convert.py](https://github.com/ggerganov/llama.cpp) to `gguf` and
4
  `CodeLlama-7b-Python/ggml-model-f32.gguf` and splitted with [gguf-split](https://github.com/ggerganov/llama.cpp) to smaller size chunks up to `split-max-tensors 32`.
 
1
+ ---
2
+ license: other
3
+ tags:
4
+ - LLM
5
+ - CodeLlama
6
+ - lama.cpp
7
+ ---
8
+
9
+ # Model Card: CodeLlama-7b-Python gguf
10
+
11
+ ## Model Details
12
 
13
  Original Meta `CodeLlama-7b-Python` model converted with [python3 convert.py](https://github.com/ggerganov/llama.cpp) to `gguf` and
14
  `CodeLlama-7b-Python/ggml-model-f32.gguf` and splitted with [gguf-split](https://github.com/ggerganov/llama.cpp) to smaller size chunks up to `split-max-tensors 32`.