Dongfu Jiang
commited on
Commit
·
c24c2d3
1
Parent(s):
5516893
Create config.json
Browse files- config.json +19 -0
config.json
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"ranker_type": "pairranker",
|
| 3 |
+
"model_type": "deberta",
|
| 4 |
+
"model_name": "microsoft/deberta-v3-large",
|
| 5 |
+
"cache_dir": null,
|
| 6 |
+
"load_checkpoint": null,
|
| 7 |
+
"source_max_length": 128,
|
| 8 |
+
"candidate_max_length": 128,
|
| 9 |
+
"n_tasks": 1,
|
| 10 |
+
"num_pos": 5,
|
| 11 |
+
"num_neg": 5,
|
| 12 |
+
"sub_sampling_mode": "all_pair",
|
| 13 |
+
"sub_sampling_ratio": 0.4,
|
| 14 |
+
"loss_type": "instructgpt",
|
| 15 |
+
"reduce_type": "linear",
|
| 16 |
+
"inference_mode": "bubble",
|
| 17 |
+
"drop_out": 0.05,
|
| 18 |
+
"fp16": true
|
| 19 |
+
}
|