Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code:   DatasetGenerationError
Exception:    CastError
Message:      Couldn't cast
id: string
metadata: struct<cc_dump: string, dolma2_qc: struct<0: double, 1: double>, exact_duplicates: int64, lang: stru (... 1888 chars omitted)
  child 0, cc_dump: string
  child 1, dolma2_qc: struct<0: double, 1: double>
      child 0, 0: double
      child 1, 1: double
  child 2, exact_duplicates: int64
  child 3, lang: struct<en: double>
      child 0, en: double
  child 4, madlad: struct<num_sentences: int64, rule.2: list<item: int64>, rule.5: list<item: int64>, status: string>
      child 0, num_sentences: int64
      child 1, rule.2: list<item: int64>
          child 0, item: int64
      child 2, rule.5: list<item: int64>
          child 0, item: int64
      child 3, status: string
  child 5, minhash: null
  child 6, original_word_count: int64
  child 7, sa_remove_ranges: list<item: list<item: int64>>
      child 0, item: list<item: int64>
          child 0, item: int64
  child 8, text_hash: string
  child 9, warc_content_type: string
  child 10, warc_date: string
  child 11, warc_url: string
  child 12, weborganizer: string
  child 13, weborganizer_max: string
  child 14, google_gemma-3-12b-it_contains_pii: list<item: list<item: string>>
      child 0, item: list<item: string>
          child 0, item: string
  child 15, google_gemma-3-12b-it_is_public_document: list<item: list<item: string>>
      child 0, item: list<item: string>
          child 0, item: string
  child 16, google_gemma-3-4b-it_v2tag__is_academic_paper: list<item: list<item: string>>
      child 0, 
...
ild 0, item: string
  child 24, google_gemma-3-4b-it_v2tag__is_test_or_quiz: list<item: list<item: string>>
      child 0, item: list<item: string>
          child 0, item: string
  child 25, google_gemma-3-4b-it_v2tag__is_textbook: list<item: list<item: string>>
      child 0, item: list<item: string>
          child 0, item: string
  child 26, Source-Url: string
  child 27, avg_fraction_numbers_in_line_v1__avg_fraction_numbers_in_line_v1__avg_fraction_numbers_in_line_ratio: list<item: list<item: double>>
      child 0, item: list<item: double>
          child 0, item: double
  child 28, fineweb_edu_fasttext_gt2__fineweb_edu_fasttext_gt2__score: list<item: list<item: double>>
      child 0, item: list<item: double>
          child 0, item: double
  child 29, ft_lang_id_en_doc_v2__ft_lang_id_en_doc_v2__en: list<item: list<item: double>>
      child 0, item: list<item: double>
          child 0, item: double
  child 30, olmocr-version: string
  child 31, pdf-total-pages: int64
  child 32, pdf_page_numbers: list<item: list<item: int64>>
      child 0, item: list<item: int64>
          child 0, item: int64
  child 33, pipe_delimited_lines_v1__pipe_delimited_lines_v1__pipe_delimited_lines_ratio: list<item: list<item: double>>
      child 0, item: list<item: double>
          child 0, item: double
  child 34, total-fallback-pages: int64
  child 35, total-input-tokens: int64
  child 36, total-output-tokens: int64
text: string
added: timestamp[s]
created: timestamp[s]
source: string
to
{'id': Value('string'), 'metadata': {'cc_dump': Value('string'), 'dolma2_qc': {'0': Value('float64'), '1': Value('float64')}, 'exact_duplicates': Value('int64'), 'lang': {'en': Value('float64')}, 'madlad': {'num_sentences': Value('int64'), 'rule.2': List(Value('int64')), 'rule.5': List(Value('int64')), 'status': Value('string')}, 'minhash': {'cc_id': Value('int64'), 'cc_idx': Value('int64'), 'cc_size': Value('int64')}, 'original_word_count': Value('int64'), 'sa_remove_ranges': List(List(Value('int64'))), 'text_hash': Value('string'), 'warc_content_type': Value('string'), 'warc_date': Value('string'), 'warc_url': Value('string'), 'weborganizer': Json(decode=True), 'weborganizer_max': Value('string')}, 'text': Value('string')}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1779, in _prepare_split_single
                  for key, table in generator:
                                    ^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 609, in wrapped
                  for item in generator(*args, **kwargs):
                              ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 299, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/json/json.py", line 128, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              id: string
              metadata: struct<cc_dump: string, dolma2_qc: struct<0: double, 1: double>, exact_duplicates: int64, lang: stru (... 1888 chars omitted)
                child 0, cc_dump: string
                child 1, dolma2_qc: struct<0: double, 1: double>
                    child 0, 0: double
                    child 1, 1: double
                child 2, exact_duplicates: int64
                child 3, lang: struct<en: double>
                    child 0, en: double
                child 4, madlad: struct<num_sentences: int64, rule.2: list<item: int64>, rule.5: list<item: int64>, status: string>
                    child 0, num_sentences: int64
                    child 1, rule.2: list<item: int64>
                        child 0, item: int64
                    child 2, rule.5: list<item: int64>
                        child 0, item: int64
                    child 3, status: string
                child 5, minhash: null
                child 6, original_word_count: int64
                child 7, sa_remove_ranges: list<item: list<item: int64>>
                    child 0, item: list<item: int64>
                        child 0, item: int64
                child 8, text_hash: string
                child 9, warc_content_type: string
                child 10, warc_date: string
                child 11, warc_url: string
                child 12, weborganizer: string
                child 13, weborganizer_max: string
                child 14, google_gemma-3-12b-it_contains_pii: list<item: list<item: string>>
                    child 0, item: list<item: string>
                        child 0, item: string
                child 15, google_gemma-3-12b-it_is_public_document: list<item: list<item: string>>
                    child 0, item: list<item: string>
                        child 0, item: string
                child 16, google_gemma-3-4b-it_v2tag__is_academic_paper: list<item: list<item: string>>
                    child 0, 
              ...
              ild 0, item: string
                child 24, google_gemma-3-4b-it_v2tag__is_test_or_quiz: list<item: list<item: string>>
                    child 0, item: list<item: string>
                        child 0, item: string
                child 25, google_gemma-3-4b-it_v2tag__is_textbook: list<item: list<item: string>>
                    child 0, item: list<item: string>
                        child 0, item: string
                child 26, Source-Url: string
                child 27, avg_fraction_numbers_in_line_v1__avg_fraction_numbers_in_line_v1__avg_fraction_numbers_in_line_ratio: list<item: list<item: double>>
                    child 0, item: list<item: double>
                        child 0, item: double
                child 28, fineweb_edu_fasttext_gt2__fineweb_edu_fasttext_gt2__score: list<item: list<item: double>>
                    child 0, item: list<item: double>
                        child 0, item: double
                child 29, ft_lang_id_en_doc_v2__ft_lang_id_en_doc_v2__en: list<item: list<item: double>>
                    child 0, item: list<item: double>
                        child 0, item: double
                child 30, olmocr-version: string
                child 31, pdf-total-pages: int64
                child 32, pdf_page_numbers: list<item: list<item: int64>>
                    child 0, item: list<item: int64>
                        child 0, item: int64
                child 33, pipe_delimited_lines_v1__pipe_delimited_lines_v1__pipe_delimited_lines_ratio: list<item: list<item: double>>
                    child 0, item: list<item: double>
                        child 0, item: double
                child 34, total-fallback-pages: int64
                child 35, total-input-tokens: int64
                child 36, total-output-tokens: int64
              text: string
              added: timestamp[s]
              created: timestamp[s]
              source: string
              to
              {'id': Value('string'), 'metadata': {'cc_dump': Value('string'), 'dolma2_qc': {'0': Value('float64'), '1': Value('float64')}, 'exact_duplicates': Value('int64'), 'lang': {'en': Value('float64')}, 'madlad': {'num_sentences': Value('int64'), 'rule.2': List(Value('int64')), 'rule.5': List(Value('int64')), 'status': Value('string')}, 'minhash': {'cc_id': Value('int64'), 'cc_idx': Value('int64'), 'cc_size': Value('int64')}, 'original_word_count': Value('int64'), 'sa_remove_ranges': List(List(Value('int64'))), 'text_hash': Value('string'), 'warc_content_type': Value('string'), 'warc_date': Value('string'), 'warc_url': Value('string'), 'weborganizer': Json(decode=True), 'weborganizer_max': Value('string')}, 'text': Value('string')}
              because column names don't match
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1342, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 907, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1832, in _prepare_split_single
                  raise DatasetGenerationError("An error occurred while generating the dataset") from e
              datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

id
string
metadata
dict
text
string
3b8324a7-12b7-46c4-8ecd-d59a0bb461a4
{ "cc_dump": "CC-MAIN-2024-26", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 4, "lang": { "en": 0.8588582277 }, "madlad": { "num_sentences": 5, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 86, "sa_r...
Cityblog Live CityBlog is back with all fresh local news, views, opinions, jobs, food and entertainment. Do send us your blog contributions to us for publishing at cityblogpuneonline@gmail.com Friday, April 10, 2020 Best Pictures of 2019 Hundreds of Central American migrants cool down, bathe, and clean their clothe...
a1d60b13-e8b5-4211-a218-ae1e85701d41
{ "cc_dump": "CC-MAIN-2023-06", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 9, "lang": { "en": 0.9442361593 }, "madlad": { "num_sentences": 5, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 77, "sa_r...
Coming Soon! Especially Happy Holidays on All My Faves Posted on Thursday, November 11th, 2010 by Thanksgiving, Christmas and New Years are just around the corner, but don’t worry. We have been hard at work in creating a special Happy Holidays page where you will find the best gifts, deals and holiday ideas out ther...
a2d391ca-5165-44d0-bc94-2e75d9478612
{ "cc_dump": "CC-MAIN-2016-50", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 1, "lang": { "en": 0.8935366869 }, "madlad": { "num_sentences": 24, "rule.2": [ 3 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
Brother's Hotel Kambos - Cyclades, 84001, Ios, Greece, Distance from city centre: 5km Not yet rated • Not yet ratedAtmosphere • Not yet ratedStaff • Not yet ratedSecurity • Not yet ratedCleanliness • Not yet ratedLocation • Not yet ratedValue for money • Not yet ratedFacilities A warm welcome to Brothe...
d9a0655f-a07e-41d9-b44e-2407bf19dc8e
{ "cc_dump": "CC-MAIN-2019-35", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8942343593 }, "madlad": { "num_sentences": 20, "rule.2": [ 0, 3 ], "rule.5": [ 0 ], "status": "survived" }, "minhash": null, ...
Resort Dorset on FacebookResort Magazine on TwitterResort Dorset on Instagram Ray's Chicken Weymouth, Dorset 13 Abbotsbury Road, Weymouth, DT4 0AD Tel: 01305 783333 Website Email Delicious Chicken Dishes fried or grilled. Explore Weymouth Click on a map location to reveal further details... What's on your map? T...
716d7a26-6ea4-420e-9a54-2b5f9a270fbd
{ "cc_dump": "CC-MAIN-2015-14", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.815525949 }, "madlad": { "num_sentences": 17, "rule.2": [ 0, 5, 13 ], "rule.5": [], "status": "survived" }, "minhash": null, "o...
Starting From See all Rates Econo Lodge Selected Favorite 4725 Saul White Blvd., North Charleston, SC, US, 29418 • Phone: (843) 793-1836 • Fax: (843) 737-58353 reviews) 95% of guests recommend this hotel Photo Gallery Hotel Amenities: • Free Breakfast • Free Internet Econo Lodge hotel in North Char...
a12a7e48-a12d-4ab2-ae93-6764980fb19a
{ "cc_dump": "CC-MAIN-2022-49", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9202551842 }, "madlad": { "num_sentences": 10, "rule.2": [ 0 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
Skip to main content Groove Cruise Announces West Coast Return October 6-9, 2017 Setting Sail From LA To Ensenada, Mexico. Groove Cruise LA  Groove Cruise LA  After having just returned from its most attended and talked about voyage yet, Groove Cruise just announced the dates for its West Coast edition setting sail...
fb736e8b-cc97-4888-a8de-62945267234c
{ "cc_dump": "CC-MAIN-2014-52", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.904809773 }, "madlad": { "num_sentences": 44, "rule.2": [ 1, 4, 8, 11, 41, 43 ], "rule.5": [], "status": "survived"...
join Orbitz Rewards By clicking, I agree to the terms Santa Barbara to Santa Rosa Flights Age of children at time of trip We will search for applicable airfare discounts. Must have 1 adult for each infant in lap Selected fares from Santa Barbara to Santa Rosa Departure Arrival Travel dates Round-trip SBA STS Sun,...
9dc0cdba-b45a-4d6d-a46b-aa92828016b7
{ "cc_dump": "CC-MAIN-2018-39", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 2, "lang": { "en": 0.8347649574 }, "madlad": { "num_sentences": 11, "rule.2": [ 0, 9 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_w...
« Show all properties in Prague Alfa Tourist Service - Hostel Jednota, Prague, Czech Republic Opletalova 38, Praha 1, Prague, Czech Republic  Map And Directions  Did you know... you can book up to 31 nights in this property? PLEASE NOTE, Prices are per person per night in USD Check Availability This hostel has no onlin...
4b77b656-23be-4760-9795-c33f87782c03
{ "cc_dump": "CC-MAIN-2021-10", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9603133798 }, "madlad": { "num_sentences": 55, "rule.2": [ 0, 44 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_...
NGOs In Vietnam: Xuân | Vietcetera NGOs In Vietnam: Xuân Updates on COVID-19 in VietnamUpdates on COVID-19 in VietnamRead More
5fe675d7-f3d8-43ed-92e6-62dbad85f66b
{ "cc_dump": "CC-MAIN-2019-51", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9265057445 }, "madlad": { "num_sentences": 6, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 128, "sa_...
Entry Fee : INR 7000 course fees (Approx) Surfing In Chennai, Chennai Overview Getting in the water and riding the waves on a surfboard is not a thing that everyone can do. But some hours of practice can make that joy possible. There are a number of surfing schools that offer courses and help you tame the waves und...
faa68bd7-80a9-4139-a373-e8fbb207fe18
{ "cc_dump": "CC-MAIN-2021-10", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 1, "lang": { "en": 0.936971426 }, "madlad": { "num_sentences": 81, "rule.2": [ 0, 2, 3, 8 ], "rule.5": [], "status": "survived" }, "minhash": nu...
Skip to main content Gateway (Porters Lodge) Lambeth Hospital, 108 Landor Road, London, SW9 9NT View Accessibility Symbols Accessibility Symbols For more information about what these symbols mean, view our Accessibility Symbols Guide. Close this popup window. Access Guide Show Easy Read • Services / faciliti...
f45d5728-a891-4f32-91d6-ddd006398aab
{ "cc_dump": "CC-MAIN-2018-05", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8196192384 }, "madlad": { "num_sentences": 37, "rule.2": [ 30 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_coun...
Beaches Hotel Beach Road East, Prestatyn LL19 7LG, Wales Lowest prices for your stay 1/28/2018 1/29/2018 Are these your travel dates? TripAdvisor uses this information to find you the lowest prices for your stay.  2 people are viewing this hotel SAVE $15 Traveler (244) Room & Suite ...
0faa2351-67fb-4cbf-9e05-d505295977cb
{ "cc_dump": "CC-MAIN-2017-26", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8343158364 }, "madlad": { "num_sentences": 15, "rule.2": [ 8 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
We noticed that you're using an unsupported browser. The TripAdvisor website may not display properly.We support the following browsers: Windows: Internet Explorer, Mozilla Firefox, Google Chrome. Mac: Safari. Spa Gift Basket Which Troncones hotels are on sale? dd/mm/yyyy dd/mm/yyyy See hotels 1 post Save Topic Spa G...
d6678f00-cabd-47c8-9d85-db3c3bcf13de
{ "cc_dump": "CC-MAIN-2017-39", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 2, "lang": { "en": 0.8667159677 }, "madlad": { "num_sentences": 8, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 201, "sa_...
Home / Page / To add an event please click here Loading Events « All Events • This event has passed. Valentines Dinner and Overnight Package at Hotel du Vin February 10 - February 19 Event Navigation Valentines Overnight Package at Hotel Du Vin including a Valentine’s sharing menu and a glass of Champagne, an...
78b5bcbd-dff0-47f3-9d7d-4fdc1a1406cd
{ "cc_dump": "CC-MAIN-2019-04", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 1, "lang": { "en": 0.9094720483 }, "madlad": { "num_sentences": 10, "rule.2": [ 2 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
Skip to main content The information you are viewing for this event is from 2018. Please check back for updates. Fireworks in Lake George Village Fireworks in Lake George Village (1) When: Event has passed. Watch this page for updates. Phone: 518-668-5771 Who doesn't love a great fireworks display? Lake George has ...
0979f6ee-ba99-47a6-a3b9-f7ed7026ab56
{ "cc_dump": "CC-MAIN-2016-18", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 1, "lang": { "en": 0.9174823761 }, "madlad": { "num_sentences": 34, "rule.2": [ 32 ], "rule.5": [ 32 ], "status": "survived" }, "minhash": null, "orig...
View All Hotels in Santa Monica The Georgian Hotel 3.5 Santa Monica, Los Angeles, California Enter Dates for Best Prices(310) 395-9945 Also Known As • Georgian Hotel Santa Monica • Georgian Santa Monica Room Types • Ocean View Room • Ocean View Suite • Signature Suite • Standard King Room • Standar...
f9beed5a-18a0-4cd4-a862-b73dab9e7f3b
{ "cc_dump": "CC-MAIN-2015-18", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8816913962 }, "madlad": { "num_sentences": 13, "rule.2": [ 6, 8 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_w...
4 star rating: Recommended 697 Reviews 5 star 4 star 3 star 2 star 1 star • Location: Paris, France • Duration:  4 hours (approx.) We've selected the best candid trip photos submitted by our users to help you decide if the Eiffel Tower Dinner and Seine River Cruise is right for you. Make the most of your next tri...
df7d78bd-5a1a-424a-ae71-0095aa952a2e
{ "cc_dump": "CC-MAIN-2024-51", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9194654226 }, "madlad": { "num_sentences": 10, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 110, "sa...
Skip to content added to favourites removed from favourites Oops! Something went wrong. Try again Your account is being created Your account has been successfully created and you are now logged in You’ve been logged in successfully! You are logged in successfully! You are logged out. Market Unterthiner Giovig...
4d807c81-cf3f-4093-ba83-3779c9694f43
{ "cc_dump": "CC-MAIN-2019-43", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9353455305 }, "madlad": { "num_sentences": 9, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 121, "sa_...
Passage Landrieu Posted on Mon, 4 Aug 2014 by midcenturyjo The trip had been long. Australia is, after all, the other side of the world but as the taxi made its way towards Passage Landrieu her excitement mounted. She was in Paris. At last. Tomorrow the adventure would begin in earnest. For now, though, she stood in ...
827da796-4166-492f-a7f5-31e9c5c08c86
{ "cc_dump": "CC-MAIN-2018-51", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8699440956 }, "madlad": { "num_sentences": 17, "rule.2": [ 9, 10, 15 ], "rule.5": [], "status": "survived" }, "minhash": null, ...
Sunday, December 16, 2018 Text Size October 24, 2018 - Parks Calendar Thursday noon, one week prior to the publication date. Send to: Winter Texan Times, P.O. Box 399, Mission, Texas 78573-0399 or email to parkscal@wintertexantimes.com. Wednesday, October 24 Jam - Eastgate RV & MH Park, Harlingen, 1pm. Dance - Cas...
14431913-7cf0-424d-ae69-29147c535045
{ "cc_dump": "CC-MAIN-2017-39", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8375938535 }, "madlad": { "num_sentences": 7, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 436, "sa_...
All hotels in Ocean City, Maryland, United States of America 1 room, 2 adults You can collect Hotels.com™ Rewards nights here Cayman Suites Hotel 2 stars2 stars 12500 Coastal HwyOcean CityMD21842United States of America No-frills hotel in North Ocean City with indoor pool • Free WiFi and free parking Very Good4.1 ...
92abe6eb-9b3c-4947-98a6-d204fe262578
{ "cc_dump": "CC-MAIN-2016-07", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9081828594 }, "madlad": { "num_sentences": 26, "rule.2": [ 0, 7, 25 ], "rule.5": [], "status": "survived" }, "minhash": null, "...
Speak to a Travel Specialist 800-680-2858 Cruises Cruises Hotels and Resorts Hotels & Africa Safaris Africa Home Escorted Tours Independent Vacations River Cruises Expedition Cruises Train Tours Discounts Newsletter My Account Find a Vacation FastDeal Lookup February 8, 2016 Save up to 7.5% off Europe vacations when ...
ea67cd77-e764-4be7-8ea2-0c88b8428743
{ "cc_dump": "CC-MAIN-2019-39", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8754966855 }, "madlad": { "num_sentences": 14, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 387, "sa...
Skip to main content Hotels in Shizuoka 7 Accommodations in Shizuoka see on map Hotel Associa Shizuoka Stars Shizuoka 705 m from city centre Score: 4 / 5 212 reviews Hotel Vista Shimizu Shizuoka 10.9 km from city centre Score: 4 / 5 87 reviews Shizuoka Kita Washington Hotel Plaza Stars Shizuoka 332 m from city...
d2088af2-d53f-4a4f-9b32-a5e07488a114
{ "cc_dump": "CC-MAIN-2015-48", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8366653323 }, "madlad": { "num_sentences": 21, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 499, "sa...
Room type Standard Room, 1 King Bed Max Occupancy: 3 guests (up to 2 children, 1 infant) Standard Room, 2 Double Beds Max Occupancy: 4 guests (up to 3 children, 3 infants) Executive Room, 1 King Bed, Refrigerator & Microwave Max Occupancy: 4 guests (up to 3 children, 3 infants) Get an overview of this hotelSubur...
e1c9beb4-fe34-4c0f-b4aa-788392af1a63
{ "cc_dump": "CC-MAIN-2019-51", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 21, "lang": { "en": 0.9493173361 }, "madlad": { "num_sentences": 12, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 120, "s...
Friday, August 26, 2011 Camino De Santiago - Pictures - Logroño To Navarrete This was a short leg so I only have a few pictures. I'll start with one of the most iconic images of the Camino. The Yellow Arrow.  The most common marker along the Camino. Nothing fancy but hard to miss and always there when you need it. C...
b90e2037-c2ad-4d0e-bc43-475e6d5e8098
{ "cc_dump": "CC-MAIN-2019-22", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 2, "lang": { "en": 0.9500648379 }, "madlad": { "num_sentences": 11, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 303, "sa...
Missions Trip Blog Week 2 team, Monday, February 2 • Posted on: 2 February 2015 • By: dheacock Week 2, Monday, February 2 Today was our first work day of this trip, and we got a lot of work done. When we arrived yesterday there was a freshly-poured concrete pad—at the end of the work day today all of the exteri...
5c0bb213-9d80-4112-8597-a14bf2092c0b
{ "cc_dump": "CC-MAIN-2014-52", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8710787296 }, "madlad": { "num_sentences": 12, "rule.2": [ 4 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
PubCrawler.com logo PubCrawler is a leading travel focused search engine. We feature breweries, brewpubs and beer bars as well as most restaurants. Numerous lodging options - hotels and bed and breakfasts are available for booking reservations. We also list nearby attractions such as historic landmarks. PubCrawler - ...
9d5db713-cf43-402c-9512-82b6ed54be11
{ "cc_dump": "CC-MAIN-2018-34", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8720185757 }, "madlad": { "num_sentences": 6, "rule.2": [ 4 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count"...
Join our newsletter and save on luxury hotels plus opportunities to win hotel breaks: Name * :    Email * :       (* required fields) Extended Stay Hotels in Leicestershire Extended stay hotelsSome places are so fantastic that you wished you had booked more than two nights and reserved a week or even a month! Only a ...
e60a15d5-278d-4966-9adc-33f549dae490
{ "cc_dump": "CC-MAIN-2020-40", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 2, "lang": { "en": 0.9195513129 }, "madlad": { "num_sentences": 7, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 152, "sa_...
My favourite boutique wineries in Australia   Submitted by: Jessica Pascoe    From: Jessicapascoe.com    Read more: Click here for full post  If you love wine as much as I do, check out some of my favourite boutique wineries in Australia. Please note, as of Jan 2020 several of these wineries have been affected by t...
bd9a29e3-9588-4981-a676-b5447039fa5a
{ "cc_dump": "CC-MAIN-2017-51", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8573231697 }, "madlad": { "num_sentences": 11, "rule.2": [ 7 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
We noticed that you're using an unsupported browser. The TripAdvisor website may not display properly.We support the following browsers: Windows: Internet Explorer, Mozilla Firefox, Google Chrome. Mac: Safari. Browse Airline Reviews Before you book your next flight, see reviews from travelers around the world Read Revi...
604e16e0-5b6f-4391-a92d-d39521caf678
{ "cc_dump": "CC-MAIN-2021-31", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9289568067 }, "madlad": { "num_sentences": 11, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 202, "sa...
We noticed that you're using an unsupported browser. The Tripadvisor website may not display properly.We support the following browsers: Windows: Internet Explorer, Mozilla Firefox, Google Chrome. Mac: Safari. Beach - Picture of Zafiro Palmanova, Majorca Photo: Beach From Review : Honeymoon with a toddler of Zafiro ...
8c062dc0-9c56-4094-9e54-140c706a6f6c
{ "cc_dump": "CC-MAIN-2022-21", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9116270542 }, "madlad": { "num_sentences": 12, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 193, "sa...
Loading Events « All Events • This event has passed. Murder Mystery Excursion Train March 12 @ 10:00 am - 4:30 pm Enjoy an excursion train ride on a restored classic streamlined stainless steel passenger train! During this 90 mile round trip enjoy a short progressive murder mystery play performed right in your c...
dbbc7745-fc6f-4e0b-bc4f-f652187d7789
{ "cc_dump": "CC-MAIN-2019-43", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 1, "lang": { "en": 0.750439465 }, "madlad": { "num_sentences": 6, "rule.2": [], "rule.5": [ 0 ], "status": "survived" }, "minhash": null, "original_word_count":...
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam posuere varius magna, ut accumsan quam pretium vel. Duis ornare Latest News Follow Us Private Tours Price USD $340 8 Hours Scroll down Private Tours USD $340 per person Experience the best of Rio de Janeiro on this tailor-made, private and guided tou...
70a551c0-0096-48bb-95fd-bd5abb3cf5e1
{ "cc_dump": "CC-MAIN-2017-47", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8087804914 }, "madlad": { "num_sentences": 14, "rule.2": [ 0 ], "rule.5": [ 7 ], "status": "survived" }, "minhash": null, "origin...
Images and photos of Cikarang Province Jawa-Barat Got To:: World Images - Indonesia Images by Provinces - Images Province Jawa-Barat - City Enjoy the best photos of Cikarang, landscapes Pictures, monuments, men, women and girls. Visit other towns and cities province, region or state Jawa-Barat. See zip code, number o...
c061cd23-b4cd-439d-9018-1d92389f8c6b
{ "cc_dump": "CC-MAIN-2017-09", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8930914998 }, "madlad": { "num_sentences": 18, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 579, "sa...
• Free Wi-Fi in all rooms • Wi-Fi in public areas • Daily housekeeping • Room service [24-hour] Up to 30% off with Agoda Insider Deals! More about Calabash Inn Guesthouse An overview If what you're looking for is a conveniently located hotel in Durban, look no further than Calabash Inn Guesthouse. Situat...
83a90c81-ba2e-4227-b867-25ac7e2175d8
{ "cc_dump": "CC-MAIN-2018-51", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8574402332 }, "madlad": { "num_sentences": 6, "rule.2": [ 5 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count"...
UK Small Business Directory Free Business Advertising Reference Number. 124273 Add : Edit : Upgrade Hotels In York Hotels In York 109 Tedder Rd North Yorkshire Click Here for Hotels In York Phone Number To see the benefits of an upgraded directory listing - See Our Upgrade Options » If you''re looking for accommoda...
effe6e9b-24bf-4c2f-bdd3-696242457aa2
{ "cc_dump": "CC-MAIN-2014-10", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8033489585 }, "madlad": { "num_sentences": 6, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 83, "sa_r...
Verify Your Request Please complete the challenge below to continue using the site. Request Id: 1722a5f6-593d-4ea0-a757-baa06c99a618 We guarantee the best price Easily find the best price and availability from all travel websites at once. We guarantee it. We find more hotels Access over 5 million hotel deals fr...
6d96e760-edf5-4d78-a8d7-6c34774f6ede
{ "cc_dump": "CC-MAIN-2020-05", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8810147643 }, "madlad": { "num_sentences": 26, "rule.2": [ 4 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
Motel 6 {{ 'PLEASANTON' | titlecaseStateful }} Motel 6 {{ 'PLEASANTON' | titlecaseStateful }} Modern Rooms Newly Opened {{ "5102 HOPYARD RD" | titlecaseStateful }} {{ "PLEASANTON" | titlecase }}, CA 94588 Motel 6 Pleasanton is located within walking distance to area restaurants. California's vineyards and wineries ar...
c456dc16-abc9-47f5-b139-08d6bf40004b
{ "cc_dump": "CC-MAIN-2018-30", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9541878104 }, "madlad": { "num_sentences": 10, "rule.2": [ 0 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
Google Search Wednesday, March 26, 2008 Wordless Wednesday - Down a dirt road in Costa Rica Frank Moessa said... Hi Jen. Great photo. It looks as tranquil as the photos at Maquengue in Costa Rica I witnessed recently. Your "Wordless Wednesdays" posts have been very interesting and I look forward to seeing more of...
e6cf3480-dee3-499f-bbdc-05c6ebca413b
{ "cc_dump": "CC-MAIN-2018-17", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8297609687 }, "madlad": { "num_sentences": 42, "rule.2": [ 1 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
All hotels in St. Helier, Channel Islands, United Kingdom 1 room, 2 adults You can collect Hotels.com® Rewards nights here The Savoy Jersey, St. Helier 4-star4 stars Rouge BouillonSt. HelierJerseyJE2 3ZAUnited Kingdom 4-star hotel with outdoor pool, near Jersey Museum • Free WiFi Bar and Beverages Bar is awesome T...
ebfbfc56-6557-461b-b0c1-7b04e770403e
{ "cc_dump": "CC-MAIN-2017-43", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 3, "lang": { "en": 0.9469899535 }, "madlad": { "num_sentences": 6, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 93, "sa_r...
Web-pix Sunday, August 05, 2007 Sailing Through Toronto Harbour Our company had a boat cruise around the harbour on Thursday afternoon. At Sunday, August 05, 2007 4:10:00 PM, Blogger Jozee said... Nice perk. It looks as if a good time was had by all. At Sunday, August 05, 2007 11:27:00 PM, Blogger griesmail said...
83645bde-41fc-4437-8f6d-4b0a84e006c4
{ "cc_dump": "CC-MAIN-2017-30", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8477460146 }, "madlad": { "num_sentences": 34, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 371, "sa...
Web Results en.wikipedia.org/wiki/Irish_Travellers Irish Travellers (Irish: an lucht siúil) also called pavees or pejoratively referred to as tinkers, ... The self reported figure for collective Gypsy/Traveller and/or Irish Traveller populations were ... The largest and most affluent population of about 2,500 lives i...
a343bc4d-f858-43a3-9c9a-e45653ef72c0
{ "cc_dump": "CC-MAIN-2018-30", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 1, "lang": { "en": 0.9471834302 }, "madlad": { "num_sentences": 15, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 414, "sa...
Where are you going? Or, let us surprise youSpin the Globe ® Marrakech Medina Fabric Merchant Marrakech Morocco Riad Zitoun El Kdim, Marrakesh 40000, Morocco
d2970540-4e55-4729-9c2a-7c3f8d2a44d7
{ "cc_dump": "CC-MAIN-2017-17", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8876153827 }, "madlad": { "num_sentences": 15, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 343, "sa...
Garden Washing Machine Holiday home Rugvangen E- 3857 Fjellerup Strand, Midtjylland 8585 - Denmark Booking Line: +44 (0)1775 843417 photo photo photo photo photo photo photo photo photo photo photo photo photo photo photo photo photo photo photo photo Holiday home Rugvangen E- 3857 is a holiday home featuring a gar...
93296b57-d7c2-4bcc-bbb2-0431127feeb0
{ "cc_dump": "CC-MAIN-2016-22", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9015980959 }, "madlad": { "num_sentences": 5, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 80, "sa_r...
Life-size toy soldier coming your way [media-credit name=”Downtown Express photos by Milo Hess ” align=”aligncenter” width=”600″][/media-credit] One of the more unique street performers was seen walking up Broadway on Sunday. Everyone has seen the silver spray-painted Statue of Liberty. But a life-size, green toy sol...
97440785-ff68-4012-b073-7fdf23d3978e
{ "cc_dump": "CC-MAIN-2014-15", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8673612475 }, "madlad": { "num_sentences": 30, "rule.2": [ 2 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
Please enter your travel dates. Room type Best Value! Two Queen Beds, Non-Smoking Two Queen Beds Max Occupancy: 5 adults Includes: Free Wireless Internet, Free Airport Shuttle, Breakfast Buffet Show room information One King Bed, Non-Smoking One King Bed Max Occupancy: 3 adults Includes: Free Wireless Internet, F...
beedbb5c-cda2-4214-8642-0201f41885e8
{ "cc_dump": "CC-MAIN-2016-36", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8409307003 }, "madlad": { "num_sentences": 38, "rule.2": [ 0, 36 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_...
Featured Image 1/88 Featured Image Featured image 1 of 88 Located in Zona Dorada, Holiday Inn Resort Acapulco is adjacent to Acapulco International Center and within a 10-minute stroll of Acapulco Golf Club. This 3.5-star hotel welcomes guests with 224 rooms and conveniences like an outdoor pool, free in-room WiFi, an...
20ed1fc8-1427-4e10-a82d-a6d0e87c2d94
{ "cc_dump": "CC-MAIN-2017-43", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 4, "lang": { "en": 0.926040411 }, "madlad": { "num_sentences": 11, "rule.2": [ 8, 10 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_w...
(503) 436-2623 Wright's For Camping Cannon Beach Underpass @Sunset Cannon Beach, OR 97110 Phone: (503) 436-2347 | Email us Wright's for Camping is located just a few minutes from the beach, perfect for a mid-week getaway. This family owned and run campground was founded in 1959 and has flourished over the years. Our ...
bae280c6-fb71-4820-bc91-3c8714912cf4
{ "cc_dump": "CC-MAIN-2017-17", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9417062402 }, "madlad": { "num_sentences": 28, "rule.2": [ 2 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
Veranda Suite (V5): Seabourn Odyssey Cabin Reviews Seabourn Odyssey Cabin Categories Seabourn Odyssey Deck Plans >> Veranda Suite Cabins 12 Reviews Separate living area and bedroom; Walk-­in closet; Writing desk; Spacious granite bathroom with separate tub and shower, twin sinks, and glass vanity; Flat-­screen inter...
81c44a4e-c562-4155-a69f-9366db841965
{ "cc_dump": "CC-MAIN-2022-40", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9596238136 }, "madlad": { "num_sentences": 42, "rule.2": [ 19 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_coun...
English Language course Mini-stays for high schools in Torquay Mini-stays Torquay Home Mini-stays Torquay This town is located on the English Riviera on the South Devon Coast and is famous for its sandy beaches, family attractions Read More » Travel Guide Our hours 09:00 AM – 17.00 PM Monday – Friday Contact us ...
95c17b81-20be-4e1c-abb9-55d29a9e27b6
{ "cc_dump": "CC-MAIN-2019-35", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.7790901661 }, "madlad": { "num_sentences": 8, "rule.2": [ 7 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count"...
Want to discover Premium Fare deals? Sign up for a Concorde First Class membership. Go First Class. Palma de Mallorca IB: New York - Palma de Mallorca for $568 RT August in Palma — make it a trip you won't forget — for only $568 round trip This deal expired 2 months ago. Dates August 12th, 2019 to August 19th, 2019...
75835e31-65f6-4857-8654-0b5a40a2281c
{ "cc_dump": "CC-MAIN-2016-22", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8091965318 }, "madlad": { "num_sentences": 45, "rule.2": [ 0, 38 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_...
 Coral Bells Oficis Barcelona Concret Corbeto's Boots Coral Bells Oficis Coral Bells Oficis - Barcelona Skip this in 5 4 3 2 1 Coral Bells Oficis Coral Bells Oficis - Barcelona Coral Bells Oficis is the shop to find vases of Murano, cups and porcelains by creators of reputations. Impressing! Coral Bells Oficis ...
c51a0a64-c8cb-4dc6-ad57-46af91b841cb
{ "cc_dump": "CC-MAIN-2021-10", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9542499185 }, "madlad": { "num_sentences": 5, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 104, "sa_...
View Single Post Old Nov 16, 20, 4:44 am Join Date: May 2017 Posts: 26 Originally Posted by johan rebel View Post The idea being to minimize pax-crew interaction, right? Yes, just like the snacks being brought to you in a plastic bag and put on your seat. Makes perfect sense in these difficult times, it feels very str...
1e2404fe-c4d4-4215-8f9d-d9e981cc96f8
{ "cc_dump": "CC-MAIN-2017-30", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8357053399 }, "madlad": { "num_sentences": 27, "rule.2": [ 8 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
Get an overview of this hotelHotel in Oxford with free breakfast and fitness center Popular property highlights Breakfast included Free self parking Free WiFi 24-hour business center Smoke-free property Situated in Oxford, this hotel is within 3 mi (5 km) of C.M. Tad Smith Coliseum, University of Mississippi, and Va...
b5102148-ed42-42d5-ab81-9d8dafbaef1f
{ "cc_dump": "CC-MAIN-2016-40", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 8, "lang": { "en": 0.9802099466 }, "madlad": { "num_sentences": 15, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 153, "sa...
Graduation time of year We sailed  the 1:30 sail with 47 pax. The winds were from the south at 8-10 knots. We put up all 4 sails and headed out to the bay and then down to the bay bridge. We made it fairly close before we reached the mid point of the sail and had to turn back. We had lots of folks from Long Island out...
3b2b62e7-d161-4394-ad48-165d65588152
{ "cc_dump": "CC-MAIN-2021-21", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8915941119 }, "madlad": { "num_sentences": 22, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 194, "sa...
How to Get a Cabin Upgrade – Essential Cruise Tip #101 Silversea Silver Whisper Medallion Suite Listen to the episode online using the audio player below: In episode 101 of 60-Second Cruise Tips, cruise expert and author Gary Bembridge shares another cruising tip. This one he talks about the nine tips that an artic...
16ce616c-8d90-481c-a4b0-193728e46c71
{ "cc_dump": "CC-MAIN-2018-05", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8804172873 }, "madlad": { "num_sentences": 26, "rule.2": [ 0 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
Grand Pacific Hotel 584-618 Victoria Parade, Suva, Fiji Select your stay dates to check availability at Grand Pacific Hotel Grand Pacific Hotel About the Hotel Property Location With a stay at Grand Pacific Hotel, you'll be centrally located in Suva, steps from Government Building and Albert Park. This 5-star hote...
a53b5ea1-84b1-4270-9a51-18d64af6c104
{ "cc_dump": "CC-MAIN-2015-27", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 5, "lang": { "en": 0.9501351118 }, "madlad": { "num_sentences": 9, "rule.2": [ 0 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count"...
• Email Address • Phone Number 2 Reviews About Me Blackheath & Thornburgh College, QUT Jo's Airbnb Symbol Visit create.airbnb.com » Hey, I’m Jo! Brisbane, Australia · Member since September 2012 Report this user You have reported this user. Undo? Our family is spending 6 weeks making our way around the worl...
a61cf031-9da3-4b20-a8dd-d2528483becb
{ "cc_dump": "CC-MAIN-2017-43", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 3, "lang": { "en": 0.9377656579 }, "madlad": { "num_sentences": 8, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 74, "sa_r...
Tour FAQs Need Travelo Help? We would be more than happy to help you. Our team advisor are 24/7 at your service to help you. +1-800-605-3168 tours@travelovietnam.com Why Book with us? • 2,000+ Hotels With more than 2,000 hotels in Vietnam are waiting for you. • Low Rates & Savings Competition price ...
c60e1a5d-a815-4f21-84fe-483849980759
{ "cc_dump": "CC-MAIN-2016-44", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 6, "lang": { "en": 0.9625097513 }, "madlad": { "num_sentences": 7, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 122, "sa_...
View Single Post   #18 (permalink)   Old February 26th, 2010, 11:49 PM S.S.Oceanlover S.S.Oceanlover is offline Senior Member First Mate Join Date: Jul 2006 Posts: 253 Originally Posted by Oreodog View Post Hi Kim, We were on the Wonder in July 07 and did not note any real "formal" BUT I think if you so chose to dress...
b9e2b8ee-0831-4534-9adf-7fd34b2e7339
{ "cc_dump": "CC-MAIN-2018-17", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 1, "lang": { "en": 0.8682650328 }, "madlad": { "num_sentences": 22, "rule.2": [ 0 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
Hilton Vancouver Airport 5911 Minoru Blvd, Richmond, V6X4C7, CA Select your stay dates to check availability Hilton Vancouver Airport About the hGift shops or newsstand • Multilingual staff • Dry cleaning/laundry service • In-room accessibility • ATM/banking • Free WiFi • Television in common areas • ...
afa45cb5-d780-4d83-a49a-e3f445b038a2
{ "cc_dump": "CC-MAIN-2024-10", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.9464450479 }, "madlad": { "num_sentences": 7, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 121, "sa_...
February 23, 2024 So it’s been over a month since Itchy Feet had any updates. Been on holiday in Europe for my tenth anniversary – 22 days in Vienna, Salzburg, Prague, Paris, Provence, Bruges and Amsterdam. Spring was in the air, flowers along the streets and the sun was shining, with just that slight nip in the air. ...
3260daab-1540-47cc-8769-223bce870ae2
{ "cc_dump": "CC-MAIN-2014-41", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.892782867 }, "madlad": { "num_sentences": 14, "rule.2": [ 13 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count...
"World first Hotel with zero-energy-balance" 0043 1 9824272Imprint Sitemap Member of Private CityHotels. Fabelhafte Hotels Verso Profil Pension Stadthalle Sleep Green Hotels Scroll up webmanagement gesagt.getan.
2e0fcaa5-c240-4e7e-9e0a-576f7f534505
{ "cc_dump": "CC-MAIN-2024-26", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.900908649 }, "madlad": { "num_sentences": 5, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 51, "sa_re...
Winter in Yellowstone NP by vegasmike6 Star this if you like it! Ducks on the Firehole River, taken from the bus on the way back to town. • 10 January 2015 • Tags: #ducks West Thumb , USA No comments yet. Be the first to comment on this photo! More photos from USA
3c3ba781-5da9-44ae-ad57-1c3a2593b6f5
{ "cc_dump": "CC-MAIN-2018-30", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8826702237 }, "madlad": { "num_sentences": 7, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 114, "sa_...
Ilaniya Hotel Hotel Search 104 hotels in Ilaniya Save up to 40%! Get instant savings with Secret Prices • Pay now or later on most rooms • Free cancellation on most rooms • Price Guarantee Where to stay in Ilaniya Let Hotels.com India provide the information you need to find the best hotel and accommodation...
2eeb38aa-1dcc-4316-b2c5-4eed564dc0d3
{ "cc_dump": "CC-MAIN-2024-33", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8380537629 }, "madlad": { "num_sentences": 17, "rule.2": [ 0, 16 ], "rule.5": [], "status": "survived" }, "minhash": null, "original_...
Privacy Policy Our Commitment To Privacy Your privacy is important to us. To better protect your privacy we provide this notice explaining our online information practices and the choices you can make about the way your information is collected and used. To make this notice easy to find, we make it available on our ho...
c3bc3829-e9a3-4dfc-86e0-f04e023e55a3
{ "cc_dump": "CC-MAIN-2014-41", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8037140369 }, "madlad": { "num_sentences": 6, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 84, "sa_r...
Verify Your Request Please complete the challenge below to continue using the site. Request Id: 29240991-c8c5-4fea-b672-62421f274f16 We guarantee the best price Easily find the best price and availability from all major travel websites at once. We guarantee it. We find more hotels Access over 5 million hotel de...
28164b75-32d2-4429-bbfa-ee76384e9c82
{ "cc_dump": "CC-MAIN-2015-14", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8453965783 }, "madlad": { "num_sentences": 21, "rule.2": [ 0, 6, 9, 17 ], "rule.5": [], "status": "survived" }, "minhash": ...
330 West Pacific Ave., Telluride, CO 81435 United States (USA) View Map Reservations: 1-800-230-4134 3 Star Mountain Hotel in San Miguel County 37.93685 -107.8131 Check availability Very Good 4.0/ 5 Based on 66 guest reviews Show Guest Reviews • Free complimentary breakfast • The Avg. Group Discount is 23.3%! ...
4adf36b6-0a71-47df-9cb6-5cdc73d6a7c9
{ "cc_dump": "CC-MAIN-2018-05", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.7650902867 }, "madlad": { "num_sentences": 9, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 62, "sa_r...
Budget Long Term Senior Travel Easy, Safe, Fun! I'd love to hear from you. Send me an email. 13 + 5 = Subscribe to Newsletter Subscribe to Newsletter Get updates conveniently emailed directly to you. Travel advice, free resources, reviews, travel blog posts  and more. Always FREE! Success! Check your email for f...
45b573a7-dc53-451b-aea5-7fd175afdcd4
{ "cc_dump": "CC-MAIN-2019-30", "dolma2_qc": { "0": 1.0000100136, "1": 0.00001 }, "exact_duplicates": 0, "lang": { "en": 0.8898507357 }, "madlad": { "num_sentences": 7, "rule.2": [], "rule.5": [], "status": "survived" }, "minhash": null, "original_word_count": 147, "sa_...
Nude beach in De Haan Frequently asked questions | Forum user Tjako Does De Haan has a nude beach? And if so, where is that naturist beach? user Floris (Employee) Bredene is the first and only Belgian coastal town with a nude beach. More information: http://bredene.org/en/beaches.php#nudist Below is the locatio...
End of preview.

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

archive-dolma3-pool-150b-cleaned

ARCHIVE (pre-6T era): cleaned variant of the 150B pool sample.

Provenance

This dataset was renamed on 2026-05-25 as part of the HCAI-Lab HF naming convention cleanup (PR 3). See docs/HCAI_LAB_NAMING_CONVENTION.md in the project repo for the convention.

Field Value
Previous name HCAI-Lab/dolma3_pool_150B_cleaned
Renamed 2026-05-25

See docs/data_home/inventory.json for the full inventory including the old_names field on each entry.

Downloads last month
115

Collection including HCAI-Lab/archive-dolma3-pool-150b-cleaned