This is an automated email from the ASF dual-hosted git repository.

gangwu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/parquet-benchmark.git


The following commit(s) were added to refs/heads/main by this push:
     new f038ca1  Add Hugging Face public dataset footers (#3)
f038ca1 is described below

commit f038ca118bd10ceb2d2543faba993428e2408684
Author: Alkis Evlogimenos <[email protected]>
AuthorDate: Wed Sep 18 17:20:15 2024 +0200

    Add Hugging Face public dataset footers (#3)
    
    These are footers from some popular public datasets on [Hugging 
Face](http://huggingface.co/).
    
    https://huggingface.co/datasets/fancyzhx/amazon_polarity
    https://huggingface.co/datasets/cogsci13/Amazon-Reviews-2023-Books-Review
---
 footer/README.md              |   8 ++++++++
 footer/amazon_polarity        | Bin 0 -> 1074321 bytes
 footer/amazon_reviews_books   | Bin 0 -> 767848 bytes
 footer/cmrc2018               | Bin 0 -> 16148 bytes
 footer/everyday_conversations | Bin 0 -> 14594 bytes
 5 files changed, 8 insertions(+)

diff --git a/footer/README.md b/footer/README.md
new file mode 100644
index 0000000..9cba43e
--- /dev/null
+++ b/footer/README.md
@@ -0,0 +1,8 @@
+# Licenses
+
+| File                   | License    |
+| --------               | -------    |
+| amazon_polariy         | apache-2.0 |
+| amazon_reviews_books   | MIT        |
+| cmrc2018               | MIT        |
+| everyday_conversations | apache-2.0 |
diff --git a/footer/amazon_polarity b/footer/amazon_polarity
new file mode 100644
index 0000000..0ecd67c
Binary files /dev/null and b/footer/amazon_polarity differ
diff --git a/footer/amazon_reviews_books b/footer/amazon_reviews_books
new file mode 100644
index 0000000..fccc915
Binary files /dev/null and b/footer/amazon_reviews_books differ
diff --git a/footer/cmrc2018 b/footer/cmrc2018
new file mode 100644
index 0000000..24309de
Binary files /dev/null and b/footer/cmrc2018 differ
diff --git a/footer/everyday_conversations b/footer/everyday_conversations
new file mode 100644
index 0000000..784e221
Binary files /dev/null and b/footer/everyday_conversations differ

Reply via email to