kingbri commited on
Commit
a822a9e
1 Parent(s): 60529f8

Update README

Browse files
Files changed (1) hide show
  1. README.md +46 -0
README.md CHANGED
@@ -1,3 +1,49 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ base_model: mistralai/Mistral-7B-Instruct-v0.2
4
+ library_name: transformers
5
+ tags:
6
+ - mergekit
7
+ - merge
8
+ - mistral
9
+ - not-for-all-audiences
10
  ---
11
+
12
+ # Model Card: ShoriRP-v0.60-merged
13
+
14
+ This is a merge between:
15
+ - [Mistral-7B-Instruct-v0.2](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.2)
16
+ - [ShoriRP](https://huggingface.co/lemonilia) at a weight of 1.00. The author uploads different versions, so the link goes to the author's page.
17
+
18
+ The merge was performed using [mergekit](https://github.com/cg123/mergekit).
19
+
20
+ The intended objective was to make a controlled test merge at a weight of 1.00
21
+
22
+ ### Branches
23
+
24
+ Since this is a test model, each version is located on a separate branch:
25
+ - v0.57: Version 0.57
26
+ - v0.60: Version 0.60
27
+
28
+ ### Configuration
29
+
30
+ The following YAML configuration was used to produce this model (x is the version of ShoriRP that's used):
31
+
32
+ ```yaml
33
+ merge_method: passthrough
34
+ models:
35
+ - model: F:\AI\models\Mistral-7B-Instruct-v0.2+F:\AI\loras\ShoriRP-vx
36
+ dtype: float16
37
+ ```
38
+
39
+ ## Usage
40
+
41
+ Please see the [Lora repository](https://huggingface.co/lemonilia) for proper usage. All the prompt formatting JSONs are included in this repo for your convenience.
42
+
43
+ ## Bias, Risks, and Limitations
44
+
45
+ The model will show biases similar to those observed in niche roleplaying forums on the Internet, besides those exhibited by the base model. It is not intended for supplying factual information or advice in any form.
46
+
47
+ ## Training Details
48
+
49
+ This model is merged and can be reproduced using the tools mentioned above. Please refer to all provided links for extra model-specific details.