cotran2 commited on
Commit
7faa135
1 Parent(s): c57034e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -28,6 +28,24 @@ In summary, the Katanemo Arch-Function collection demonstrates:
28
  ## Requirements
29
  The model is quantized with EEtq, please follow the instruction at https://github.com/NetEase-FuXi/EETQ?tab=readme-ov-file#getting-started to install the package.
30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
  ## How to use
32
 
33
  ````python
 
28
  ## Requirements
29
  The model is quantized with EEtq, please follow the instruction at https://github.com/NetEase-FuXi/EETQ?tab=readme-ov-file#getting-started to install the package.
30
 
31
+ ## Datasets
32
+ Evaluation dataset is from casual_conversation
33
+ [casual_conversation](https://huggingface.co/datasets/SohamGhadge/casual-conversation)
34
+ [commonqa](https://huggingface.co/datasets/tau/commonsense_qa)
35
+ [financeqa](https://huggingface.co/datasets/AIR-Bench/qa_finance_en)
36
+ [instruction](http://mbzuai/LaMini-instruction)
37
+ [jailbreak_behavior_benign](https://huggingface.co/datasets/JailbreakBench/JBB-Behaviors)
38
+ [jailbreak_behavior_harmful](https://huggingface.co/datasets/JailbreakBench/JBB-Behaviors)
39
+ [jailbreak_judge](https://huggingface.co/datasets/JailbreakBench/JBB-Behaviors)
40
+ [jailbreak_prompts](https://huggingface.co/datasets/rubend18/ChatGPT-Jailbreak-Prompts)
41
+ [jailbreak_tweet](https://huggingface.co/datasets/cstnz/Disaster-tweet-jailbreaking)
42
+ [jailbreak_v](https://huggingface.co/datasets/JailbreakV-28K/JailBreakV-28k)
43
+ [jailbreak_vigil](https://huggingface.co/datasets/deadbits/vigil-jailbreak-all-MiniLM-L6-v2)
44
+ [mental_health](https://huggingface.co/datasets/Amod/mental_health_counseling_conversations)
45
+ [telecom](https://huggingface.co/datasets/talkmap/telecom-conversation-corpus)
46
+ [truthqa](https://huggingface.co/datasets/truthfulqa/truthful_qa)
47
+ [weather](https://huggingface.co/datasets/GEM/conversational_weather)
48
+
49
  ## How to use
50
 
51
  ````python