File size: 1,309 Bytes
d67b8e0
c25a966
 
 
 
 
 
 
 
 
 
 
d67b8e0
 
 
 
 
 
 
 
855c249
d67b8e0
 
 
855c249
d67b8e0
 
 
984634c
 
 
 
d67b8e0
 
 
 
 
938e1a2
 
d67b8e0
938e1a2
 
 
 
 
 
 
 
 
 
 
 
 
34ef642
 
fda9ff6
 
 
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
language:
- ja
- zh
license: openrail
size_categories:
- n<1K
task_categories:
- text-generation
- text2text-generation
- translation
pretty_name: 歌曲译配数据集
dataset_info:
  features:
  - name: url
    dtype: string
  - name: original_language
    dtype: string
  - name: original_author
    dtype: string
  - name: original_lyrics
    dtype: string
  - name: translation_author
    dtype: string
  - name: translated_lyrics
    dtype: string
  splits:
  - name: train
    num_bytes: 140945
    num_examples: 50
  download_size: 99425
  dataset_size: 140945
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
tags:
- music
---
# 歌曲译配数据集
本数据集包括网络上的一些外文歌曲(目前仅包含日文,以二次元相关作品为主)翻译填词为中文的高质量作品。

## 特征说明
- `url` : 中文翻译填词歌曲发布的视频链接
- `original_language` : 外文原作的语言,目前全部为 `jp` 即日文
- `original_author` : 外文原作的词作者
- `original_lyrics` : 外文原作歌词
- `translation_author` : 中文填词作者
- `translated_lyrics` : 中文译配歌词

## 更新记录

2024/11/21 创建数据集,包含37条数据

2024/11/22 增加到42条数据

2024/11/23 增加到50条数据