Pablogps commited on
Commit
81e2249
1 Parent(s): aa99455

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -4
README.md CHANGED
@@ -175,9 +175,7 @@ paperswithcode_id: mc4
175
 
176
  ### Dataset Summary
177
 
178
- This dataset builds upon the original mC4 and adds perplexity sampling methods to perform filtering on the fly. Please, refer to [BERTIN Project](https://huggingface.co/bertin-project/bertin-roberta-base-spanish).
179
-
180
- [ADD MORE DETAILS ON PERPLEXITY SAMPLING!]
181
 
182
  The original dataset is the multilingual colossal, cleaned version of Common Crawl's web crawl corpus. Based on Common Crawl dataset: "https://commoncrawl.org".
183
 
@@ -330,7 +328,22 @@ An example form the `en` config is:
330
 
331
  ```
332
  {'timestamp': '2018-06-24T01:32:39Z',
333
- 'text': 'Farm Resources in Plumas County\nShow Beginning Farmer Organizations & Professionals (304)\nThere are 304 resources serving Plumas County in the following categories:\nMap of Beginning Farmer Organizations & Professionals serving Plumas County\nVictoria Fisher - Office Manager - Loyalton, CA\nAmy Lynn Rasband - UCCE Plumas-Sierra Administrative Assistant II - Quincy , CA\nShow Farm Income Opportunities Organizations & Professionals (353)\nThere are 353 resources serving Plumas County in the following categories:\nFarm Ranch And Forest Retailers (18)\nMap of Farm Income Opportunities Organizations & Professionals serving Plumas County\nWarner Valley Wildlife Area - Plumas County\nShow Farm Resources Organizations & Professionals (297)\nThere are 297 resources serving Plumas County in the following categories:\nMap of Farm Resources Organizations & Professionals serving Plumas County\nThere are 57 resources serving Plumas County in the following categories:\nMap of Organic Certification Organizations & Professionals serving Plumas County',
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
334
  'url': 'http://www.californialandcan.org/Plumas/Farm-Resources/'}
335
  ```
336
 
 
175
 
176
  ### Dataset Summary
177
 
178
+ This dataset builds upon the original mC4 and adds perplexity sampling methods to perform perplexity-based filtering on the fly. Please, refer to [BERTIN Project](https://huggingface.co/bertin-project/bertin-roberta-base-spanish).
 
 
179
 
180
  The original dataset is the multilingual colossal, cleaned version of Common Crawl's web crawl corpus. Based on Common Crawl dataset: "https://commoncrawl.org".
181
 
 
328
 
329
  ```
330
  {'timestamp': '2018-06-24T01:32:39Z',
331
+ 'text': 'Farm Resources in Plumas County\
332
+ Show Beginning Farmer Organizations & Professionals (304)\
333
+ There are 304 resources serving Plumas County in the following categories:\
334
+ Map of Beginning Farmer Organizations & Professionals serving Plumas County\
335
+ Victoria Fisher - Office Manager - Loyalton, CA\
336
+ Amy Lynn Rasband - UCCE Plumas-Sierra Administrative Assistant II - Quincy , CA\
337
+ Show Farm Income Opportunities Organizations & Professionals (353)\
338
+ There are 353 resources serving Plumas County in the following categories:\
339
+ Farm Ranch And Forest Retailers (18)\
340
+ Map of Farm Income Opportunities Organizations & Professionals serving Plumas County\
341
+ Warner Valley Wildlife Area - Plumas County\
342
+ Show Farm Resources Organizations & Professionals (297)\
343
+ There are 297 resources serving Plumas County in the following categories:\
344
+ Map of Farm Resources Organizations & Professionals serving Plumas County\
345
+ There are 57 resources serving Plumas County in the following categories:\
346
+ Map of Organic Certification Organizations & Professionals serving Plumas County',
347
  'url': 'http://www.californialandcan.org/Plumas/Farm-Resources/'}
348
  ```
349