Kquant03 commited on
Commit
fb011fa
1 Parent(s): 5b49e08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
 
 
 
 
 
 
2
  license: cc-by-sa-4.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model:
3
+ - jeiku/FloraBase
4
+ - jeiku/Synthetic_Soul_1k_Mistral_128
5
+ library_name: transformers
6
+ tags:
7
+ - finetune
8
  license: cc-by-sa-4.0
9
+ datasets:
10
+ - ResplendentAI/Synthetic_Soul_1k
11
+ language:
12
+ - en
13
  ---
14
+ # Flora
15
+ (created by ResplendentAI, quantized by me)
16
+
17
+ ![image/jpeg](https://cdn-uploads.huggingface.co/production/uploads/626dfb8786671a29c715f8a9/QnP0CnXCA9pTocetkrJht.jpeg)
18
+
19
+ ### Configuration
20
+
21
+ The following YAML configuration was used to produce this model:
22
+
23
+ ```yaml
24
+ merge_method: linear
25
+ models:
26
+ - model: jeiku/FloraBase+jeiku/Synthetic_Soul_1k_Mistral_128
27
+ parameters:
28
+ weight: 1
29
+ dtype: float16
30
+
31
+ ```