aifeifei798
commited on
Commit
•
8cd3990
1
Parent(s):
e6c21d1
Update README.md
Browse files
README.md
CHANGED
@@ -58,6 +58,16 @@ The module combination has been readjusted to better fulfill various roles and h
|
|
58 |
- DarkIdol:Roles that you can imagine and those that you cannot imagine.
|
59 |
- Specialized in various role-playing scenarios
|
60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
## Special Thanks:
|
62 |
### Lewdiculous's superb gguf version, thank you for your conscientious and responsible dedication.
|
63 |
- https://huggingface.co/LWDCLS/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-GGUF-IQ-Imatrix-Request
|
|
|
58 |
- DarkIdol:Roles that you can imagine and those that you cannot imagine.
|
59 |
- Specialized in various role-playing scenarios
|
60 |
|
61 |
+
## Uncensored Test
|
62 |
+
- pip install datasets openai
|
63 |
+
- start you openai Server,change Uncensored_Test/harmful_behaviors.py client to you Openai Server address and api_key
|
64 |
+
```python
|
65 |
+
# Point to the local server
|
66 |
+
# change Uncensored_Test/harmful_behaviors.py client to you Openai Server address and api_key
|
67 |
+
client = OpenAI(base_url="http://localhost:1234/v1", api_key="lm-studio")
|
68 |
+
```
|
69 |
+
- python Uncensored_Test/harmful_behaviors.py
|
70 |
+
|
71 |
## Special Thanks:
|
72 |
### Lewdiculous's superb gguf version, thank you for your conscientious and responsible dedication.
|
73 |
- https://huggingface.co/LWDCLS/DarkIdol-Llama-3.1-8B-Instruct-1.2-Uncensored-GGUF-IQ-Imatrix-Request
|