chainyo commited on
Commit
56986f3
·
1 Parent(s): c1eaf90

fix styling

Browse files
Files changed (1) hide show
  1. README.md +16 -6
README.md CHANGED
@@ -10,11 +10,15 @@ pinned: false
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">
@@ -101,15 +105,21 @@ pinned: false
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>
 
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 <b>ONNX Working Group</b>! 🤗
14
+ <br />
15
+ <br />
16
  We are looking for contributing to HuggingFace's ONNX implementation for all available
17
  models on the HF's hub. There is already a lot of architectures implemented for converting PyTorch models
18
+ to ONNX, but we need more! We need them all!
19
+ <br />
20
+ <br />
21
+ Feel free to join me in this adventure! You can reach me directly on Discord: <b>ChainYo#3610</b>
22
  </p>
23
  </div>
24
  <div class="lg:col-span-3">
 
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
112
  <a href="https://huggingface.co/docs/transformers/serialization#exporting-a-model-for-an-unsupported-architecture">
113
  guide from HuggingFace's documentation
114
+ </a>.
115
+ <br />
116
+ <br />
117
  If you want an example of implementation, I did one for
118
  <a href="https://github.com/huggingface/transformers/pull/14059">
119
  CamemBERT
120
+ </a> some months ago.
121
+ <br />
122
+ <br />
123
  Have fun coding!
124
  </p>
125
  </div>