orionweller commited on
Commit
6c936e6
Β·
verified Β·
1 Parent(s): eb43613

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -4,7 +4,7 @@ language:
4
  - en
5
  pipeline_tag: fill-mask
6
  ---
7
- # Ettin: Open Suite of Paired Encoders and Decoders
8
 
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10
  [![Paper](https://img.shields.io/badge/Paper-arXiv-red)](https://arxiv.org/abs/XXXX.XXXXX)
@@ -95,7 +95,7 @@ The training data is publicly available and split across different phases:
95
  ## Usage
96
 
97
  <details>
98
- <summary>πŸš€ <strong>Click to expand encoder usage examples</strong></summary>
99
 
100
  ### Encoder Models (Classification/Retrieval/MLM)
101
 
@@ -151,7 +151,7 @@ print(f"Predictions: {predictions}")
151
  </details>
152
 
153
  <details>
154
- <summary>πŸš€ <strong>Click to expand decoder usage examples</strong></summary>
155
 
156
  ### Decoder Models (Text Generation)
157
 
 
4
  - en
5
  pipeline_tag: fill-mask
6
  ---
7
+ # Ettin: an Open Suite of Paired Encoders and Decoders
8
 
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10
  [![Paper](https://img.shields.io/badge/Paper-arXiv-red)](https://arxiv.org/abs/XXXX.XXXXX)
 
95
  ## Usage
96
 
97
  <details>
98
+ <summary>πŸš€ Click to expand <strong>encoder usage</strong> examples</summary>
99
 
100
  ### Encoder Models (Classification/Retrieval/MLM)
101
 
 
151
  </details>
152
 
153
  <details>
154
+ <summary>πŸš€ Click to expand <strong>decoder</strong> usage examples</summary>
155
 
156
  ### Decoder Models (Text Generation)
157