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

[DOC] Fix MLM example task

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -1,7 +1,6 @@
1
  ---
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."
@@ -16,9 +15,9 @@ widget:
16
  ![time_wiz](https://ms.yugipedia.com//thumb/7/76/TimeWizard-MRD-EN-UR-UE-25thAnniversaryEdition.png/300px-TimeWizard-MRD-EN-UR-UE-25thAnniversaryEdition.png)
17
  [ImgSource](https://yugipedia.com/wiki/Time_Wizard)
18
 
19
- This is a paraphrase-MiniLM-L3-v2 model that has undergone further domain specific pretraining via Masked Language Modelling.
20
 
21
- Its intended use is for fast vector search in the domain of YuGiOh discourse.
22
 
23
  The training data was split into two parts:
24
  1) A private collection of data collected from YouTube Comments:
@@ -30,4 +29,4 @@ The training data was split into two parts:
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.
 
1
  ---
2
  language:
3
  - en
 
4
  pipeline_tag: fill-mask
5
  widget:
6
  - text: "Marshmallon should be [MASK]. It allows a 1 card FTK."
 
15
  ![time_wiz](https://ms.yugipedia.com//thumb/7/76/TimeWizard-MRD-EN-UR-UE-25thAnniversaryEdition.png/300px-TimeWizard-MRD-EN-UR-UE-25thAnniversaryEdition.png)
16
  [ImgSource](https://yugipedia.com/wiki/Time_Wizard)
17
 
18
+ This is a sentence-transformers/paraphrase-MiniLM-L3-v2 model that has undergone further domain specific pretraining via Masked Language Modelling.
19
 
20
+ Its intended use is to create sentence embeddings for fast vector search in the domain of YuGiOh discourse.
21
 
22
  The training data was split into two parts:
23
  1) A private collection of data collected from YouTube Comments:
 
29
  |MSTTV |5340|
30
  |mkohl40|5224|
31
 
32
+ 2) The Full Database of YuGiOh cards accessed via the [YGOProDeck API](https://ygoprodeck.com/api-guide/) as of 17/05/2023. The `name`, `type`, `race` and `desc` fields were concatenated and delimited by `\t` to create the training examples.