Update README.md
Browse files
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 |
[](https://opensource.org/licenses/MIT)
|
10 |
[](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>π
|
99 |
|
100 |
### Encoder Models (Classification/Retrieval/MLM)
|
101 |
|
@@ -151,7 +151,7 @@ print(f"Predictions: {predictions}")
|
|
151 |
</details>
|
152 |
|
153 |
<details>
|
154 |
-
<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 |
[](https://opensource.org/licenses/MIT)
|
10 |
[](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 |
|