yale-nlp/FOLIO
Viewer • Updated • 1.2k • 19.8k • 67
How to use HannaAbiAkl/LOGIC-NL-CLIF-Flan-T5-Large with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("question-answering", model="HannaAbiAkl/LOGIC-NL-CLIF-Flan-T5-Large") # Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("HannaAbiAkl/LOGIC-NL-CLIF-Flan-T5-Large", dtype="auto")This model is part of LLMs (Logic Language Models) fine-tuned to answer logic problems, particularly syllogisms, containing premises and conclusions. The model is based on Flan-T5-Large and fine-tuned in Natural Language (NL) and Common Logic Interchange Format (CLIF).
This model is to be used on logical datasets of premises and conclusions. It can answer True, False of Uncertain to logic problems.
The model can be fine-tuned on logical datasets similar to FOLIO.
Supervised Fine-Tuning (SFT)
A100 GPU
Base model
google/flan-t5-large