GraphGen-27b / README.md
Anon
Add files using upload-large-folder tool
7bbc027 verified
---
license: apache-2.0
library_name: transformers
pipeline_tag: text-generation
tags:
- anonymous-submission
- graphgen
- fine-tuned
---
# 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.