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

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.

Downloads last month
18
Safetensors
Model size
28B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for anonymous192837192873/GraphGen-27b

Quantizations
1 model

Collection including anonymous192837192873/GraphGen-27b