Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,13 @@
|
|
1 |
---
|
2 |
license: other
|
3 |
license_name: inf
|
4 |
-
license_link:
|
|
|
5 |
language:
|
6 |
- en
|
7 |
- zh
|
8 |
base_model:
|
9 |
-
- infly/OpenCoder-8B-
|
10 |
pipeline_tag: text-generation
|
11 |
library_name: transformers
|
12 |
datasets:
|
@@ -19,7 +20,7 @@ tags:
|
|
19 |
|
20 |
# huihui-ai/OpenCoder-8B-Instruct-abliterated
|
21 |
|
22 |
-
This is an uncensored version of [infly/OpenCoder-8B-
|
23 |
|
24 |
If the desired result is not achieved, you can clear the conversation and try again.
|
25 |
|
@@ -46,5 +47,4 @@ outputs = model.generate(inputs, max_new_tokens=512, do_sample=False)
|
|
46 |
|
47 |
result = tokenizer.decode(outputs[0][len(inputs[0]):], skip_special_tokens=True)
|
48 |
print(result)
|
49 |
-
```
|
50 |
-
|
|
|
1 |
---
|
2 |
license: other
|
3 |
license_name: inf
|
4 |
+
license_link: >-
|
5 |
+
https://huggingface.co/huihui-ai/OpenCoder-8B-Instruct-abliterated/blob/main/LICENSE
|
6 |
language:
|
7 |
- en
|
8 |
- zh
|
9 |
base_model:
|
10 |
+
- infly/OpenCoder-8B-Instruct
|
11 |
pipeline_tag: text-generation
|
12 |
library_name: transformers
|
13 |
datasets:
|
|
|
20 |
|
21 |
# huihui-ai/OpenCoder-8B-Instruct-abliterated
|
22 |
|
23 |
+
This is an uncensored version of [infly/OpenCoder-8B-Instruct](https://huggingface.co/infly/infly/OpenCoder-8B-Instruct) created with abliteration (see [remove-refusals-with-transformers](https://github.com/Sumandora/remove-refusals-with-transformers) to know more about it).
|
24 |
|
25 |
If the desired result is not achieved, you can clear the conversation and try again.
|
26 |
|
|
|
47 |
|
48 |
result = tokenizer.decode(outputs[0][len(inputs[0]):], skip_special_tokens=True)
|
49 |
print(result)
|
50 |
+
```
|
|