BluemoonAI commited on
Commit
361ac51
·
verified ·
1 Parent(s): ac70cc5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +150 -89
README.md CHANGED
@@ -1,90 +1,151 @@
1
  ---
2
- configs:
3
- - config_name: COYO-Recaption
4
- data_files:
5
- - split: train
6
- path: Caption/COYO-Recaption/train-*
7
- - config_name: PixMo-Cap
8
- data_files:
9
- - split: train
10
- path: Caption/PixMo-Cap/train-*
11
- - config_name: ST-VQA
12
- data_files:
13
- - split: train
14
- path: Caption/ST-VQA/train-*
15
- - config_name: Sherlock
16
- data_files:
17
- - split: train
18
- path: Caption/Sherlock/train-*
19
- - config_name: WIT_Part00
20
- data_files:
21
- - split: train
22
- path: Caption/WIT_Part00/train-*
23
- - config_name: WIT_Part01
24
- data_files:
25
- - split: train
26
- path: Caption/WIT_Part01/train-*
27
- - config_name: WIT_Part02
28
- data_files:
29
- - split: train
30
- path: Caption/WIT_Part02/train-*
31
- - config_name: WIT_Part03
32
- data_files:
33
- - split: train
34
- path: Caption/WIT_Part03/train-*
35
- - config_name: WIT_Part04
36
- data_files:
37
- - split: train
38
- path: Caption/WIT_Part04/train-*
39
- - config_name: WIT_Part05
40
- data_files:
41
- - split: train
42
- path: Caption/WIT_Part05/train-*
43
- - config_name: WIT_Part06
44
- data_files:
45
- - split: train
46
- path: Caption/WIT_Part06/train-*
47
- - config_name: WIT_Part07
48
- data_files:
49
- - split: train
50
- path: Caption/WIT_Part07/train-*
51
- - config_name: WIT_Part08
52
- data_files:
53
- - split: train
54
- path: Caption/WIT_Part08/train-*
55
- - config_name: WIT_Part09
56
- data_files:
57
- - split: train
58
- path: Caption/WIT_Part09/train-*
59
- - config_name: WIT_Part10
60
- data_files:
61
- - split: train
62
- path: Caption/WIT_Part10/train-*
63
- - config_name: WIT_Part11
64
- data_files:
65
- - split: train
66
- path: Caption/WIT_Part11/train-*
67
- - config_name: WIT_Part12
68
- data_files:
69
- - split: train
70
- path: Caption/WIT_Part12/train-*
71
- - config_name: WIT_Part13
72
- data_files:
73
- - split: train
74
- path: Caption/WIT_Part13/train-*
75
- - config_name: WIT_Part14
76
- data_files:
77
- - split: train
78
- path: Caption/WIT_Part14/train-*
79
- - config_name: WIT_Part15
80
- data_files:
81
- - split: train
82
- path: Caption/WIT_Part15/train-*
83
- - config_name: WIT_Part16
84
- data_files:
85
- - split: train
86
- path: Caption/WIT_Part16/train-*
87
- - config_name: WIT_Part17
88
- data_files:
89
- - split: train
90
- path: Caption/WIT_Part17/train-*
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - question-answering
6
+ language:
7
+ - zh
8
+ - en
9
+ tags:
10
+ - agent
11
+ pretty_name: Bluecore_self_cognition
12
+ size_categories:
13
+ - 1K<n<10K
14
+ ---
15
+ # Dataset Card for Dataset Name
16
+
17
+ <!-- Provide a quick summary of the dataset. -->
18
+
19
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
20
+
21
+ ## Dataset Details
22
+
23
+ ### Dataset Description
24
+
25
+ <!-- Provide a longer summary of what this dataset is. -->
26
+
27
+
28
+
29
+ - **Curated by:** [More Information Needed]
30
+ - **Funded by [optional]:** [More Information Needed]
31
+ - **Shared by [optional]:** [More Information Needed]
32
+ - **Language(s) (NLP):** [More Information Needed]
33
+ - **License:** [More Information Needed]
34
+
35
+ ### Dataset Sources [optional]
36
+
37
+ <!-- Provide the basic links for the dataset. -->
38
+
39
+ - **Repository:** [More Information Needed]
40
+ - **Paper [optional]:** [More Information Needed]
41
+ - **Demo [optional]:** [More Information Needed]
42
+
43
+ ## Uses
44
+
45
+ <!-- Address questions around how the dataset is intended to be used. -->
46
+
47
+ ### Direct Use
48
+
49
+ <!-- This section describes suitable use cases for the dataset. -->
50
+
51
+ [More Information Needed]
52
+
53
+ ### Out-of-Scope Use
54
+
55
+ <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
56
+
57
+ [More Information Needed]
58
+
59
+ ## Dataset Structure
60
+
61
+ <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
62
+
63
+ [More Information Needed]
64
+
65
+ ## Dataset Creation
66
+
67
+ ### Curation Rationale
68
+
69
+ <!-- Motivation for the creation of this dataset. -->
70
+
71
+ [More Information Needed]
72
+
73
+ ### Source Data
74
+
75
+ <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
76
+
77
+ #### Data Collection and Processing
78
+
79
+ <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
80
+
81
+ [More Information Needed]
82
+
83
+ #### Who are the source data producers?
84
+
85
+ <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
86
+
87
+ [More Information Needed]
88
+
89
+ ### Annotations [optional]
90
+
91
+ <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
92
+
93
+ #### Annotation process
94
+
95
+ <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
96
+
97
+ [More Information Needed]
98
+
99
+ #### Who are the annotators?
100
+
101
+ <!-- This section describes the people or systems who created the annotations. -->
102
+
103
+ [More Information Needed]
104
+
105
+ #### Personal and Sensitive Information
106
+
107
+ <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
108
+
109
+ [More Information Needed]
110
+
111
+ ## Bias, Risks, and Limitations
112
+
113
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
114
+
115
+ [More Information Needed]
116
+
117
+ ### Recommendations
118
+
119
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
120
+
121
+ Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
122
+
123
+ ## Citation [optional]
124
+
125
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
126
+
127
+ **BibTeX:**
128
+
129
+ [More Information Needed]
130
+
131
+ **APA:**
132
+
133
+ [More Information Needed]
134
+
135
+ ## Glossary [optional]
136
+
137
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## More Information [optional]
142
+
143
+ [More Information Needed]
144
+
145
+ ## Dataset Card Authors [optional]
146
+
147
+ [More Information Needed]
148
+
149
+ ## Dataset Card Contact
150
+
151
+ [More Information Needed]