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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -71,9 +71,14 @@ dataset = load_dataset("MidhunKanadan/populist-argument-schemes")
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
 
71
  # View a sample
72
  print(dataset["train"][0])
73
 
74
+ ### 🖨️ Expected Output
75
+
76
+ ```python
77
+ {
78
+ 'Politician': 'Biden',
79
+ '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.',
80
+ 'Argument Scheme': 'ARGUMENT FROM CONSEQUENCES'
81
+ }
82
  ```
83
 
84
  ## Citation