abokbot commited on
Commit
359b687
1 Parent(s): 57797cf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -33,12 +33,15 @@ load_dataset("abokbot/wikipedia-first-paragraph")
33
  An example looks as follows:
34
  ```
35
  {
36
- 'id': '124',
37
- 'url': 'https://simple.wikipedia.org/wiki/European%20Council',
38
- 'title': 'European Council',
39
- 'text': 'The European Council (referred to as a European Summit) is the highest political body of the European Union. \
40
- It is made of all the heads of state or government of the Union's member states and with the President of the \
41
- European Commission. The country which holds the Presidency of the Council of the European Union also leads its assemblies.'
 
 
 
42
  }
43
  ```
44
 
 
33
  An example looks as follows:
34
  ```
35
  {
36
+ 'id': '12',
37
+ 'url': 'https://en.wikipedia.org/wiki/Anarchism',
38
+ 'title': 'Anarchism',
39
+ 'text': 'Anarchism is a political philosophy and movement that is sceptical of authority and rejects \
40
+ all involuntary, coercive forms of hierarchy. Anarchism calls for the abolition of the state, \
41
+ which it holds to be unnecessary, undesirable, and harmful. As a historically left-wing movement, \
42
+ placed on the farthest left of the political spectrum, it is usually described alongside communalism \
43
+ and libertarian Marxism as the libertarian wing (libertarian socialism) of the socialist movement, and \
44
+ has a strong historical association with anti-capitalism and socialism.'
45
  }
46
  ```
47