froggeric commited on
Commit
c414f86
1 Parent(s): fa04060

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -32,13 +32,13 @@ The questions can be split half-half in 2 possible ways:
32
 
33
  # Remarks about some of the models
34
 
35
- ## https://huggingface.co/wolfram/miqu-1-120b
36
  This frankenmerge has dramatically improved over the original 70b miqu, and somehow, it has also made it less censored! It's a huge improvement. Still has the same tendencies has the original: likes to use lists when replying, and double line breaks in the prompt reduce the quality of the reply.
37
 
38
- ## https://huggingface.co/miqudev/miqu-1-70b
39
  Has a tendency to use lists when replying. Has difficulty following instructions properly when there are multiple consecutive line breaks! It is very important those are removed from the prompt to get better results. Sometimes needs some help to bypass censorship.
40
 
41
- ## https://huggingface.co/Undi95/Miqu-70B-Alpaca-DPO-GGUF
42
  Actually more censored than the original! Has more difficulties following instructions. The ability to stay consistent within a long answer, and the quality of the generated text have also decreased.
43
 
44
 
 
32
 
33
  # Remarks about some of the models
34
 
35
+ [wolfram/miqu-1-120b](https://huggingface.co/wolfram/miqu-1-120b)\
36
  This frankenmerge has dramatically improved over the original 70b miqu, and somehow, it has also made it less censored! It's a huge improvement. Still has the same tendencies has the original: likes to use lists when replying, and double line breaks in the prompt reduce the quality of the reply.
37
 
38
+ [miqudev/miqu-1-70b](https://huggingface.co/miqudev/miqu-1-70b)\
39
  Has a tendency to use lists when replying. Has difficulty following instructions properly when there are multiple consecutive line breaks! It is very important those are removed from the prompt to get better results. Sometimes needs some help to bypass censorship.
40
 
41
+ [Undi95/Miqu-70B-Alpaca-DPO-GGUF](https://huggingface.co/Undi95/Miqu-70B-Alpaca-DPO-GGUF)\
42
  Actually more censored than the original! Has more difficulties following instructions. The ability to stay consistent within a long answer, and the quality of the generated text have also decreased.
43
 
44