johngiorgi
commited on
Commit
•
02e28f9
1
Parent(s):
34a174c
Add basic yaml
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# DeCLUTR-sci-base
|
2 |
|
3 |
## Model description
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: sentence-similarity
|
3 |
+
tags:
|
4 |
+
- sentence-transformers
|
5 |
+
- feature-extraction
|
6 |
+
- sentence-similarity
|
7 |
+
language: en
|
8 |
+
license: apache-2.0
|
9 |
+
datasets:
|
10 |
+
- s2orc
|
11 |
+
---
|
12 |
+
|
13 |
# DeCLUTR-sci-base
|
14 |
|
15 |
## Model description
|