AISE-TUDelft / python-developmentnotes-classifier

huggingface.co
Total runs: 75
24-hour runs: 2
7-day runs: -9
30-day runs: -36
Model's Last Updated: February 16 2023
sentence-similarity

Introduction of python-developmentnotes-classifier

Model Details of python-developmentnotes-classifier

{MODEL_NAME}

This is a sentence-transformers model: It maps sentences & paragraphs to a 768 dimensional dense vector space and can be used for tasks like clustering or semantic search.

Usage (Sentence-Transformers)

Using this model becomes easy when you have sentence-transformers installed:

pip install -U sentence-transformers

Then you can use the model like this:

from sentence_transformers import SentenceTransformer
sentences = ["This is an example sentence", "Each sentence is converted"]

model = SentenceTransformer('{MODEL_NAME}')
embeddings = model.encode(sentences)
print(embeddings)
Evaluation Results

For an automated evaluation of this model, see the Sentence Embeddings Benchmark : https://seb.sbert.net

Training

The model was trained with the parameters:

DataLoader :

torch.utils.data.dataloader.DataLoader of length 5098 with parameters:

{'batch_size': 8, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}

Loss :

sentence_transformers.losses.CosineSimilarityLoss.CosineSimilarityLoss

Parameters of the fit()-Method:

{
    "epochs": 3,
    "evaluation_steps": 0,
    "evaluator": "NoneType",
    "max_grad_norm": 1,
    "optimizer_class": "<class 'torch.optim.adamw.AdamW'>",
    "optimizer_params": {
        "lr": 1.7094555110821448e-05
    },
    "scheduler": "WarmupLinear",
    "steps_per_epoch": 15294,
    "warmup_steps": 1530,
    "weight_decay": 0.01
}
Full Model Architecture
SentenceTransformer(
  (0): Transformer({'max_seq_length': 384, 'do_lower_case': False}) with Transformer model: MPNetModel 
  (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False})
  (2): Normalize()
)
Citing & Authors

Runs of AISE-TUDelft python-developmentnotes-classifier on huggingface.co

75
Total runs
2
24-hour runs
-10
3-day runs
-9
7-day runs
-36
30-day runs

More Information About python-developmentnotes-classifier huggingface.co Model

python-developmentnotes-classifier huggingface.co

python-developmentnotes-classifier huggingface.co is an AI model on huggingface.co that provides python-developmentnotes-classifier's model effect (), which can be used instantly with this AISE-TUDelft python-developmentnotes-classifier model. huggingface.co supports a free trial of the python-developmentnotes-classifier model, and also provides paid use of the python-developmentnotes-classifier. Support call python-developmentnotes-classifier model through api, including Node.js, Python, http.

python-developmentnotes-classifier huggingface.co Url

https://huggingface.co/AISE-TUDelft/python-developmentnotes-classifier

AISE-TUDelft python-developmentnotes-classifier online free

python-developmentnotes-classifier huggingface.co is an online trial and call api platform, which integrates python-developmentnotes-classifier's modeling effects, including api services, and provides a free online trial of python-developmentnotes-classifier, you can try python-developmentnotes-classifier online for free by clicking the link below.

AISE-TUDelft python-developmentnotes-classifier online free url in huggingface.co:

https://huggingface.co/AISE-TUDelft/python-developmentnotes-classifier

python-developmentnotes-classifier install

python-developmentnotes-classifier is an open source model from GitHub that offers a free installation service, and any user can find python-developmentnotes-classifier on GitHub to install. At the same time, huggingface.co provides the effect of python-developmentnotes-classifier install, users can directly use python-developmentnotes-classifier installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

python-developmentnotes-classifier install url in huggingface.co:

https://huggingface.co/AISE-TUDelft/python-developmentnotes-classifier

Url of python-developmentnotes-classifier

python-developmentnotes-classifier huggingface.co Url

Provider of python-developmentnotes-classifier huggingface.co

AISE-TUDelft
ORGANIZATIONS

Other API from AISE-TUDelft

huggingface.co

Total runs: 11
Run Growth: 7
Growth Rate: 70.00%
Updated:February 02 2024