florian-hoenicke
commited on
Commit
•
787f936
1
Parent(s):
03ab289
feat: push custom model
Browse files- README.md +4 -4
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -12,14 +12,14 @@ tags:
|
|
12 |
- sentence-similarity
|
13 |
- mteb
|
14 |
- Keywords
|
15 |
-
-
|
16 |
-
- Search
|
17 |
- Answers
|
18 |
-
-
|
|
|
19 |
---
|
20 |
This model is a fine-tuned version of [**jinaai/jina-embeddings-v2-base-en**](https://huggingface.co/jinaai/jina-embeddings-v2-base-en) designed for the following use case:
|
21 |
|
22 |
-
Keyword-based search engine for
|
23 |
|
24 |
## How to Use
|
25 |
This model can be easily integrated into your NLP pipeline for tasks such as text classification, sentiment analysis, entity recognition, and more. Here's a simple example to get you started:
|
|
|
12 |
- sentence-similarity
|
13 |
- mteb
|
14 |
- Keywords
|
15 |
+
- Questions
|
|
|
16 |
- Answers
|
17 |
+
- Search
|
18 |
+
- Documents
|
19 |
---
|
20 |
This model is a fine-tuned version of [**jinaai/jina-embeddings-v2-base-en**](https://huggingface.co/jinaai/jina-embeddings-v2-base-en) designed for the following use case:
|
21 |
|
22 |
+
Keyword-based search engine for question-answer pairs
|
23 |
|
24 |
## How to Use
|
25 |
This model can be easily integrated into your NLP pipeline for tasks such as text classification, sentiment analysis, entity recognition, and more. Here's a simple example to get you started:
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 549493968
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc2205816ac0bbe79ab277deb1f76b2591ed42b8e3d5119588c8368175553a68
|
3 |
size 549493968
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4719
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80b340a1013691308ab6d4ff1215a9126049dbefd4139feb4e63be90e73be7ef
|
3 |
size 4719
|