hf_ez_sentence_similarity_local_inference: Sentence Similarity Local Inference

View source: R/ez.R

hf_ez_sentence_similarity_local_inferenceR Documentation

Sentence Similarity Local Inference

Description

Sentence Similarity Local Inference

Usage

hf_ez_sentence_similarity_local_inference(
  source_sentence,
  sentences,
  tidy = TRUE,
  ...
)

Arguments

source_sentence

The string that you wish to compare the other strings with. This can be a phrase, sentence, or longer passage, depending on the model being used.

sentences

A list of strings which will be compared against the source_sentence.

tidy

Whether to tidy the results into a tibble. Default: TRUE (tidy the results)

Value

The results of the inference

See Also

https://huggingface.co/docs/transformers/main/en/pipeline_tutorial


farach/huggingfaceR documentation built on Feb. 4, 2023, 10:31 p.m.