florian-hoenicke
commited on
Commit
•
dfa8907
1
Parent(s):
b495fda
feat: push custom model
Browse files- README.md +3 -3
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -11,15 +11,15 @@ tags:
|
|
11 |
- feature-extraction
|
12 |
- sentence-similarity
|
13 |
- mteb
|
14 |
-
- Coding
|
15 |
- Programming
|
|
|
|
|
16 |
- Development
|
17 |
- Software
|
18 |
-
- Tutorials
|
19 |
---
|
20 |
This model is a fine-tuned version of [**jinaai/jina-embeddings-v2-base-code**](https://huggingface.co/jinaai/jina-embeddings-v2-base-code) designed for the following use case:
|
21 |
|
22 |
-
|
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:
|
|
|
11 |
- feature-extraction
|
12 |
- sentence-similarity
|
13 |
- mteb
|
|
|
14 |
- Programming
|
15 |
+
- Coding
|
16 |
+
- Debugging
|
17 |
- Development
|
18 |
- Software
|
|
|
19 |
---
|
20 |
This model is a fine-tuned version of [**jinaai/jina-embeddings-v2-base-code**](https://huggingface.co/jinaai/jina-embeddings-v2-base-code) designed for the following use case:
|
21 |
|
22 |
+
technical code search engine
|
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 643505600
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66fe5407bbed6c7527c1b95267535a36380ca39912e13d97e1fac932ac7974be
|
3 |
size 643505600
|
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:fe97d660ef19065f819fa9582f10907eaf1db7de2806fcbf7678417c3c4a0d6f
|
3 |
size 4719
|