Narrativa commited on
Commit
56483b6
•
1 Parent(s): 1af1b7b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,7 +1,7 @@
1
  ---
2
  language: en
3
  datasets:
4
- - tweet-qa
5
  tags:
6
  - qa
7
 
@@ -9,7 +9,7 @@ tags:
9
 
10
 
11
  # ByT5-base fine-tuned for Question Answering (on Tweets)
12
- [ByT5](https://huggingface.co/google/byt5-base) base fine-tuned on [tweets hate speech detection](https://huggingface.co/datasets/tweets_hate_speech_detection) dataset for **Sequence Classification** downstream task.
13
 
14
  # Details of ByT5 - Base 🧠
15
 
@@ -20,9 +20,9 @@ Paper: [ByT5: Towards a token-free future with pre-trained byte-to-byte models](
20
  Authors: *Linting Xue, Aditya Barua, Noah Constant, Rami Al-Rfou, Sharan Narang, Mihir Kale, Adam Roberts, Colin Raffel*
21
 
22
 
23
- ## Details of the downstream task (Sequence Classification as Text generation) - Dataset 📚
24
 
25
- [tweets_hate_speech_detection](hhttps://huggingface.co/datasets/tweets_hate_speech_detection)
26
 
27
 
28
  The objective of this task is to detect hate speech in tweets. For the sake of simplicity, we say a tweet contains hate speech if it has a racist or sexist sentiment associated with it. So, the task is to classify racist or sexist tweets from other tweets.
 
1
  ---
2
  language: en
3
  datasets:
4
+ - tweet_qa
5
  tags:
6
  - qa
7
 
 
9
 
10
 
11
  # ByT5-base fine-tuned for Question Answering (on Tweets)
12
+ [ByT5](https://huggingface.co/google/byt5-base) base fine-tuned on [TweetQA](https://huggingface.co/datasets/tweet_qa) dataset for **Question Answering** downstream task.
13
 
14
  # Details of ByT5 - Base 🧠
15
 
 
20
  Authors: *Linting Xue, Aditya Barua, Noah Constant, Rami Al-Rfou, Sharan Narang, Mihir Kale, Adam Roberts, Colin Raffel*
21
 
22
 
23
+ ## Details of the downstream task (Question Answering) - Dataset 📚
24
 
25
+ [TweetQA](hhttps://huggingface.co/datasets/tweets_hate_speech_detection)
26
 
27
 
28
  The objective of this task is to detect hate speech in tweets. For the sake of simplicity, we say a tweet contains hate speech if it has a racist or sexist sentiment associated with it. So, the task is to classify racist or sexist tweets from other tweets.