Adapting commited on
Commit
9e3d0d9
1 Parent(s): 7f4bd0e

blenderbot-400M-distill_20

Browse files
Files changed (2) hide show
  1. tokenizer.json +6 -1
  2. tokenizer_config.json +1 -1
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 128,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -34,7 +34,7 @@
34
  "single_word": false
35
  },
36
  "model_max_length": 128,
37
- "name_or_path": "facebook/blenderbot-400M-distill",
38
  "pad_token": {
39
  "__type": "AddedToken",
40
  "content": "<pad>",
 
34
  "single_word": false
35
  },
36
  "model_max_length": 128,
37
+ "name_or_path": "Adapting/dialogue_agent_nlplab2022",
38
  "pad_token": {
39
  "__type": "AddedToken",
40
  "content": "<pad>",