florian-hoenicke
commited on
Commit
•
32573af
1
Parent(s):
787f936
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 |
-
- 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
|
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 |
- Documents
|
16 |
+
- Search
|
17 |
+
- Information
|
18 |
+
- Answers
|
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 documents
|
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:dbf6ad40dff70d98ba3fcedfba92f0f5390fd30488ac62481df100b344375b44
|
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:64b16f86b9c4f16371aad97105b1cd67c1aaa36195bfd47a247b7f8705adfa27
|
3 |
size 4719
|