Seungjun commited on
Commit
1ddc770
1 Parent(s): bc8512a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -39,6 +39,11 @@ summarizer(
39
  max_length=1024,
40
  )
41
  ```
 
 
 
 
 
42
 
43
  # textSummaryV10
44
 
 
39
  max_length=1024,
40
  )
41
  ```
42
+ ```python
43
+ Your max_length is set to 1024, but you input_length is only 269. You might consider decreasing max_length manually, e.g. summarizer('...', max_length=134)
44
+ [{'summary_text': 'Neural networks are a type of machine learning that is inspired by the human brain. They are made up of a node layer, a hidden layer, and an output layer. They are used to learn and improve their accuracy. They can take minutes versus hours to identify and identify.'}]
45
+ [ ]
46
+ ```
47
 
48
  # textSummaryV10
49