Violet-yo commited on
Commit
fbc8e3a
·
verified ·
1 Parent(s): 9c09662

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -40,6 +40,8 @@ results = metric.compute(predictions=[translated_text], references=[[ground_trut
40
  print(f"{results=}")
41
  ```
42
 
 
 
43
  ## Resources
44
  - Homepage: [Vision-Braille](https://vision-braille.com/)
45
  - Repository: [Github](https://github.com/AlanYWu/ChineseBrailleTranslation)
 
40
  print(f"{results=}")
41
  ```
42
 
43
+ Note that we didn't provide `FastTokenizer` because we added special tokens and `FastTokenizer` will output `<UNK>` tokens. Please set `use_fast=False` when loading the tokenizer.
44
+
45
  ## Resources
46
  - Homepage: [Vision-Braille](https://vision-braille.com/)
47
  - Repository: [Github](https://github.com/AlanYWu/ChineseBrailleTranslation)