tomaarsen HF staff commited on
Commit
ecca7ac
1 Parent(s): 2af13d2

Update AutoTokenizer path

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +1 -1
tokenizer_config.json CHANGED
@@ -28,7 +28,7 @@
28
  }
29
  },
30
  "auto_map": {
31
- "AutoTokenizer": ["ArcticTokenizer", null]
32
  },
33
  "bos_token": "<s>",
34
  "clean_up_tokenization_spaces": false,
 
28
  }
29
  },
30
  "auto_map": {
31
+ "AutoTokenizer": ["tokenization_arctic.ArcticTokenizer", null]
32
  },
33
  "bos_token": "<s>",
34
  "clean_up_tokenization_spaces": false,