aifeifei799
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -41,6 +41,16 @@ extra_gated_fields:
|
|
41 |
|
42 |
## "transformers_version" >= "4.43.1"
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
## Special Thanks:
|
45 |
### Lewdiculous's superb gguf version, thank you for your conscientious and responsible dedication.
|
46 |
- https://huggingface.co/LWDCLS/Llama-3.1-8B-Instruct-Fei-v1-Uncensored-GGUF-IQ-Imatrix-Request
|
|
|
41 |
|
42 |
## "transformers_version" >= "4.43.1"
|
43 |
|
44 |
+
## Uncensored Test
|
45 |
+
- pip install datasets openai
|
46 |
+
- start you openai Server,change Uncensored_Test/harmful_behaviors.py client to you Openai Server address and api_key
|
47 |
+
```python
|
48 |
+
# Point to the local server
|
49 |
+
# change Uncensored_Test/harmful_behaviors.py client to you Openai Server address and api_key
|
50 |
+
client = OpenAI(base_url="http://localhost:1234/v1", api_key="lm-studio")
|
51 |
+
```
|
52 |
+
- python Uncensored_Test/harmful_behaviors.py
|
53 |
+
|
54 |
## Special Thanks:
|
55 |
### Lewdiculous's superb gguf version, thank you for your conscientious and responsible dedication.
|
56 |
- https://huggingface.co/LWDCLS/Llama-3.1-8B-Instruct-Fei-v1-Uncensored-GGUF-IQ-Imatrix-Request
|