CoolFace
Modelpublic

anonymous192837192873/GraphGen-27b

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes14downloads
Model Card

GraphGen-27b

Anonymous submission accompanying a conference paper.

A 27B-parameter model fine-tuned on the companion GraphGen dataset to generate multi-agent workflow configurations from natural-language queries.

Quick start

python
from transformers import AutoModelForCausalLM, AutoTokenizer

repo = "anonymus192837192873/GraphGen-27b"
tok = AutoTokenizer.from_pretrained(repo)
model = AutoModelForCausalLM.from_pretrained(repo, torch_dtype="bfloat16", device_map="auto")

Notes

Released for anonymous peer review. Author and affiliation information is intentionally withheld.