winterForestStump commited on
Commit
f0285ef
·
verified ·
1 Parent(s): b12ce04

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -33,8 +33,9 @@ configs:
33
 
34
  The Central Bank of Russia (CBR) posts decisions on the registration of securities on its website. We are interested in bonds. The dataset consists of: instructions for the model (in English) plus the text of the decision (in Russian) from the CBR and a dictionary with keys and values from the text of the decisions
35
 
36
- UPD, Nov 26, 2024: Structure of the dataset has been changed:
37
  - 'train' and 'test' splits (80%/20%);
38
  - the task is to extract only securities numbers from the provided text;
39
  - output -> string (not a dictionary);
40
- - provided text is shorter
 
 
33
 
34
  The Central Bank of Russia (CBR) posts decisions on the registration of securities on its website. We are interested in bonds. The dataset consists of: instructions for the model (in English) plus the text of the decision (in Russian) from the CBR and a dictionary with keys and values from the text of the decisions
35
 
36
+ UPD, Dec 1, 2024: Structure of the dataset has been changed:
37
  - 'train' and 'test' splits (80%/20%);
38
  - the task is to extract only securities numbers from the provided text;
39
  - output -> string (not a dictionary);
40
+ - provided text is shorter
41
+ - duplicates deleted