add offload_folder
Browse files- README.md +1 -3
- get_stats.py +1 -1
README.md
CHANGED
@@ -12,9 +12,6 @@
|
|
12 |
### Dataset Summary
|
13 |
TBA
|
14 |
|
15 |
-
### Languages
|
16 |
-
|
17 |
-
English
|
18 |
|
19 |
## Dataset Structure
|
20 |
### Data Fields
|
@@ -52,6 +49,7 @@ The data fields are the same among all splits.
|
|
52 |
### Data Splits
|
53 |
|
54 |
|
|
|
55 |
## Citation Information
|
56 |
- TweetTopic
|
57 |
```
|
|
|
12 |
### Dataset Summary
|
13 |
TBA
|
14 |
|
|
|
|
|
|
|
15 |
|
16 |
## Dataset Structure
|
17 |
### Data Fields
|
|
|
49 |
### Data Splits
|
50 |
|
51 |
|
52 |
+
|
53 |
## Citation Information
|
54 |
- TweetTopic
|
55 |
```
|
get_stats.py
CHANGED
@@ -16,4 +16,4 @@ for task in ['tweet_intimacy', 'tweet_ner7', 'tweet_qa', 'tweet_similarity', 'tw
|
|
16 |
|
17 |
|
18 |
df = pd.DataFrame(table)
|
19 |
-
print(df.to_markdown(index=False))
|
|
|
16 |
|
17 |
|
18 |
df = pd.DataFrame(table)
|
19 |
+
print(df.to_markdown(index=False))
|