Ricky Costa commited on
Commit
ac56c49
1 Parent(s): 701a733

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -33,7 +33,7 @@ task_ids:
33
 
34
  The Twitter Financial News dataset is an English-language dataset containing an annotated corpus of finance-related tweets. The dataset is split into two groups:
35
 
36
- 1. Topic classification: Encompassing 21,107 documents annotated with 20 labels:
37
 
38
  ```python
39
  topics = {
@@ -60,7 +60,7 @@ topics = {
60
  }
61
  ```
62
 
63
- 2. Sentiment analysis: Encompassing 11,932 documents annotated with 3 labels:
64
 
65
  ```python
66
  sentiments = {
 
33
 
34
  The Twitter Financial News dataset is an English-language dataset containing an annotated corpus of finance-related tweets. The dataset is split into two groups:
35
 
36
+ 1. Topic classification: 21,107 documents annotated with 20 labels:
37
 
38
  ```python
39
  topics = {
 
60
  }
61
  ```
62
 
63
+ 2. Sentiment analysis: 11,932 documents annotated with 3 labels:
64
 
65
  ```python
66
  sentiments = {