Sean MacAvaney
commited on
Commit
·
59a2dce
1
Parent(s):
d5dde36
added prompt configuration info
Browse files- config.json +6 -1
config.json
CHANGED
@@ -25,5 +25,10 @@
|
|
25 |
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.14.1",
|
27 |
"use_cache": true,
|
28 |
-
"vocab_size": 32103
|
|
|
|
|
|
|
|
|
|
|
29 |
}
|
|
|
25 |
"torch_dtype": "float32",
|
26 |
"transformers_version": "4.14.1",
|
27 |
"use_cache": true,
|
28 |
+
"vocab_size": 32103,
|
29 |
+
"prompt": {
|
30 |
+
"document": "Title: {title} Url: {url}",
|
31 |
+
"rel": "\\u2581vera",
|
32 |
+
"nrel": "\\u2581falsa"
|
33 |
+
}
|
34 |
}
|