Update README.md
Browse files
README.md
CHANGED
@@ -28,4 +28,16 @@ configs:
|
|
28 |
data_files:
|
29 |
- split: train
|
30 |
path: data/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
data_files:
|
29 |
- split: train
|
30 |
path: data/train-*
|
31 |
+
license: cc-by-nc-sa-4.0
|
32 |
+
language:
|
33 |
+
- en
|
34 |
+
- ja
|
35 |
+
size_categories:
|
36 |
+
- 100K<n<1M
|
37 |
---
|
38 |
+
|
39 |
+
This dataset is a translation of the `abstract` column of the [`neuralwork/arxiver`](https://huggingface.co/datasets/neuralwork/arxiver) into Japanese using the [`google/gemma-2-2b-it`](https://huggingface.co/google/gemma-2-2b-it) model.
|
40 |
+
|
41 |
+
The license follows the original dataset's CC BY-NC-SA 4.0 License.
|
42 |
+
|
43 |
+
The translation was performed using [text2dataset](https://github.com/llm-jp/text2dataset/).
|