---
base_model: jinaai/jina-embeddings-v3
library_name: sentence-transformers
pipeline_tag: sentence-similarity
tags:
- sentence-transformers
- sentence-similarity
- feature-extraction
- generated_from_trainer
- dataset_size:498970
- loss:BPRLoss
widget:
- source_sentence: meaning of the prefix em
sentences:
- Word Origin and History for em- Expand. from French assimilation of en- to following
labial (see en- (1)). Also a prefix used to form verbs from adjectives and nouns.
representing Latin ex- assimilated to following -m- (see ex-).
- 'Hawaii: Aloha! Whether you are hoping to travel to Hawaii for a tropical green
Christmas or you are hoping to make this island paradise your home, we can help
you find the information you need! The state of Hawaii, located in the middle
of the Pacific Ocean, is farther away from any other landmass than any other island
on the earth.'
- 'Prefixes: Un, Dis, Im, Mis. A prefix is placed at the beginning of a word to
change its meaning. For example, the suffix re- means either again or back as
in return, repeat or refurbish. The following 4 prefixes are easy to confuse because
they all have a negative meaning. un-.'
- source_sentence: how long does engine take to cool down
sentences:
- It takes roughly 30 minutes for the laptop to cool down to a normal state.Or if
you want to use it soon it could take I guess 10-15 minutes.
- "Turn off the engine. If you can pop the hood from the driverâ\x80\x99s seat,\
\ do so â\x80\x94 but donâ\x80\x99t risk opening it by hand until the engine has\
\ cooled, especially if you see steam wafting off the engine. It typically takes\
\ a solid 30 minutes for an engine to cool down enough for it to be safe to handle."
- Zeppelin was invented in 1900 by a military officer of German origin named Count
Ferdinand von Zeppelin.It was a stiff framed airship, LZ-I that flew on 2nd July,
1900 carrying five passengers near Lake Constance in Germany. Zeppelins were used
in the times of peace as well as war.eppelin was invented in 1900 by a military
officer of German origin named Count Ferdinand von Zeppelin.
- source_sentence: how long does it take to get an undergraduate
sentences:
- How Long Does It Take To Become a Nurse Anesthetist (CRNA)? How Long Does It Take
To Become a Nurse Practitioner? How Long Does It Take To Become a Nutritionist?
How Long Does It Take To Become A Pharmacist? How Long Does It Take To Become
a Physician Assistant? How Long Does It Take To Become a Social Worker? (ANSWERED)
How Long Does It Take To Become a Vet Tech? How Long Does It Take To Become An
LPN? How Long Does It Take To Become an OB/GYN? How Long Does It Take To Become
an Ultrasound Technician? How Long Does It Take To Get a Medical Degree? How Long
Does It Take To Get a Nursing Degree? Your first stepping stone toward a rewarding
nursing career is completing the education and becoming registered. Ill answer
the age old question about how long it takes to get a registered nursing degree.
- A depositary receipt (DR) is a type of negotiable (transferable) financial security
that is traded on a local stock exchange but represents a security, usually in
the form of equity, that is issued by a foreign publicly listed company. U.S.
broker may also sell ADRs back into the local Russian market. This is known as
cross-border trading. When this happens, an amount of ADRs is canceled by the
depository and the local shares are released from the custodian bank and delivered
back to the Russian broker who bought them.
- Undergraduate Studies. To become a doctor, a student must first complete high
school, then go on to college. During the typical four-year undergraduate period,
the aspiring doctor will study topics such as anatomy, physiology, biology, chemistry
and other college courses necessary for a degree, such as English or math.
- source_sentence: fees definition
sentences:
- fees. 1 veterinarians' charges rendered to clients for services. 2 Justifiable
professional fees are based on the amount of time spent on the case, with a varying
fee per hour depending on the difficulty and complexity of the problem, and on
the specialist superiority of the veterinarian.
- 'Summary: The Catbird Seat by James Thurber is about Mr. Martin who has decided
he must kill Mrs Barrows because she is destroying the firm he works for, but
in the end he tricks his boss into thinking she has had a mental breakdown.'
- Cost, in common usage, the monetary value of goods and services that producers
and consumers purchase. In a basic economic sense, cost is the measure of the
alternative opportunities foregone in the choice of one good or activity over
others.
- source_sentence: what is a fermentation lock used for
sentences:
- "Remember, fermentation is a method of preserving food. Leaving it on your counter\
\ gives it more time for the LAB activity to increase â\x80\x94 which, in turn,\
\ lowers pH â\x80\x94 and prevents spoilage. As long as your jar can keep out\
\ the oxygen, you shouldnâ\x80\x99t be worried. Which leads me toâ\x80¦."
- The fermentation lock or airlock is a device used in beer brewing and wine making
that allows carbon dioxide released by the beer to escape the fermenter, while
not allowing air to enter the fermenter, thus avoiding oxidation. There are two
main designs for the fermentation lock, or airlock.
- The New River is formed by the confluence of the South Fork New River and the
North Fork New River in Ashe County, North Carolina. It then flows north into
southwestern Virginia, passing near Galax, Virginia and through a gorge in the
Iron Mountains. Continuing north, the river enters Pulaski County, Virginia, where
it is impounded by Claytor Dam, creating Claytor Lake.
---
# SentenceTransformer based on jinaai/jina-embeddings-v3
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [jinaai/jina-embeddings-v3](https://huggingface.co/jinaai/jina-embeddings-v3). It maps sentences & paragraphs to a 1024-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
## Model Details
Finetuned from [jinaai/jina-embeddings-v3](https://huggingface.co/jinaai/jina-embeddings-v3) (trained with msmarco-v3 dataset).
### Model Description
- **Model Type:** Sentence Transformer
- **Base model:** [jinaai/jina-embeddings-v3](https://huggingface.co/jinaai/jina-embeddings-v3)
- **Maximum Sequence Length:** 8194 tokens
- **Output Dimensionality:** 1024 tokens
- **Similarity Function:** Cosine Similarity
### Model Sources
- **Documentation:** [Sentence Transformers Documentation](https://sbert.net)
- **Repository:** [Sentence Transformers on GitHub](https://github.com/UKPLab/sentence-transformers)
- **Hugging Face:** [Sentence Transformers on Hugging Face](https://huggingface.co/models?library=sentence-transformers)
### Full Model Architecture
```
SentenceTransformer(
(transformer): Transformer(
(auto_model): XLMRobertaLoRA(
(roberta): XLMRobertaModel(
(embeddings): XLMRobertaEmbeddings(
(word_embeddings): ParametrizedEmbedding(
250002, 1024, padding_idx=1
(parametrizations): ModuleDict(
(weight): ParametrizationList(
(0): LoRAParametrization()
)
)
)
(token_type_embeddings): ParametrizedEmbedding(
1, 1024
(parametrizations): ModuleDict(
(weight): ParametrizationList(
(0): LoRAParametrization()
)
)
)
)
(emb_drop): Dropout(p=0.1, inplace=False)
(emb_ln): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(encoder): XLMRobertaEncoder(
(layers): ModuleList(
(0-23): 24 x Block(
(mixer): MHA(
(rotary_emb): RotaryEmbedding()
(Wqkv): ParametrizedLinearResidual(
in_features=1024, out_features=3072, bias=True
(parametrizations): ModuleDict(
(weight): ParametrizationList(
(0): LoRAParametrization()
)
)
)
(inner_attn): FlashSelfAttention(
(drop): Dropout(p=0.1, inplace=False)
)
(inner_cross_attn): FlashCrossAttention(
(drop): Dropout(p=0.1, inplace=False)
)
(out_proj): ParametrizedLinear(
in_features=1024, out_features=1024, bias=True
(parametrizations): ModuleDict(
(weight): ParametrizationList(
(0): LoRAParametrization()
)
)
)
)
(dropout1): Dropout(p=0.1, inplace=False)
(drop_path1): StochasticDepth(p=0.0, mode=row)
(norm1): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
(mlp): Mlp(
(fc1): ParametrizedLinear(
in_features=1024, out_features=4096, bias=True
(parametrizations): ModuleDict(
(weight): ParametrizationList(
(0): LoRAParametrization()
)
)
)
(fc2): ParametrizedLinear(
in_features=4096, out_features=1024, bias=True
(parametrizations): ModuleDict(
(weight): ParametrizationList(
(0): LoRAParametrization()
)
)
)
)
(dropout2): Dropout(p=0.1, inplace=False)
(drop_path2): StochasticDepth(p=0.0, mode=row)
(norm2): LayerNorm((1024,), eps=1e-05, elementwise_affine=True)
)
)
)
(pooler): XLMRobertaPooler(
(dense): ParametrizedLinear(
in_features=1024, out_features=1024, bias=True
(parametrizations): ModuleDict(
(weight): ParametrizationList(
(0): LoRAParametrization()
)
)
)
(activation): Tanh()
)
)
)
)
(pooler): Pooling({'word_embedding_dimension': 1024, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False, 'pooling_mode_weightedmean_tokens': False, 'pooling_mode_lasttoken': False, 'include_prompt': True})
(normalizer): Normalize()
)
```
## Usage
### Direct Usage (Sentence Transformers)
First install the Sentence Transformers library:
```bash
pip install -U sentence-transformers
```
Then you can load this model and run inference.
```python
from sentence_transformers import SentenceTransformer
# Download from the 🤗 Hub
model = SentenceTransformer("BlackBeenie/jina-embeddings-v3-msmarco-v3-bpr")
# Run inference
sentences = [
'what is a fermentation lock used for',
'The fermentation lock or airlock is a device used in beer brewing and wine making that allows carbon dioxide released by the beer to escape the fermenter, while not allowing air to enter the fermenter, thus avoiding oxidation. There are two main designs for the fermentation lock, or airlock.',
'Remember, fermentation is a method of preserving food. Leaving it on your counter gives it more time for the LAB activity to increase â\x80\x94 which, in turn, lowers pH â\x80\x94 and prevents spoilage. As long as your jar can keep out the oxygen, you shouldnâ\x80\x99t be worried. Which leads me toâ\x80¦.',
]
embeddings = model.encode(sentences)
print(embeddings.shape)
# [3, 1024]
# Get the similarity scores for the embeddings
similarities = model.similarity(embeddings, embeddings)
print(similarities.shape)
# [3, 3]
```
## Training Details
### Training Dataset
#### Unnamed Dataset
* Size: 498,970 training samples
* Columns: sentence_0
, sentence_1
, and sentence_2
* Approximate statistics based on the first 1000 samples:
| | sentence_0 | sentence_1 | sentence_2 |
|:--------|:---------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------|
| type | string | string | string |
| details |
how much does it cost to paint a interior house
| Interior House Painting Cost Factors. Generally, it will take a minimum of two gallons of paint to cover a room. At the highest end, paint will cost anywhere between $30 and $60 per gallon and come in three different finishes: flat, semi-gloss or high-gloss.Flat finishes are the least shiny and are best suited for areas requiring frequent cleaning.rovide a few details about your project and receive competitive quotes from local pros. The average national cost to paint a home interior is $1,671, with most homeowners spending between $966 and $2,426.
| Question DetailsAsked on 3/12/2014. Guest_... How much does it cost per square foot to paint the interior of a house? We just bought roughly a 1500 sg ft townhouse and want to get the entire house, including ceilings painted (including a roughly 400 sq ft finished basement not included in square footage).
|
| when is s corp taxes due
| If you form a corporate entity for your small business, regardless of whether it's taxed as a C or S corporation, a tax return must be filed with the Internal Revenue Service on its due date each year. Corporate tax returns are always due on the 15th day of the third month following the close of the tax year. The actual day that the tax return filing deadline falls on, however, isn't the same for every corporation.
| Before Jan. 1, 2026 After Dec. 31, 2025 Starting with 2016 tax returns, all. other C corps besides Dec. 31 and. June 30 year-ends (including those with. other fiscal year-ends) will be due on. the 15th of the 4th month after the.
|
| what are disaccharides
| Disaccharides are formed when two monosaccharides are joined together and a molecule of water is removed, a process known as dehydration reaction. For example; milk sugar (lactose) is made from glucose and galactose whereas the sugar from sugar cane and sugar beets (sucrose) is made from glucose and fructose.altose, another notable disaccharide, is made up of two glucose molecules. The two monosaccharides are bonded via a dehydration reaction (also called a condensation reaction or dehydration synthesis) that leads to the loss of a molecule of water and formation of a glycosidic bond.
| Disaccharides- Another type of carbohydrate. How many sugar units are disaccharides composed of?_____ What elements make up disaccharides? _____ How does the body use disaccharides? _____ There is no chemical test for disaccharides. Table sugar (white granulated sugar) is an example of a disaccharide. List some foods that contain a lot of disaccharides: _____
|
* Loss: beir.losses.bpr_loss.BPRLoss
### Training Hyperparameters
#### Non-Default Hyperparameters
- `eval_strategy`: steps
- `per_device_train_batch_size`: 32
- `per_device_eval_batch_size`: 32
- `num_train_epochs`: 8
- `multi_dataset_batch_sampler`: round_robin
#### All Hyperparameters