beyond commited on
Commit
89c995c
1 Parent(s): 27e276a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -67,12 +67,12 @@ First, what is a **sketch**? As defined in our paper, a sketch is "key informati
67
 
68
  The sketch which can be composed of:
69
 
70
- - keywords /key-phrases, like `__NLP__AI__computer__science__`
71
  - spans, like `Conference on Empirical Methods__submission of research papers__`
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...
 
67
 
68
  The sketch which can be composed of:
69
 
70
+ - keywords /key-phrases, like "`__NLP__AI__computer__science__`"
71
  - spans, like `Conference on Empirical Methods__submission of research papers__`
72
  - sentences, like `I really like machine learning__I work at Google since last year__`
73
  - or a mixup!
74
 
75
+
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...