Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ widget:
|
|
33 |
Introducing TACO, a baseline classification model built upon `AutoModelForSequenceClassification`, designed to identify tweets belonging to four distinct
|
34 |
classes: Reason, Statement, Notification, and None. Tailored specifically for argument mining on Twitter, this baseline model is an evolution of the
|
35 |
[BERTweet-base](https://huggingface.co/vinai/bertweet-base) architecture, which was originally pre-trained on Twitter data.
|
36 |
-
Through fine-tuning with the [TACO dataset](https://
|
37 |
extraction of *Twitter Arguments from COnversations*.
|
38 |
|
39 |
## Class Semantics
|
@@ -77,7 +77,7 @@ prediction = pipe("Huggingface is awesome")
|
|
77 |
print(prediction)
|
78 |
```
|
79 |
|
80 |
-
<a href="https://
|
81 |
<blockquote style="border-left: 5px solid grey; background-color: #f0f5ff; padding: 10px;">
|
82 |
Notice: The tweets need to undergo preprocessing before classification.
|
83 |
</blockquote>
|
|
|
33 |
Introducing TACO, a baseline classification model built upon `AutoModelForSequenceClassification`, designed to identify tweets belonging to four distinct
|
34 |
classes: Reason, Statement, Notification, and None. Tailored specifically for argument mining on Twitter, this baseline model is an evolution of the
|
35 |
[BERTweet-base](https://huggingface.co/vinai/bertweet-base) architecture, which was originally pre-trained on Twitter data.
|
36 |
+
Through fine-tuning with the [TACO dataset](https://github.com/TomatenMarc/TACO), the baseline model acquires its name and excels in the
|
37 |
extraction of *Twitter Arguments from COnversations*.
|
38 |
|
39 |
## Class Semantics
|
|
|
77 |
print(prediction)
|
78 |
```
|
79 |
|
80 |
+
<a href="https://github.com/TomatenMarc/TACO/blob/main/notebooks/classifier_cv.ipynb">
|
81 |
<blockquote style="border-left: 5px solid grey; background-color: #f0f5ff; padding: 10px;">
|
82 |
Notice: The tweets need to undergo preprocessing before classification.
|
83 |
</blockquote>
|