1-800-BAD-CODE commited on
Commit
789002b
1 Parent(s): b7a0492

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -14
README.md CHANGED
@@ -213,6 +213,18 @@ In these metrics, keep in mind that
213
 
214
  When the sentences are longer and more practical, these ambiguities abound and affect all 3 analytics.
215
 
 
 
 
 
 
 
 
 
 
 
 
 
216
  <details open>
217
 
218
  <summary>Punctuation Report</summary>
@@ -267,20 +279,6 @@ In these metrics, keep in mind that
267
 
268
  </details>
269
 
270
- ## Test Data and Example Generation
271
- Each test example was generated using the following procedure:
272
-
273
- 1. Concatenate 10 random sentences
274
- 2. Lower-case the concatenated sentence
275
- 3. Remove all punctuation
276
-
277
- The data is a held-out portion of News Crawl, which has been deduplicated.
278
- 2,000 lines of data was used, generating 2,000 unique examples of 10 sentences each.
279
-
280
- Examples longer than the model's maximum length (256) were truncated.
281
- The number of affected sentences can be estimated from the "full stop" support: with 2,000 sentences and 10 sentences per example, we expect 20,000 full stop targets total.
282
-
283
- ## Results
284
 
285
  # Fun Facts
286
  Some fun facts are examined in this section.
 
213
 
214
  When the sentences are longer and more practical, these ambiguities abound and affect all 3 analytics.
215
 
216
+ ## Test Data and Example Generation
217
+ Each test example was generated using the following procedure:
218
+
219
+ 1. Concatenate 10 random sentences
220
+ 2. Lower-case the concatenated sentence
221
+ 3. Remove all punctuation
222
+
223
+ The data is a held-out portion of News Crawl, which has been deduplicated.
224
+ 3,000 lines of data was used, generating 3,000 unique examples of 10 sentences each.
225
+
226
+ ## Results
227
+
228
  <details open>
229
 
230
  <summary>Punctuation Report</summary>
 
279
 
280
  </details>
281
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
282
 
283
  # Fun Facts
284
  Some fun facts are examined in this section.