pheepa commited on
Commit
6755eda
1 Parent(s): 4576920

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -71
README.md CHANGED
@@ -21,88 +21,22 @@ size_categories:
21
 
22
  ### Dataset Summary
23
 
24
- 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).
25
 
26
  ### Supported Tasks and Leaderboards
27
 
28
- [More Information Needed]
29
 
30
  ### Languages
31
 
32
- [More Information Needed]
33
 
34
  ## Dataset Structure
35
 
36
- ### Data Instances
37
-
38
- [More Information Needed]
39
-
40
- ### Data Fields
41
-
42
- [More Information Needed]
43
-
44
- ### Data Splits
45
-
46
- [More Information Needed]
47
-
48
- ## Dataset Creation
49
-
50
- ### Curation Rationale
51
-
52
- [More Information Needed]
53
 
54
  ### Source Data
55
 
56
- #### Initial Data Collection and Normalization
57
-
58
- [More Information Needed]
59
-
60
- #### Who are the source language producers?
61
-
62
- [More Information Needed]
63
-
64
- ### Annotations
65
-
66
- #### Annotation process
67
-
68
- [More Information Needed]
69
-
70
- #### Who are the annotators?
71
-
72
- [More Information Needed]
73
-
74
- ### Personal and Sensitive Information
75
-
76
- [More Information Needed]
77
-
78
- ## Considerations for Using the Data
79
-
80
- ### Social Impact of Dataset
81
-
82
- [More Information Needed]
83
-
84
- ### Discussion of Biases
85
-
86
- [More Information Needed]
87
-
88
- ### Other Known Limitations
89
-
90
- [More Information Needed]
91
-
92
- ## Additional Information
93
-
94
- ### Dataset Curators
95
-
96
- [More Information Needed]
97
-
98
- ### Licensing Information
99
-
100
- [More Information Needed]
101
-
102
- ### Citation Information
103
-
104
- [More Information Needed]
105
 
106
- ### Contributions
107
 
108
- [More Information Needed]
 
21
 
22
  ### Dataset Summary
23
 
24
+ Dataset contains pairs of sentences with next_sentence_label for NSP. Sentences was given from public jira projects dataset. Next sentence is always next sentence in one comment or sentence from reply to the comment.
25
 
26
  ### Supported Tasks and Leaderboards
27
 
28
+ NSP, MLM
29
 
30
  ### Languages
31
 
32
+ English
33
 
34
  ## Dataset Structure
35
 
36
+ sentence_a, sentence_b, next_sentence_label
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  ### Source Data
39
 
40
+ https://zenodo.org/record/5901804#.Y_Xv4HZBxD9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
41
 
 
42