Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
## Model Description
|
@@ -39,7 +45,7 @@ dataset for this model. This results in a DPO dataset composed by triplets < ”
|
|
39 |
| Meta-Llama-3.1-8B-Instruct | 0.035 | 0.324 |
|
40 |
| Meta-Llama-3.1-8B-Instruct-Egida-DPO | 0.037 | 0.319 |
|
41 |
|
42 |
-
Note that this refusal ratio is computed as keyword matching with a curated list of
|
43 |
|
44 |
## Training Details
|
45 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- HPAI-BSC/Egida
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
base_model:
|
8 |
+
- meta-llama/Llama-3.1-8B-Instruct
|
9 |
---
|
10 |
|
11 |
## Model Description
|
|
|
45 |
| Meta-Llama-3.1-8B-Instruct | 0.035 | 0.324 |
|
46 |
| Meta-Llama-3.1-8B-Instruct-Egida-DPO | 0.037 | 0.319 |
|
47 |
|
48 |
+
Note that this refusal ratio is computed as keyword matching with a curated list of keywords. For more information, check the paper.
|
49 |
|
50 |
## Training Details
|
51 |
|