---
tags:
- sentence-transformers
- sentence-similarity
- feature-extraction
- generated_from_trainer
- dataset_size:499184
- loss:MultipleNegativesRankingLoss
base_model: jxm/cde-small-v2
widget:
- source_sentence: Heterozygous Advantage Definition
sentences:
- A heterozygote advantage (heterozygous advantage) describes the case in which
the heterozygote genotype has a higher relative fitness than either the homozygote
dominant or homozygote recessive genotype.
- Science Main Index. Animals with an internal skeleton made of bone are called
vertebrates. Vertebrates include fish, amphibians, reptiles, birds, mammals, primates,
rodents and marsupials. Although vertebrates represent only a very small percentage
of all animals, their size and mobility often allow them to dominate their environment.
- 'By Regina Bailey. Definition: Heterozygous refers to having two different alleles
for a single trait. Related Terms: Allele, Genes, Homozygous. Examples: The gene
for seed shape in pea plants exists in two forms, one form or allele for round
seed shape (R) and the other for wrinkled seed shape (r). heterozygous plant would
contain the following alleles for seed shape: (Rr). Organisms have two alleles
for each trait. When the alleles of a pair are heterozygous, one is dominant and
the other is recessive. Using the previous example, round seed shape (R) is dominant
and wrinkled seed shape (r) is recessive.'
- source_sentence: definition of annul
sentences:
- "When a celebrity wakes up in Las Vegas with a mysterious wedding ring on her\
\ finger, the first thing sheâ\x80\x99ll probably want to do is annul the marriage.\
\ That will declare it invalid and officially cancel the whole deal. Annul, which\
\ means â\x80\x9Cto cancelâ\x80\x9D or â\x80\x9Cto invalidate,â\x80\x9D is usually\
\ used in the context of politics or marriage. New government officials often\
\ want to annul laws and policies of the previous post-holder, effectively reversing\
\ their work. When you annul a marriage, you are officially declaring it invalid,\
\ as if it never happened."
- 'The proper term for Catholic annulment is declaration of nullity: the Church
declares that the marriage never was valid in the first place. This becomes clearer
when we compare Catholic annulment to civil divorce. A divorce is effective as
of the date of the divorce decree.Before that, the couple was still married.nnulment
for an invalid marriage Catholic annulment means that a couple was never married
in the sacramental sense. God did not create that unbreakable bond between them
because the sacrament of marriage was not actually fulfilled. The term annulment
is actually a little misleading.'
- Another word for consistent word list. Below are a number of words whose meaning
is similar to consistent. 1 accordant. 2 compatible. 3 conformable. 4 congruous.
5 harmonious. 6 suitable. 7 uniform.
- source_sentence: how much do peds nurse make
sentences:
- Vyvanse is detectable in urine up to 3 days after ingesting Vyvanse. Vyvanse is
detectable in hair samples for months after ingestion. Though Vyvanse itself only
stays in your system four hours post-ingestion, the active drug d-amphetamine
stays in your system for 40 hours.
- A newly practicing pediatric nurse in the US receives a beginning yearly salary
of around $31,311 but as he/she gains experience, he/she can anticipate a yearly
income of up to $81,840. The national hourly rate for Pediatric Nurse is from
between $15.53 to $35.81 with an average overtime pay of $6.93 to $54.59 per hour.
- 'Rad Tech Salary: $64,450 a year. Average pay for rad techs is $64,450 per annum,
which is 35% higher than the US median income. A radiographer makes an average
of $5,371 per month; $1,239 a week and $30.99 an hour. radiology technologist
can make more than $87,160 a year depending on many factors like work place, education,
experience, performance, etc. Working at schools ($74,810) or specialty hospitals
($72,410) would help you make more money than other industries. Massachusetts
is one of the best state based on annual income.'
- source_sentence: cost of six sigma certification
sentences:
- "The Roosevelt Corollary was an addition to the Monroe Doctrine which stated that\
\ no European countries were allowed to intervene with Latin American affairs.\
\ The only way that â\x80¦ the U.S was allowed to become involved was if the affairs\
\ or European countries was threatened."
- 1 The cost of the certification exams varies per training center, so you still
need to contact the center nearest you to get the actual price. 2 However, if
we look at the centers that have published their exam rates, we found that the
average cost of the exam is between $130 and $170. The costs of these training
programs could cost anywehre from $1,500 to more than $2,500. 2 For example,
a training course for AutoCAD being offered by Delta.edu costs $2,595.
- You can buy this ExpertRating Online Six Sigma Green Belt Certification. leading
to Certification at a special offer price of only $99.99 which includes the in-depth
ExpertRating Online Six Sigma Green Belt Courseware and exam fee. The ExpertRating
Six Sigma Green Belt Certification is by far the best value for money Six Sigma
Green Belt Certification at $99.99. Worldwide airmail delivery of the hard copy
Six Sigma Green Belt certificate. The certificate can be used to prove your certified
status and does not mention the word online.
- source_sentence: when did jeepers creepers come out
sentences:
- Jeepers Creepers Wiki. Creeper. Creeper is a fictional character and the main
antagonist in the 2001 horror film Jeepers Creepers and its 2003 sequel Jeepers
Creepers II. It is an ancient, mysterious demon who viciously feeds on the flesh
and bones of many human beings for 23 days every 23rd spring.
- Moline, IL,sales tax rate is 7.25%, and the Income tax is 8.92%.
- ' Creep is a song by the English alternative rock band Radiohead. Radiohead released
Creep as their debut single in 1992, and it later appeared on their first album,
Pablo Honey (1993). During its initial release, Creep was not a chart success.'
pipeline_tag: sentence-similarity
library_name: sentence-transformers
---
# SentenceTransformer based on jxm/cde-small-v2
This is a [sentence-transformers](https://www.SBERT.net) model finetuned from [jxm/cde-small-v2](https://huggingface.co/jxm/cde-small-v2). It maps sentences & paragraphs to a None-dimensional dense vector space and can be used for semantic textual similarity, semantic search, paraphrase mining, text classification, clustering, and more.
## Model Details
### Model Description
- **Model Type:** Sentence Transformer
- **Base model:** [jxm/cde-small-v2](https://huggingface.co/jxm/cde-small-v2)
- **Maximum Sequence Length:** 512 tokens
- **Output Dimensionality:** None dimensions
- **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(
(0): Transformer({}) with Transformer model: ContextualDocumentEmbeddingTransformer
)
```
## 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/cde-small-v2-biencoder-msmarco")
# Run inference
sentences = [
'when did jeepers creepers come out',
'Jeepers Creepers Wiki. Creeper. Creeper is a fictional character and the main antagonist in the 2001 horror film Jeepers Creepers and its 2003 sequel Jeepers Creepers II. It is an ancient, mysterious demon who viciously feeds on the flesh and bones of many human beings for 23 days every 23rd spring.',
' Creep is a song by the English alternative rock band Radiohead. Radiohead released Creep as their debut single in 1992, and it later appeared on their first album, Pablo Honey (1993). During its initial release, Creep was not a chart success.',
]
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: 499,184 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 |
what year did the sandy hook incident happen
| For Newtown, 2012 Sandy Hook Elementary School shooting is still painful. It's been three years since the terrible day Jimmy Greeneâs 6-year-old daughter, Ana Grace Marquez, and 19 other children were murdered in the mass shooting at Sandy Hook Elementary School. But life without Ana, who loved to sing and dance from room to room, continues to be so hard that, in some ways, Dec. 14 is no tougher than any other day for Greene.
| Hook is a 1991 Steven Spielberg film starring Dustin Hoffman and Robin Williams. The film's storyline is based on the books written by Sir James Matthew Barrie in 1904 or 1905 and is the sequel to the first book.
|
| what kind of degree do you need to be a medical assistant?
| If you choose this path, here is what you need to do: 1 Have a high school diploma or GED. The minimum educational requirement for medical assistants is a high school diploma or equivalency degree. 2 Find a doctor who will provide training.
| Many colleges offer two-year associate's degrees or one-year certificate programs in different areas of medical office technology. Certificate areas include billing specialist, medical administrative assistant, and medical transcriptionist. Because of the complexity of medical jargon and operational procedures, many employers prefer these professionals to hold related two-year degrees or complete one-year training programs.
|
| what does usb cord do
| The Flash Player is required to see this video. The term USB stands for Universal Serial Bus. USB cable assemblies are some of the most popular cable types available, used mostly to connect computers to peripheral devices such as cameras, camcorders, printers, scanners, and more. Devices manufactured to the current USB Revision 3.0 specification are backward compatible with version 1.1.
| The USB 2.0 specification for a Full-Speed/High-Speed cable calls for four wires, two for data and two for power, and a braided outer shield. The USB 3.0 specification calls for a total of 10 wires plus a braided outer shield. Two wires are used for power.
|
* Loss: [MultipleNegativesRankingLoss
](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativesrankingloss) with these parameters:
```json
{
"scale": 20.0,
"similarity_fct": "cos_sim"
}
```
### Training Hyperparameters
#### Non-Default Hyperparameters
- `per_device_train_batch_size`: 32
- `per_device_eval_batch_size`: 32
- `fp16`: True
- `multi_dataset_batch_sampler`: round_robin
#### All Hyperparameters