TheBloke commited on
Commit
00df692
1 Parent(s): 12e5f0c

Update base_model formatting

Browse files
Files changed (1) hide show
  1. README.md +15 -16
README.md CHANGED
@@ -1,29 +1,28 @@
1
  ---
2
- base_model: https://huggingface.co/Phind/Phind-CodeLlama-34B-v1
3
- inference: false
4
  license: llama2
 
 
 
 
 
 
 
 
 
 
5
  model-index:
6
  - name: Phind-CodeLlama-34B-v1
7
  results:
8
- - dataset:
 
 
9
  name: HumanEval
10
  type: openai_humaneval
11
  metrics:
12
- - name: pass@1
13
- type: pass@1
14
  value: 67.6%
 
15
  verified: false
16
- task:
17
- type: text-generation
18
- model_creator: Phind
19
- model_name: Phind CodeLlama 34B v1
20
- model_type: llama
21
- prompt_template: '{prompt} \n
22
-
23
- '
24
- quantized_by: TheBloke
25
- tags:
26
- - code llama
27
  ---
28
 
29
  <!-- header start -->
 
1
  ---
 
 
2
  license: llama2
3
+ tags:
4
+ - code llama
5
+ base_model: Phind/Phind-CodeLlama-34B-v1
6
+ inference: false
7
+ model_creator: Phind
8
+ model_type: llama
9
+ prompt_template: '{prompt} \n
10
+
11
+ '
12
+ quantized_by: TheBloke
13
  model-index:
14
  - name: Phind-CodeLlama-34B-v1
15
  results:
16
+ - task:
17
+ type: text-generation
18
+ dataset:
19
  name: HumanEval
20
  type: openai_humaneval
21
  metrics:
22
+ - type: pass@1
 
23
  value: 67.6%
24
+ name: pass@1
25
  verified: false
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  <!-- header start -->