We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3f46a9 + 1bcdd2e commit 95de898Copy full SHA for 95de898
examples/gpt-2/README.md
@@ -45,7 +45,7 @@ generates continuation of the context. The example supports both Top-K and Top-P
45
46
```bash
47
python gpt2_generate_main.py --interactive \
48
- --max-decoding_length=100 \
+ --max-decoding-length=100 \
49
--temperature=0.7 \
50
--top-k=40
51
```
setup.py
@@ -42,8 +42,8 @@
42
'extras': ['Pillow>=3.0'],
43
},
44
package_data={
- "texar": [
- "../bin/utils/multi-bleu.perl",
+ "texar.torch": [
+ "../../bin/utils/multi-bleu.perl",
]
classifiers=[
0 commit comments