jkswin commited on
Commit
de3a27e
·
1 Parent(s): b565131

[DOCS] Change task to Fill Mask for examples

Browse files
Files changed (1) hide show
  1. README.md +5 -6
README.md CHANGED
@@ -2,15 +2,14 @@
2
  language:
3
  - en
4
  library_name: sentence-transformers
5
- pipeline_tag: sentence-similarity
6
  widget:
7
  - text: "Marshmallon should be [MASK]. It allows a 1 card FTK."
8
- example_title: "Banlist Speculation"
9
  - text: "Once per [MASK]: You can toss a coin and call it."
10
- example_title: "Time Wizard"
11
  - text: "You [MASK] so hard on turn 2."
12
- example_title: "Misplay"
13
-
14
  ---
15
 
16
  # YGOMiniLM
@@ -31,4 +30,4 @@ The training data was split into two parts:
31
  |MSTTV |5340|
32
  |mkohl40|5224|
33
 
34
- 2) The Full Database of YuGiOh cards accessed via the [YGOProDeck API](https://ygoprodeck.com/api-guide/). The `name`, `type`, `race` and `desc` fields were concatenated and delimited by `\t` to create the training examples.
 
2
  language:
3
  - en
4
  library_name: sentence-transformers
5
+ pipeline_tag: fill-mask
6
  widget:
7
  - text: "Marshmallon should be [MASK]. It allows a 1 card FTK."
8
+ example_title: Banlist Speculation
9
  - text: "Once per [MASK]: You can toss a coin and call it."
10
+ example_title: Time Wizard
11
  - text: "You [MASK] so hard on turn 2."
12
+ example_title: Misplay
 
13
  ---
14
 
15
  # YGOMiniLM
 
30
  |MSTTV |5340|
31
  |mkohl40|5224|
32
 
33
+ 2) The Full Database of YuGiOh cards accessed via the [YGOProDeck API](https://ygoprodeck.com/api-guide/). The `name`, `type`, `race` and `desc` fields were concatenated and delimited by `\t` to create the training examples.