Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bwanglzu committed Jul 25, 2023
1 parent 139b17b commit 654fc4a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ without worrying about resource availability, complex integration, or infrastruc

## [Documentation](https://finetuner.jina.ai/)

## Pretrained Text Embedding Models

| name | parameter | dimension | Huggingface |
|--------------------------|-----------|-----------|--------------------------------------------------------|
| `jina-embedding-t-en-v1` | 14m | 312 | [link](https://huggingface.co/jinaai/jina-embedding-t-en-v1) |
| `jina-embedding-s-en-v1` | 35m | 512 | [link](https://huggingface.co/jinaai/jina-embedding-s-en-v1) |
| `jina-embedding-b-en-v1` | 110m | 768 | [link](https://huggingface.co/jinaai/jina-embedding-b-en-v1) |
| `jina-embedding-l-en-v1` | 330m | 1024 | [link](https://huggingface.co/jinaai/jina-embedding-l-en-v1) |

## Benchmarks

<table>
Expand Down Expand Up @@ -172,6 +181,22 @@ Check out our published blogposts and tutorials to see Finetuner in action!

<!-- end finetuner-articles -->

<!-- start citations -->
If you find Jina Embeddings useful in your research, please cite the following paper:

```text
@misc{günther2023jina,
title={Jina Embeddings: A Novel Set of High-Performance Sentence Embedding Models},
author={Michael Günther and Louis Milliken and Jonathan Geuter and Georgios Mastrapas and Bo Wang and Han Xiao},
year={2023},
eprint={2307.11224},
archivePrefix={arXiv},
primaryClass={cs.CL}
}
```
<!-- end citations -->

<!-- start support-pitch -->
## Support

Expand Down

0 comments on commit 654fc4a

Please sign in to comment.