beyond commited on
Commit
27e276a
1 Parent(s): 13296e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -72,7 +72,7 @@ The sketch which can be composed of:
72
  - sentences, like `I really like machine learning__I work at Google since last year__`
73
  - or a mixup!
74
 
75
- (the `__` is the mask token. Use `<mask>` for English, and `[MASK]` for Chinese)
76
 
77
  ### How to use the model
78
  #### 1. If you already have a sketch in mind, and want to get a paragraph based on it...
 
72
  - sentences, like `I really like machine learning__I work at Google since last year__`
73
  - or a mixup!
74
 
75
+ (`__` is the mask token. Use `<mask>` for English, and `[MASK]` for Chinese)
76
 
77
  ### How to use the model
78
  #### 1. If you already have a sketch in mind, and want to get a paragraph based on it...