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