Sean MacAvaney commited on
Commit
a6e2b33
1 Parent(s): f059e46

fix typo in config

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -29,7 +29,7 @@
29
  "prompt": {
30
  "document": "Title: {title} Url: {url} Text: {text}",
31
  "maxlen": 6144,
32
- "rel": "\\u2581vera",
33
- "nrel": "\\u2581falsa"
34
  }
35
  }
 
29
  "prompt": {
30
  "document": "Title: {title} Url: {url} Text: {text}",
31
  "maxlen": 6144,
32
+ "rel": "\u2581vera",
33
+ "nrel": "\u2581falsa"
34
  }
35
  }