Update README.md
Browse files
README.md
CHANGED
@@ -58,7 +58,7 @@ The model has been finetuned on the train set of the ArgKP-2021-GR dataset, whic
|
|
58 |
## How to Get Started with the Model
|
59 |
|
60 |
Use the code below to get started with the model.
|
61 |
-
In the following demonstration series, we show examples of matching and matching text predictions of our model for the key point "Social media regulation harms privacy" of the debatable topic "Social media platforms should be regulated by the government" and the focus is on arguments contesting thie topic.
|
62 |
```
|
63 |
import torch
|
64 |
from transformers import pipeline, AutoModelForSequenceClassification, AutoTokenizer, BitsAndBytesConfig
|
|
|
58 |
## How to Get Started with the Model
|
59 |
|
60 |
Use the code below to get started with the model.
|
61 |
+
In the following demonstration series, we show examples of matching and non-matching text predictions of our model for the key point "Social media regulation harms privacy" of the debatable topic "Social media platforms should be regulated by the government" and the focus is on arguments contesting thie topic.
|
62 |
```
|
63 |
import torch
|
64 |
from transformers import pipeline, AutoModelForSequenceClassification, AutoTokenizer, BitsAndBytesConfig
|