chanwit commited on
Commit
1a178f7
1 Parent(s): 08513da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -2
README.md CHANGED
@@ -4,6 +4,14 @@ language:
4
  - en
5
  ---
6
 
7
- # Flux-7B-Base
 
 
 
 
 
 
 
 
 
8
 
9
- `flux-7b-base` is the base model for finetuning the series of `flux-7b` models.
 
4
  - en
5
  ---
6
 
7
+ # Flux-Base-Optimized
8
+
9
+ `flux-base-optimized` is the base model for finetuning the series of `flux-7b` models.
10
+ It is hierarchical SLERP merged from the following models
11
+
12
+ * mistralai/Mistral-7B-v0.1 (Apache 2.0)
13
+ * teknium/OpenHermes-2.5-Mistral-7B (Apache 2.0)
14
+ * Intel/neural-chat-7b-v3-3 (Apache 2.0)
15
+ * meta-math/MetaMath-Mistral-7B (Apache 2.0)
16
+ * openchat/openchat-3.5-1210 (Apache 2.0)
17