Sean MacAvaney
commited on
Commit
•
f059e46
1
Parent(s):
f9cfeab
added prompt configuration info
Browse files- config.json +7 -1
config.json
CHANGED
@@ -25,5 +25,11 @@
|
|
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} Text: {text}",
|
31 |
+
"maxlen": 6144,
|
32 |
+
"rel": "\\u2581vera",
|
33 |
+
"nrel": "\\u2581falsa"
|
34 |
+
}
|
35 |
}
|