Commit
·
ad9b2da
1
Parent(s):
a26951f
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ questions = tokenizer.batch_decode(questions, skip_special_tokens=True)
|
|
20 |
|
21 |
**Decoder configuration examples:**
|
22 |
|
23 |
-
[Input text you can see here](https://www.bbc.com/news/science-environment-59775105)
|
24 |
```
|
25 |
questions = model.generate(input_ids=input_ids,
|
26 |
attention_mask=input_mask,
|
@@ -68,4 +68,4 @@ Also you can play with the following parameters in generate method:
|
|
68 |
-top_k
|
69 |
-top_p
|
70 |
|
71 |
-
[Meaning of parameters to generate text you can see here](https://huggingface.co/blog/how-to-generate)
|
|
|
20 |
|
21 |
**Decoder configuration examples:**
|
22 |
|
23 |
+
[**Input text you can see here**](https://www.bbc.com/news/science-environment-59775105)
|
24 |
```
|
25 |
questions = model.generate(input_ids=input_ids,
|
26 |
attention_mask=input_mask,
|
|
|
68 |
-top_k
|
69 |
-top_p
|
70 |
|
71 |
+
[**Meaning of parameters to generate text you can see here**](https://huggingface.co/blog/how-to-generate)
|