ModelScope suggested yaml (forthcoming platform support?)
Browse files- dataset.yaml +38 -0
dataset.yaml
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# dataset.yaml - Dataset metadata for ModelScope future compatibility
|
2 |
+
name: CedPane
|
3 |
+
title: CedPane: Chinese-English Dictionary Public-domain Additions for Names Etc
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- zh
|
7 |
+
license: PDDL
|
8 |
+
domain:
|
9 |
+
- nlp
|
10 |
+
- translation
|
11 |
+
- lexicon
|
12 |
+
- named-entity-recognition
|
13 |
+
task:
|
14 |
+
- machine-translation
|
15 |
+
- text-processing
|
16 |
+
- dictionary-extension
|
17 |
+
version: "1.0"
|
18 |
+
description: |
|
19 |
+
A public-domain collection of Chinese-English word pairs, focusing on proper nouns,
|
20 |
+
transliterations, and expressions not commonly found in standard dictionaries.
|
21 |
+
For NLP, dictionary augmentation, and language learning tools.
|
22 |
+
splits:
|
23 |
+
- name: entries
|
24 |
+
path: cedpane.tsv
|
25 |
+
format: tsv
|
26 |
+
- name: glosses
|
27 |
+
path: PD-English-Definitions.tsv
|
28 |
+
format: tsv
|
29 |
+
- name: overrides
|
30 |
+
path: word-overrides.txt
|
31 |
+
format: tsv
|
32 |
+
citation: |
|
33 |
+
@misc{cedpane,
|
34 |
+
author = {Silas S. Brown},
|
35 |
+
title = {CedPane: Chinese-English Dictionary Public-domain Additions for Names Etc},
|
36 |
+
year = {2025},
|
37 |
+
howpublished = {\url{http://ssb22.user.srcf.net/cedpane/}}
|
38 |
+
}
|