jupyterjazz
commited on
Commit
•
1b396dc
1
Parent(s):
3d8e47c
Update config.json
Browse files- config.json +8 -1
config.json
CHANGED
@@ -45,5 +45,12 @@
|
|
45 |
"type_vocab_size": 1,
|
46 |
"use_cache": true,
|
47 |
"use_flash_attn": true,
|
48 |
-
"vocab_size": 250002
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
49 |
}
|
|
|
45 |
"type_vocab_size": 1,
|
46 |
"use_cache": true,
|
47 |
"use_flash_attn": true,
|
48 |
+
"vocab_size": 250002,
|
49 |
+
"task_instructions": {
|
50 |
+
"classification": "",
|
51 |
+
"clustering": "",
|
52 |
+
"passage": "Represent the document for retrieval: ",
|
53 |
+
"query": "Represent the query for retrieving supporting documents: ",
|
54 |
+
"sts": ""
|
55 |
+
}
|
56 |
}
|