Add YAML metadata to fix warning
Browse files
README.md
CHANGED
@@ -1,3 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Khasi-English Semantic Search Model
|
2 |
|
3 |
**First production-ready semantic search model for Khasi-English language pairs.**
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- kha
|
5 |
+
license: cc0-1.0
|
6 |
+
tags:
|
7 |
+
- sentence-transformers
|
8 |
+
- khasi
|
9 |
+
- semantic-search
|
10 |
+
- northeast-india
|
11 |
+
- cross-lingual
|
12 |
+
library_name: sentence-transformers
|
13 |
+
pipeline_tag: sentence-similarity
|
14 |
+
---
|
15 |
+
|
16 |
# Khasi-English Semantic Search Model
|
17 |
|
18 |
**First production-ready semantic search model for Khasi-English language pairs.**
|