Fischerboot commited on
Commit
3778ca0
1 Parent(s): a7b12d6

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -1,3 +1,41 @@
1
- ---
2
- license: unknown
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model:
3
+ - Fischerboot/InternLM2-ToxicRP-QLORA-4Bit
4
+ library_name: transformers
5
+ tags:
6
+ - mergekit
7
+ - merge
8
+
9
+ ---
10
+ # InternLM2-chat-20B-ToxicRP-QLORA-Merged
11
+
12
+ This Model was Finetuned by me, using the Machine Power of g4rg.
13
+ Big Thanks to all people that helped me.
14
+ Do whatever you want with this Model, just do do anything illegal.
15
+ as we say in Germany
16
+ Kuss Kuss Kuss
17
+
18
+ GGUF here: Fischerboot/InternLM2-Chat-20B-ToxicRP-QLORA-Merged-GGUF
19
+ more quants will follow once my internet is allowing do upload em
20
+
21
+ ### Merge Method
22
+
23
+ This model was merged using the passthrough merge method.
24
+
25
+ ### Models Merged
26
+
27
+ The following models were included in the merge:
28
+ * output/intervitens_internlm2-limarp-chat-20b-2 + [Fischerboot/InternLM2-ToxicRP-QLORA-4Bit](https://huggingface.co/Fischerboot/InternLM2-ToxicRP-QLORA-4Bit)
29
+
30
+ ### Configuration
31
+
32
+ The following YAML configuration was used to produce this model:
33
+
34
+ ```yaml
35
+ dtype: bfloat16
36
+ merge_method: passthrough
37
+ slices:
38
+ - sources:
39
+ - layer_range: [0, 48]
40
+ model: output/intervitens_internlm2-limarp-chat-20b-2+Fischerboot/InternLM2-ToxicRP-QLORA-4Bit
41
+ ```