Kleo commited on
Commit
29e480c
·
verified ·
1 Parent(s): 80cf0f4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 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
 
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 the topic.
62
  ```
63
  import torch
64
  from transformers import pipeline, AutoModelForSequenceClassification, AutoTokenizer, BitsAndBytesConfig