File size: 1,025 Bytes
60b7a1d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ae52935
 
 
 
 
 
60b7a1d
ae52935
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: title
    dtype: string
  - name: abstract
    dtype: string
  - name: authors
    dtype: string
  - name: published_date
    dtype: timestamp[s]
  - name: link
    dtype: string
  - name: markdown
    dtype: string
  - name: abstract_ja
    dtype: string
  splits:
  - name: train
    num_bytes: 7078802387
    num_examples: 138380
  download_size: 3303532533
  dataset_size: 7078802387
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
license: cc-by-nc-sa-4.0
language:
- en
- ja
size_categories:
- 100K<n<1M
---

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. 

The license follows the original dataset's CC BY-NC-SA 4.0 License.

The translation was performed using [text2dataset](https://github.com/llm-jp/text2dataset/).