NickyNicky commited on
Commit
6ce607a
1 Parent(s): 81d0821

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -19
README.md CHANGED
@@ -34,22 +34,21 @@ language:
34
 
35
  <!-- Provide a quick summary of what the model is/does. -->
36
 
37
-
38
-
39
- ## Model Details
40
-
41
- ### Model Description
42
-
43
- <!-- Provide a longer summary of what this model is. -->
44
-
45
- This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
46
-
47
- - **Developed by:** [More Information Needed]
48
- - **Funded by [optional]:** [More Information Needed]
49
- - **Shared by [optional]:** [More Information Needed]
50
- - **Model type:** [More Information Needed]
51
- - **Language(s) (NLP):** [More Information Needed]
52
- - **License:** [More Information Needed]
53
- - **Finetuned from model [optional]:** [More Information Needed]
54
-
55
- ### Model Sources [optional]
 
34
 
35
  <!-- Provide a quick summary of what the model is/does. -->
36
 
37
+ ```Python
38
+ experts:
39
+ - source_model: NickyNicky/TinyDolphin-2.8-1.1b_oasst2_chatML_Cluster_1_V1
40
+ positive_prompts:
41
+ - ""
42
+
43
+ - source_model: NickyNicky/TinyDolphin-2.8-1.1b_oasst2_chatML_Cluster_2_V1
44
+ positive_prompts:
45
+ - ""
46
+
47
+ - source_model: NickyNicky/TinyDolphin-2.8-1.1b_oasst2_chatML_Cluster_3_V1
48
+ positive_prompts:
49
+ - ""
50
+
51
+ base_model: NickyNicky/TinyDolphin-2.8-1.1b_oasst2_chatML_Cluster_1_V1
52
+ gate_mode: random # one of "hidden", "cheap_embed", or "random"
53
+ dtype: bfloat16 # output dtype (float32, float16, or bfloat16)
54
+ ```