IlyaGusev commited on
Commit
dd71245
1 Parent(s): ee6403d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -18
README.md CHANGED
@@ -85,10 +85,8 @@ dataset_info:
85
  - [Description](#description)
86
  - [Usage](#usage)
87
  - [Data Instances](#data-instances)
88
- - [Dataset Creation](#dataset-creation)
89
- - [Curation Rationale](#curation-rationale)
90
- - [Source Data](#source-data)
91
- - [Personal and Sensitive Information](#personal-and-sensitive-information)
92
  - [Licensing Information](#licensing-information)
93
 
94
  ## Description
@@ -156,25 +154,13 @@ dataset = load_dataset('IlyaGusev/ru_stackoverflow', split="train")
156
  }
157
  ```
158
 
159
- ## Dataset Creation
160
-
161
- ### Curation Rationale
162
-
163
- [TBW]
164
-
165
- ### Source Data
166
-
167
- #### Initial Data Collection and Normalization
168
 
169
  * The data source is the [Russian StackOverflow](https://ru.stackoverflow.com/) website.
170
  * Original XMLs: [ru.stackoverflow.com.7z](https://ia600107.us.archive.org/27/items/stackexchange/ru.stackoverflow.com.7z).
171
  * Processing script is [here](https://github.com/IlyaGusev/rulm/blob/hf/data_processing/create_stackoverflow.py).
172
 
173
- #### Who are the source language producers?
174
-
175
- Texts and summaries were written by website users.
176
-
177
- ### Personal and Sensitive Information
178
 
179
  The dataset is not anonymized, so individuals' names can be found in the dataset. Information about the original authors is included in the dataset where possible.
180
 
 
85
  - [Description](#description)
86
  - [Usage](#usage)
87
  - [Data Instances](#data-instances)
88
+ - [Source Data](#source-data)
89
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
 
 
90
  - [Licensing Information](#licensing-information)
91
 
92
  ## Description
 
154
  }
155
  ```
156
 
157
+ ## Initial Data Collection and Normalization
 
 
 
 
 
 
 
 
158
 
159
  * The data source is the [Russian StackOverflow](https://ru.stackoverflow.com/) website.
160
  * Original XMLs: [ru.stackoverflow.com.7z](https://ia600107.us.archive.org/27/items/stackexchange/ru.stackoverflow.com.7z).
161
  * Processing script is [here](https://github.com/IlyaGusev/rulm/blob/hf/data_processing/create_stackoverflow.py).
162
 
163
+ ## Personal and Sensitive Information
 
 
 
 
164
 
165
  The dataset is not anonymized, so individuals' names can be found in the dataset. Information about the original authors is included in the dataset where possible.
166