fix styling
Browse files
README.md
CHANGED
@@ -1,103 +1,116 @@
|
|
1 |
---
|
2 |
title: README
|
3 |
emoji: π
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
Feel free to join me in this adventure! You can reach me directly on Discord: `ChainYo#3610
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
-
|
22 |
-
-
|
23 |
-
-
|
24 |
-
- β
|
25 |
-
-
|
26 |
-
-
|
27 |
-
-
|
28 |
-
-
|
29 |
-
-
|
30 |
-
-
|
31 |
-
-
|
32 |
-
-
|
33 |
-
-
|
34 |
-
- β
|
35 |
-
-
|
36 |
-
-
|
37 |
-
- β
|
38 |
-
-
|
39 |
-
-
|
40 |
-
-
|
41 |
-
-
|
42 |
-
-
|
43 |
-
-
|
44 |
-
-
|
45 |
-
-
|
46 |
-
-
|
47 |
-
-
|
48 |
-
-
|
49 |
-
-
|
50 |
-
- β
|
51 |
-
-
|
52 |
-
-
|
53 |
-
-
|
54 |
-
-
|
55 |
-
-
|
56 |
-
-
|
57 |
-
-
|
58 |
-
-
|
59 |
-
- β
|
60 |
-
-
|
61 |
-
-
|
62 |
-
-
|
63 |
-
-
|
64 |
-
-
|
65 |
-
-
|
66 |
-
-
|
67 |
-
-
|
68 |
-
-
|
69 |
-
-
|
70 |
-
-
|
71 |
-
-
|
72 |
-
-
|
73 |
-
-
|
74 |
-
-
|
75 |
-
-
|
76 |
-
-
|
77 |
-
-
|
78 |
-
-
|
79 |
-
-
|
80 |
-
-
|
81 |
-
-
|
82 |
-
-
|
83 |
-
-
|
84 |
-
-
|
85 |
-
-
|
86 |
-
-
|
87 |
-
-
|
88 |
-
-
|
89 |
-
-
|
90 |
-
-
|
91 |
-
-
|
92 |
-
-
|
93 |
-
-
|
94 |
-
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: README
|
3 |
emoji: π
|
4 |
+
colorFrom: grey
|
5 |
+
colorTo: white
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
---
|
9 |
|
10 |
+
<div class="grid lg:grid-cols-3 gap-x-4 gap-y-7">
|
11 |
+
<div class="lg:col-span-3">
|
12 |
+
<p class="mb-4">
|
13 |
+
Welcome to **ONNX Working Group**! π€ <br />
|
14 |
+
We are looking for contributing to HuggingFace's ONNX implementation for all available
|
15 |
+
models on the HF's hub. There is already a lot of architectures implemented for converting PyTorch models
|
16 |
+
to ONNX, but we need more! We need them all! <br /><br />
|
17 |
+
Feel free to join me in this adventure! You can reach me directly on Discord: `ChainYo#3610`<br />
|
18 |
+
</p>
|
19 |
+
</div>
|
20 |
+
<div class="lg:col-span-3">
|
21 |
+
<p class="mb-4">Here is a list of all the models that need to receive ONNX support:</p>
|
22 |
+
<div class="p-4 bg-gradient-to-b from-gray-50-to-white border border-gray-100 rounded-lg relative mb-4">
|
23 |
+
<pre class="break-words leading-1 whitespace-pre-line text-xs md:text-sm text-gray-800">
|
24 |
+
- β
Albert
|
25 |
+
- β
BART
|
26 |
+
- BeiT
|
27 |
+
- β
BERT
|
28 |
+
- BigBird
|
29 |
+
- BigBirdPegasus
|
30 |
+
- Blenderbot
|
31 |
+
- BlenderbotSmall
|
32 |
+
- CLIP
|
33 |
+
- CTRL
|
34 |
+
- β
CamemBERT
|
35 |
+
- Canine
|
36 |
+
- ConvBert
|
37 |
+
- β
Data2Vec
|
38 |
+
- Deberta
|
39 |
+
- DeiT
|
40 |
+
- β
Distilbert
|
41 |
+
- β
Electra
|
42 |
+
- FNet
|
43 |
+
- FSMT
|
44 |
+
- Flaubert
|
45 |
+
- Funnel
|
46 |
+
- GPT2
|
47 |
+
- GPTJ
|
48 |
+
- β
GPTNeo
|
49 |
+
- Hubert
|
50 |
+
- β
I-Bert
|
51 |
+
- ImageGPT
|
52 |
+
- LED
|
53 |
+
- β
LayoutLM
|
54 |
+
- LayoutLMv2
|
55 |
+
- Longformer
|
56 |
+
- Luke
|
57 |
+
- Lxmert
|
58 |
+
- β
M2M100
|
59 |
+
- β
mBart
|
60 |
+
- MPNet
|
61 |
+
- MT5
|
62 |
+
- β
Marian
|
63 |
+
- MegatronBert
|
64 |
+
- MobileBert
|
65 |
+
- Nystromformer
|
66 |
+
- β
OpenAIGPT-2
|
67 |
+
- β
PLBart
|
68 |
+
- Pegasus
|
69 |
+
- Perceiver
|
70 |
+
- PoolFormer
|
71 |
+
- ProphetNet
|
72 |
+
- rag
|
73 |
+
- Reformer
|
74 |
+
- RemBert
|
75 |
+
- RoFormer
|
76 |
+
- β
RoBERTa
|
77 |
+
- SEWD
|
78 |
+
- Segformer
|
79 |
+
- Splinter
|
80 |
+
- SqueezeBERT
|
81 |
+
- Swin
|
82 |
+
- β
T5
|
83 |
+
- TransfoXL
|
84 |
+
- UniSpeech
|
85 |
+
- UniSpeechSat
|
86 |
+
- ViT
|
87 |
+
- Vilt
|
88 |
+
- VisualBERT
|
89 |
+
- Wav2Vec2
|
90 |
+
- WavLM
|
91 |
+
- XGLM
|
92 |
+
- XLM
|
93 |
+
- XLMProphetNet
|
94 |
+
- β
XLM-RoBERTa
|
95 |
+
- β
XLM-Roberta-XL
|
96 |
+
- XLNet
|
97 |
+
- Yoso
|
98 |
+
</pre>
|
99 |
+
</div>
|
100 |
+
</div>
|
101 |
+
<div class="lg:col-span-3">
|
102 |
+
<p class="mb-4">
|
103 |
+
If there is a green checkmark next to a model, it means that the model is already supported by ONNX. If there is nothing
|
104 |
+
next to a model, it means that the model is not yet supported by ONNX and thus we need to add support for it. <br />
|
105 |
+
If you need some help about implementing an unsupported model, here is a
|
106 |
+
<a href="https://huggingface.co/docs/transformers/serialization#exporting-a-model-for-an-unsupported-architecture">
|
107 |
+
guide from HuggingFace's documentation
|
108 |
+
</a>.<br />
|
109 |
+
If you want an example of implementation, I did one for
|
110 |
+
<a href="https://github.com/huggingface/transformers/pull/14059">
|
111 |
+
CamemBERT
|
112 |
+
</a> some months ago.<br />
|
113 |
+
Have fun coding!
|
114 |
+
</p>
|
115 |
+
</div>
|
116 |
+
</div>
|