Update README.md
Browse files
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)
|