Text Generation
Transformers
English
llama
text-generation-inference
TheBloke commited on
Commit
89b72ea
1 Parent(s): 44bfb04

Update base_model formatting

Browse files
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,18 +1,19 @@
1
  ---
 
 
 
 
2
  datasets:
3
  - psmathur/orca_mini_v1_dataset
4
  - ehartford/dolphin
 
5
  inference: false
6
- language:
7
- - en
8
- library_name: transformers
9
- license: llama2
10
  model_creator: Pankaj Mathur
11
  model_link: https://huggingface.co/psmathur/orca_mini_v3_13b
12
- model_name: Orca Mini v3 13B
13
  model_type: llama
14
  pipeline_tag: text-generation
15
  quantized_by: TheBloke
 
16
  ---
17
 
18
  <!-- header start -->
 
1
  ---
2
+ language:
3
+ - en
4
+ license: llama2
5
+ library_name: transformers
6
  datasets:
7
  - psmathur/orca_mini_v1_dataset
8
  - ehartford/dolphin
9
+ model_name: Orca Mini v3 13B
10
  inference: false
 
 
 
 
11
  model_creator: Pankaj Mathur
12
  model_link: https://huggingface.co/psmathur/orca_mini_v3_13b
 
13
  model_type: llama
14
  pipeline_tag: text-generation
15
  quantized_by: TheBloke
16
+ base_model: psmathur/orca_mini_v3_13b
17
  ---
18
 
19
  <!-- header start -->