license, language, library_name
license language library_name
mit
en
transformers

ANWGPT-4.1

How do use the model

# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="anwgpt/anwgpt4.1-base")

# Example of text generation (you can modify the input text)
print(pipe("The sky is blue because"))
Description
Model synced from source: anwgpt/anwgpt4.1-base
Readme 628 KiB
Languages
Text 100%