beyond commited on
Commit
31c11cf
1 Parent(s): db5c317

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,4 +52,4 @@ sketch = "your_sketch"
52
  generated_text = genius(sketch, num_beams=3, do_sample=True, max_length=200)[0]['generated_text']
53
  print(generated_text)
54
  ```
55
- (it seems there are something wrong with Huggingface's markdown parser. I'm not able to type "<mask>" in the code block. Therefore, place replace the `sketch = "your_sketch"` with your own code, using `<mask>` to join some key words/phrases/sents)
 
52
  generated_text = genius(sketch, num_beams=3, do_sample=True, max_length=200)[0]['generated_text']
53
  print(generated_text)
54
  ```
55
+ (it seems there are something wrong with Huggingface's markdown parser. I'm not able to type "\<mask\>" in the code block. Therefore, place replace the `sketch = "your_sketch"` with your own code, using `<mask>` to join some key words/phrases/sents)