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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -71,8 +71,10 @@ dataset = load_dataset("MidhunKanadan/populist-argument-schemes")
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
 
 
71
  # View a sample
72
  print(dataset["train"][0])
73
 
74
+ Expected Output:
75
+ ```
76
  {'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'}
77
+ ```
78
 
79
  ## Citation
80