chainyo commited on
Commit
d774038
β€’
1 Parent(s): 8e6e97d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -47,9 +47,9 @@ pinned: false
47
  - FSMT
48
  - Flaubert
49
  - Funnel
50
- - GPT2
51
- - GPTJ
52
- - βœ… GPTNeo
53
  - Hubert
54
  - βœ… I-Bert
55
  - ImageGPT
@@ -104,8 +104,8 @@ pinned: false
104
  </div>
105
  <div class="lg:col-span-3">
106
  <p class="mb-4">
107
- If there is a green checkmark next to a model, it means that the model is already supported by ONNX. If there is nothing
108
- next to a model, it means that the model is not yet supported by ONNX and thus we need to add support for it.
109
  <br />
110
  <br />
111
  If you need some help about implementing an unsupported model, here is a
 
47
  - FSMT
48
  - Flaubert
49
  - Funnel
50
+ - βœ… GPT2
51
+ - βš™οΈ GPTJ
52
+ - βœ… GPT-Neo
53
  - Hubert
54
  - βœ… I-Bert
55
  - ImageGPT
 
104
  </div>
105
  <div class="lg:col-span-3">
106
  <p class="mb-4">
107
+ If there is a βœ… next to a model, it means that the model is already supported by ONNX. A βš™οΈ next to a model means that the PR is in progress and finally if
108
+ there is nothing next to a model, it means that the model is not yet supported by ONNX and thus we need to add support for it.
109
  <br />
110
  <br />
111
  If you need some help about implementing an unsupported model, here is a