amielle commited on
Commit
6ee1cee
1 Parent(s): d3202d3

chore: Update example word limits for lower timings

Browse files
Files changed (1) hide show
  1. util/examples.py +9 -9
util/examples.py CHANGED
@@ -17,7 +17,7 @@ entries = [
17
  summarizer.model_names[0],
18
  summarizer.model_names[2],
19
  True,
20
- 400
21
  ],
22
  [
23
  "https://patents.google.com/patent/US9820315B2",
@@ -26,7 +26,7 @@ entries = [
26
  summarizer.model_names[2],
27
  summarizer.model_names[2],
28
  True,
29
- 700
30
  ],
31
  [
32
  "https://patents.google.com/patent/US10263802B2/en?q=smart+user+interface&oq=smart+user+interface",
@@ -35,7 +35,7 @@ entries = [
35
  summarizer.model_names[1],
36
  summarizer.model_names[1],
37
  True,
38
- 400
39
  ],
40
  [
41
  "CN211575647U",
@@ -53,7 +53,7 @@ entries = [
53
  summarizer.model_names[0],
54
  summarizer.model_names[2],
55
  True,
56
- 400
57
  ],
58
  [
59
  "https://patents.google.com/patent/CN211575647U",
@@ -62,7 +62,7 @@ entries = [
62
  summarizer.model_names[2],
63
  summarizer.model_names[2],
64
  True,
65
- 700
66
  ],
67
  [
68
  "https://patents.google.com/patent/CN211575647U/en",
@@ -71,7 +71,7 @@ entries = [
71
  summarizer.model_names[1],
72
  summarizer.model_names[1],
73
  True,
74
- 400
75
  ],
76
  [
77
  "US10125002B2",
@@ -89,7 +89,7 @@ entries = [
89
  summarizer.model_names[0],
90
  summarizer.model_names[2],
91
  True,
92
- 400
93
  ],
94
  [
95
  "https://patents.google.com/patent/US10125002B2",
@@ -98,7 +98,7 @@ entries = [
98
  summarizer.model_names[2],
99
  summarizer.model_names[2],
100
  True,
101
- 700
102
  ],
103
  [
104
  "https://patents.google.com/patent/US10125002B2/en",
@@ -107,6 +107,6 @@ entries = [
107
  summarizer.model_names[1],
108
  summarizer.model_names[1],
109
  True,
110
- 400
111
  ]
112
  ]
 
17
  summarizer.model_names[0],
18
  summarizer.model_names[2],
19
  True,
20
+ 350
21
  ],
22
  [
23
  "https://patents.google.com/patent/US9820315B2",
 
26
  summarizer.model_names[2],
27
  summarizer.model_names[2],
28
  True,
29
+ 400
30
  ],
31
  [
32
  "https://patents.google.com/patent/US10263802B2/en?q=smart+user+interface&oq=smart+user+interface",
 
35
  summarizer.model_names[1],
36
  summarizer.model_names[1],
37
  True,
38
+ 350
39
  ],
40
  [
41
  "CN211575647U",
 
53
  summarizer.model_names[0],
54
  summarizer.model_names[2],
55
  True,
56
+ 350
57
  ],
58
  [
59
  "https://patents.google.com/patent/CN211575647U",
 
62
  summarizer.model_names[2],
63
  summarizer.model_names[2],
64
  True,
65
+ 400
66
  ],
67
  [
68
  "https://patents.google.com/patent/CN211575647U/en",
 
71
  summarizer.model_names[1],
72
  summarizer.model_names[1],
73
  True,
74
+ 350
75
  ],
76
  [
77
  "US10125002B2",
 
89
  summarizer.model_names[0],
90
  summarizer.model_names[2],
91
  True,
92
+ 350
93
  ],
94
  [
95
  "https://patents.google.com/patent/US10125002B2",
 
98
  summarizer.model_names[2],
99
  summarizer.model_names[2],
100
  True,
101
+ 400
102
  ],
103
  [
104
  "https://patents.google.com/patent/US10125002B2/en",
 
107
  summarizer.model_names[1],
108
  summarizer.model_names[1],
109
  True,
110
+ 350
111
  ]
112
  ]