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

fix link style

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -109,13 +109,12 @@ pinned: false
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 />
 
109
  <br />
110
  <br />
111
  If you need some help about implementing an unsupported model, here is a
112
+ <a
113
+ href="https://huggingface.co/docs/transformers/serialization#exporting-a-model-for-an-unsupported-architecture" style="text-decoration: underline;">guide from HuggingFace's documentation</a>.
 
114
  <br />
115
  <br />
116
  If you want an example of implementation, I did one for
117
+ <a href="https://github.com/huggingface/transformers/pull/14059" style="text-decoration: underline;">
118
  CamemBERT
119
  </a> some months ago.
120
  <br />