Skip to content

Commit d8a5910

Browse files
Fix UTF-8 usage in raw README.md
Make changes from UTF-8 code to symbol itself Co-authored-by: Lyndon White <[email protected]>
1 parent 793413d commit d8a5910

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -366,11 +366,11 @@ julia> para = spm("Julia is a high-level, high-performance dynamic language for
366366
Indices is usually used for deep learning models.
367367
Index of special tokens in ALBERT are given below:
368368

369-
1 &#8658; [PAD]
370-
2 &#8658; [UNK]
371-
3 &#8658; [CLS]
372-
4 &#8658; [SEP]
373-
5 &#8658; [MASK]
369+
1 [PAD]
370+
2 [UNK]
371+
3 [CLS]
372+
4 [SEP]
373+
5 [MASK]
374374

375375

376376
```julia

0 commit comments

Comments
 (0)