derenrich commited on
Commit
dafdbea
1 Parent(s): 105bb82

swap order of categories and title

Browse files
Files changed (1) hide show
  1. README.md +18 -16
README.md CHANGED
@@ -7,7 +7,6 @@ tags:
7
  - wikidata
8
  widget:
9
  - text: "Douglas Adams\n
10
- Douglas Adams\n
11
  1952 births\n
12
  2001 deaths\n
13
  20th-century atheists\n
@@ -31,7 +30,8 @@ widget:
31
  English science fiction writers\n
32
  English social commentators\n
33
  English television writers\n
34
- InfocomInkpot Award winners\n
 
35
  Interactive fiction writers\n
36
  British male television writers\n
37
  Monty Python\n
@@ -39,28 +39,30 @@ widget:
39
  People educated at Brentwood School, Essex\n
40
  People from Cambridge\n
41
  Usenet people\n
42
- Weird fiction writers"
 
43
  example_title: "Douglas Adams"
44
- - text: "Sturgeon, Minnesota\n
45
- Unincorporated communities in Minnesota\n
46
  Unincorporated communities in St. Louis County, Minnesota\n
47
- St. Louis County, Minnesota geography stubs"
 
48
  example_title: "Sturgeon, Minnesota"
49
- - text: "Araneus pratensis\n
50
- Araneus\n
51
  Spiders described in 1884\n
52
- Araneidae stubs"
 
53
  example_title: "Araneus pratensis"
54
- - text: "2019–20 Mohammedan SC (Dhaka) season\n
55
- Mohammedan SC (Dhaka) seasons\n
56
  Bangladeshi football club records and statistics\n
57
  2019 in Bangladeshi football\n
58
- 2020 in Bangladeshi football"
 
59
  example_title: "2019–20 Mohammedan SC (Dhaka) season"
60
- - text: "Bandaje Falls\n
61
- Waterfalls of Karnataka\n
62
  Tourist attractions in Dakshina Kannada district\n
63
- Geography of Dakshina Kannada district\n"
 
 
64
  example_title: "Bandaje Falls"
65
  ---
66
- Psychiq is a model that predicts the instance or subclass of a wikipedia article. The model accepts as input 1) the title of the article followed by 2) the list of all categories the article is in separated by newlines. It makes a guess at the top 1000 most common types or returns unknown. Take a look at the examples to see what the format should look like.
 
7
  - wikidata
8
  widget:
9
  - text: "Douglas Adams\n
 
10
  1952 births\n
11
  2001 deaths\n
12
  20th-century atheists\n
 
30
  English science fiction writers\n
31
  English social commentators\n
32
  English television writers\n
33
+ Infocom\n
34
+ Inkpot Award winners\n
35
  Interactive fiction writers\n
36
  British male television writers\n
37
  Monty Python\n
 
39
  People educated at Brentwood School, Essex\n
40
  People from Cambridge\n
41
  Usenet people\n
42
+ Weird fiction writers\n
43
+ Douglas Adams"
44
  example_title: "Douglas Adams"
45
+ - text: "Unincorporated communities in Minnesota\n
 
46
  Unincorporated communities in St. Louis County, Minnesota\n
47
+ St. Louis County, Minnesota geography stubs\n
48
+ Sturgeon, Minnesota"
49
  example_title: "Sturgeon, Minnesota"
50
+ - text: "Araneus\n
 
51
  Spiders described in 1884\n
52
+ Araneidae stubs\n
53
+ Araneus pratensis"
54
  example_title: "Araneus pratensis"
55
+ - text: "Mohammedan SC (Dhaka) seasons\n
 
56
  Bangladeshi football club records and statistics\n
57
  2019 in Bangladeshi football\n
58
+ 2020 in Bangladeshi football\n
59
+ 2019–20 Mohammedan SC (Dhaka) season"
60
  example_title: "2019–20 Mohammedan SC (Dhaka) season"
61
+ - text: "Waterfalls of Karnataka\n
 
62
  Tourist attractions in Dakshina Kannada district\n
63
+ Geography of Dakshina Kannada district\n
64
+ Bandaje Falls
65
+ "
66
  example_title: "Bandaje Falls"
67
  ---
68
+ Psychiq is a model that predicts the instance or subclass of a wikipedia article. The model accepts as input 1) the list of all categories the article is in separated by newlines followed by 2) the title of the article . It makes a guess at the top 1000 most common types or returns unknown. Take a look at the examples to see what the format should look like.