MidhunKanadan commited on
Commit
ed6430e
·
verified ·
1 Parent(s): 1f869da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -71,6 +71,8 @@ dataset = load_dataset("MidhunKanadan/populist-argument-schemes")
71
  # View a sample
72
  print(dataset["train"][0])
73
 
 
 
74
 
75
  ## Citation
76
 
 
71
  # View a sample
72
  print(dataset["train"][0])
73
 
74
+ {'Politician': 'Biden', 'Argument': 'It matters whether you continue to wear a mask. It matters whether you continue to socially distance. It matters whether you wash your hands. It all matters and can help save lives.', 'Argument Scheme': 'ARGUMENT FROM CONSEQUENCES'}
75
+
76
 
77
  ## Citation
78