relbert/opt-125m-analogy-permutation
This is facebook/opt-125m fine-tuned on relbert/semeval2012_relational_similarity
for analogy generation, which is to generate a word pair (eg. bird is to crow
) given a query (eg. mammal is to whale
)
so that the query and the generated word pair form an analogy statement.
Usage
from transformers import pipeline
pipe = pipeline('text-generation', model="relbert/opt-125m-analogy-permutation")
output = pipe("mammal is to whale what")
- Downloads last month
- 11
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.