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="huranokuma/es2")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("huranokuma/es2")
model = AutoModelForCausalLM.from_pretrained("huranokuma/es2")
Quick Links

ESを書くAI

Japanese GPT-2 modelをファインチューニングしました ファインチューニングには、あらゆる分野から140,000件ほどのESを用いました。

webアプリ
http://www.eswrite.com

The model was trained using code from Github repository rinnakk/japanese-pretrained-models by rinna Co., Ltd.

Downloads last month
32
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support