Fix YAML metadata
Browse files
README.md
CHANGED
|
@@ -1,8 +1,9 @@
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
-
|
| 5 |
- Sentence Similarity
|
|
|
|
| 6 |
- Pytorch
|
| 7 |
- Sentence Transformers
|
| 8 |
- Transformers
|
|
@@ -42,4 +43,3 @@ The official paper "Exploiting Twitter as Source of Large Corpora of Weakly Simi
|
|
| 42 |
The official code is available on [GitHub](https://github.com/marco-digio/Twitter4SSE)
|
| 43 |
|
| 44 |
|
| 45 |
-
The model cards have a YAML section that specify metadata. These are the fields
|
|
|
|
| 1 |
---
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
+
tasks:
|
| 5 |
- Sentence Similarity
|
| 6 |
+
tags:
|
| 7 |
- Pytorch
|
| 8 |
- Sentence Transformers
|
| 9 |
- Transformers
|
|
|
|
| 43 |
The official code is available on [GitHub](https://github.com/marco-digio/Twitter4SSE)
|
| 44 |
|
| 45 |
|
|
|