cl-nagoya / sup-simcse-ja-large

huggingface.co
Total runs: 639
24-hour runs: -18
7-day runs: -70
30-day runs: 144
Model's Last Updated: October 05 2023
feature-extraction

Introduction of sup-simcse-ja-large

Model Details of sup-simcse-ja-large

sup-simcse-ja-large

Usage (Sentence-Transformers)

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

pip install -U fugashi[unidic-lite] sentence-transformers

Then you can use the model like this:

from sentence_transformers import SentenceTransformer
sentences = ["こんにちは、世界!", "文埋め込み最高!文埋め込み最高と叫びなさい", "極度乾燥しなさい"]

model = SentenceTransformer("cl-nagoya/sup-simcse-ja-large")
embeddings = model.encode(sentences)
print(embeddings)
Usage (HuggingFace Transformers)

Without sentence-transformers , you can use the model like this: First, you pass your input through the transformer model, then you have to apply the right pooling-operation on-top of the contextualized word embeddings.

from transformers import AutoTokenizer, AutoModel
import torch


def cls_pooling(model_output, attention_mask):
    return model_output[0][:,0]


# Sentences we want sentence embeddings for
sentences = ['This is an example sentence', 'Each sentence is converted']

# Load model from HuggingFace Hub
tokenizer = AutoTokenizer.from_pretrained("cl-nagoya/sup-simcse-ja-large")
model = AutoModel.from_pretrained("cl-nagoya/sup-simcse-ja-large")

# Tokenize sentences
encoded_input = tokenizer(sentences, padding=True, truncation=True, return_tensors='pt')

# Compute token embeddings
with torch.no_grad():
    model_output = model(**encoded_input)

# Perform pooling. In this case, cls pooling.
sentence_embeddings = cls_pooling(model_output, encoded_input['attention_mask'])

print("Sentence embeddings:")
print(sentence_embeddings)
Full Model Architecture
SentenceTransformer(
  (0): Transformer({'max_seq_length': 512, 'do_lower_case': False}) with Transformer model: BertModel 
  (1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': True, 'pooling_mode_mean_tokens': False, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False})
)
Model Summary
  • Fine-tuning method: Supervised SimCSE
  • Base model: cl-tohoku/bert-large-japanese-v2
  • Training dataset: JSNLI
  • Pooling strategy: cls (with an extra MLP layer only during training)
  • Hidden size: 1024
  • Learning rate: 5e-5
  • Batch size: 512
  • Temperature: 0.05
  • Max sequence length: 64
  • Number of training examples: 2^20
  • Validation interval (steps): 2^6
  • Warmup ratio: 0.1
  • Dtype: BFloat16

See the GitHub repository for a detailed experimental setup.

Citing & Authors
@misc{
  hayato-tsukagoshi-2023-simple-simcse-ja,
  author = {Hayato Tsukagoshi},
  title = {Japanese Simple-SimCSE},
  year = {2023},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/hppRC/simple-simcse-ja}}
}

Runs of cl-nagoya sup-simcse-ja-large on huggingface.co

639
Total runs
-18
24-hour runs
-73
3-day runs
-70
7-day runs
144
30-day runs

More Information About sup-simcse-ja-large huggingface.co Model

More sup-simcse-ja-large license Visit here:

https://choosealicense.com/licenses/cc-by-sa-4.0

sup-simcse-ja-large huggingface.co

sup-simcse-ja-large huggingface.co is an AI model on huggingface.co that provides sup-simcse-ja-large's model effect (), which can be used instantly with this cl-nagoya sup-simcse-ja-large model. huggingface.co supports a free trial of the sup-simcse-ja-large model, and also provides paid use of the sup-simcse-ja-large. Support call sup-simcse-ja-large model through api, including Node.js, Python, http.

sup-simcse-ja-large huggingface.co Url

https://huggingface.co/cl-nagoya/sup-simcse-ja-large

cl-nagoya sup-simcse-ja-large online free

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

cl-nagoya sup-simcse-ja-large online free url in huggingface.co:

https://huggingface.co/cl-nagoya/sup-simcse-ja-large

sup-simcse-ja-large install

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

sup-simcse-ja-large install url in huggingface.co:

https://huggingface.co/cl-nagoya/sup-simcse-ja-large

Url of sup-simcse-ja-large

sup-simcse-ja-large huggingface.co Url

Provider of sup-simcse-ja-large huggingface.co

cl-nagoya
ORGANIZATIONS

Other API from cl-nagoya

huggingface.co

Total runs: 390.9K
Run Growth: 150.4K
Growth Rate: 38.47%
Updated:April 17 2025
huggingface.co

Total runs: 42.6K
Run Growth: 6.6K
Growth Rate: 15.44%
Updated:April 17 2025
huggingface.co

Total runs: 14.8K
Run Growth: -455
Growth Rate: -3.08%
Updated:April 15 2025
huggingface.co

Total runs: 11.1K
Run Growth: 551
Growth Rate: 4.97%
Updated:April 15 2025
huggingface.co

Total runs: 4.9K
Run Growth: -2.8K
Growth Rate: -56.88%
Updated:April 15 2025