TheBloke commited on
Commit
b49747b
1 Parent(s): b3dc9d8

Update base_model formatting

Browse files
Files changed (1) hide show
  1. README.md +5 -4
README.md CHANGED
@@ -1,16 +1,17 @@
1
  ---
2
- inference: false
3
  language:
4
  - code
5
  license: llama2
 
 
 
 
6
  model_creator: Meta
7
  model_link: https://huggingface.co/codellama/CodeLlama-13b-Instruct-hf
8
- model_name: CodeLlama 13B Instruct
9
  model_type: llama
10
  pipeline_tag: text-generation
11
  quantized_by: TheBloke
12
- tags:
13
- - llama-2
14
  ---
15
 
16
  <!-- header start -->
 
1
  ---
 
2
  language:
3
  - code
4
  license: llama2
5
+ tags:
6
+ - llama-2
7
+ model_name: CodeLlama 13B Instruct
8
+ inference: false
9
  model_creator: Meta
10
  model_link: https://huggingface.co/codellama/CodeLlama-13b-Instruct-hf
 
11
  model_type: llama
12
  pipeline_tag: text-generation
13
  quantized_by: TheBloke
14
+ base_model: codellama/CodeLlama-13b-Instruct-hf
 
15
  ---
16
 
17
  <!-- header start -->