Suparious commited on
Commit
e7dc139
·
verified ·
1 Parent(s): fbeeb3c

Updated and moved existing to merged_models base_model tag in README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,19 +1,20 @@
1
  ---
2
- library_name: transformers
3
- license: apache-2.0
4
- base_model:
5
- - nbeerbower/bophades-v2-mistral-7B
6
  datasets:
7
  - kyujinpy/orca_math_dpo
 
 
 
 
 
 
 
8
  tags:
9
  - 4-bit
10
  - AWQ
11
  - text-generation
12
  - autotrain_compatible
13
  - endpoints_compatible
14
- pipeline_tag: text-generation
15
- inference: false
16
- quantized_by: Suparious
17
  ---
18
  # nbeerbower/bophades-mistral-math-DPO-7B AWQ
19
 
 
1
  ---
2
+ base_model: nbeerbower/bophades-mistral-math-DPO-7B
 
 
 
3
  datasets:
4
  - kyujinpy/orca_math_dpo
5
+ inference: false
6
+ library_name: transformers
7
+ license: apache-2.0
8
+ merged_models:
9
+ - nbeerbower/bophades-v2-mistral-7B
10
+ pipeline_tag: text-generation
11
+ quantized_by: Suparious
12
  tags:
13
  - 4-bit
14
  - AWQ
15
  - text-generation
16
  - autotrain_compatible
17
  - endpoints_compatible
 
 
 
18
  ---
19
  # nbeerbower/bophades-mistral-math-DPO-7B AWQ
20