How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="BigSalmon/HistoryCurrentEventsWithAntonymsAndSynonyms")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("BigSalmon/HistoryCurrentEventsWithAntonymsAndSynonyms")
model = AutoModelForCausalLM.from_pretrained("BigSalmon/HistoryCurrentEventsWithAntonymsAndSynonyms", device_map="auto")
Quick Links

YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

use this space for a demo: https://huggingface.co/spaces/BigSalmon/TestAnyGPTModel

generate synonyms by using a prompt like the following:

S: rational - objective, unemotional, lucid, logical, coherent, sound, judicious, levelheaded, analytical.

generate antonyms by using a prompt like the following:

A: sociable: reclusive, antisocial, solitary

generate words from a given description (does not work that well, so i am going to train it on better data. check out my profile, if interested):

person who likes talking to people | conversational, personable
Downloads last month
11
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support