Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Introduction
|
| 2 |
|
| 3 |
This is the official repo of the paper [Annotation-Efficient Universal Honesty Alignment](https://arxiv.org/abs/2510.17509)
|
|
@@ -124,5 +131,4 @@ base_model = AutoModel.from_pretrained(args.model_path)
|
|
| 124 |
|
| 125 |
/mlp
|
| 126 |
...
|
| 127 |
-
```
|
| 128 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- Qwen/Qwen2.5-7B-Instruct
|
| 7 |
+
---
|
| 8 |
# Introduction
|
| 9 |
|
| 10 |
This is the official repo of the paper [Annotation-Efficient Universal Honesty Alignment](https://arxiv.org/abs/2510.17509)
|
|
|
|
| 131 |
|
| 132 |
/mlp
|
| 133 |
...
|
| 134 |
+
```
|
|
|