Text Classification
Transformers
Safetensors
PyTorch
English
Spanish
t5
text2text-generation
cognitive-patterns
evaluation
benchmark
axolotl
NHE
imprint-theory
human-cognition
fine-tuned
# Load model directly
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
tokenizer = AutoTokenizer.from_pretrained("Not-Humanity-Exam/Imprint")
model = AutoModelForSeq2SeqLM.from_pretrained("Not-Humanity-Exam/Imprint")Quick Links
README.md exists but content is empty.
- Downloads last month
- 16
Model tree for Not-Humanity-Exam/Imprint
Base model
google/flan-t5-xl
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="Not-Humanity-Exam/Imprint")