Foreshhh commited on
Commit
093bd9a
·
verified ·
1 Parent(s): b8254ee

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - PKU-Alignment/PKU-SafeRLHF
5
+ language:
6
+ - en
7
+ base_model:
8
+ - Qwen/Qwen2-VL-7B-Instruct
9
+ pipeline_tag: visual-question-answering
10
+ tags:
11
+ - Safety
12
+ - MLLM
13
+ ---
14
+
15
+ [Qwen2-VL-7B](https://huggingface.co/Qwen/Qwen2-VL-7B-Instruct) finetuned on a mini subset of [SafeRLHF](https://huggingface.co/datasets/PKU-Alignment/PKU-SafeRLHF) along with additional responses.
16
+
17
+ for more detailed about training data and parameters, please refer to our [Paper](https://arxiv.org/abs/2411.19939)