Triangle104 commited on
Commit
5650e52
1 Parent(s): 20d04e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md CHANGED
@@ -107,6 +107,46 @@ model-index:
107
  This model was converted to GGUF format from [`bunnycore/Phi-3.5-mini-TitanFusion-0.1`](https://huggingface.co/bunnycore/Phi-3.5-mini-TitanFusion-0.1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
108
  Refer to the [original model card](https://huggingface.co/bunnycore/Phi-3.5-mini-TitanFusion-0.1) for more details on the model.
109
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
  ## Use with llama.cpp
111
  Install llama.cpp through brew (works on Mac and Linux)
112
 
 
107
  This model was converted to GGUF format from [`bunnycore/Phi-3.5-mini-TitanFusion-0.1`](https://huggingface.co/bunnycore/Phi-3.5-mini-TitanFusion-0.1) using llama.cpp via the ggml.ai's [GGUF-my-repo](https://huggingface.co/spaces/ggml-org/gguf-my-repo) space.
108
  Refer to the [original model card](https://huggingface.co/bunnycore/Phi-3.5-mini-TitanFusion-0.1) for more details on the model.
109
 
110
+ ---
111
+ Model details:
112
+ -
113
+ This is a merged pre-trained language model created using the TIES merge method. It is based on the microsoft/Phi-3.5-mini-instruct model and incorporates the knowledge and capabilities of the nbeerbower/phi3.5-gutenberg-4B and ArliAI/Phi-3.5-mini-3.8B-ArliAI-RPMax-v1.1 models.
114
+
115
+ Capabilities:
116
+ Roleplay: The model can engage in role-playing scenarios, taking on different personas and responding to prompts in a character-appropriate manner.
117
+ Creative Writing: It can assist in creative writing tasks, such as brainstorming ideas, generating plotlines, or developing characters.
118
+ Reasoning: The model can reason about information and draw conclusions based on the data it has been trained on.
119
+ This is a merge of pre-trained language models created using mergekit.
120
+
121
+ Merge Details
122
+ Merge Method
123
+ This model was merged using the TIES merge method using microsoft/Phi-3.5-mini-instruct as a base.
124
+
125
+ Models Merged
126
+ The following models were included in the merge:
127
+
128
+ nbeerbower/phi3.5-gutenberg-4B
129
+ ArliAI/Phi-3.5-mini-3.8B-ArliAI-RPMax-v1.1
130
+ Configuration
131
+ The following YAML configuration was used to produce this model:
132
+
133
+ models:
134
+ - model: ArliAI/Phi-3.5-mini-3.8B-ArliAI-RPMax-v1.1
135
+ parameters:
136
+ weight: 1
137
+ - model: nbeerbower/phi3.5-gutenberg-4B
138
+ parameters:
139
+ weight: 1
140
+
141
+ merge_method: ties
142
+ base_model: microsoft/Phi-3.5-mini-instruct
143
+ parameters:
144
+ density: 1
145
+ normalize: true
146
+ int8_mask: true
147
+ dtype: bfloat16
148
+
149
+ ---
150
  ## Use with llama.cpp
151
  Install llama.cpp through brew (works on Mac and Linux)
152