chainyo commited on
Commit
c1eaf90
β€’
1 Parent(s): 9003d86

fix styling

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