Text Generation
Transformers
PyTorch
llama
Eval Results (legacy)
text-generation-inference
soujanyaporia commited on
Commit
8993d83
·
1 Parent(s): 1249c08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
- license: unlicense
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: apache-2.0
3
  ---
4
+
5
+ We created **Starling** by fine-tuning Vicuna-7B on HarmfulQA, a ChatGPT-distilled dataset. More details are on our paper [**Red-Teaming Large~Language~Models using Chain of Utterances for Safety-Alignment**](https://openreview.net/pdf?id=jkcHYEfPv3)
6
+
7
+ Experimental results on several safety benchmark datasets indicate that **Starling** is a safer model compared to the baseline model, Vicuna.
8
+
9
+ <img src="https://declare-lab.net/assets/images/logos/method.png" alt="Image" width="200" height="335">
10
+
11
+ <h2>Experimental Results</h2>
12
+
13
+ <img src="https://declare-lab.net/assets/images/logos/starling-results.png" alt="Image" width="200" height="335">
14
+
15
+ <img src="https://declare-lab.net/assets/images/logos/starling-results2.png" alt="Image" width="200" height="335">
16
+