EagleW/Stage-wise-Fine-tuning
Code for Stage-wise Fine-tuning for Graph-to-Text Generation
This project helps convert structured data, like knowledge graphs or databases, into natural language text automatically. You input a graph-like representation of facts (e.g., 'Obama was born in Hawaii') and it outputs a human-readable sentence or paragraph ('Obama was born in Hawaii.'). This is useful for researchers and developers working on natural language generation tasks.
No commits in the last 6 months.
Use this if you are a natural language processing researcher or practitioner looking to generate descriptive text from structured data inputs, especially if you work with graph-structured information.
Not ideal if you are looking for a simple, off-the-shelf text generation tool for general conversational AI or creative writing without a specific structured data input.
Stars
26
Forks
5
Language
Lex
License
MIT
Category
Last pushed
Feb 01, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/EagleW/Stage-wise-Fine-tuning"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
tabularis-ai/be_great
A novel approach for synthesizing tabular data using pretrained large language models
EleutherAI/gpt-neox
An implementation of model parallel autoregressive transformers on GPUs, based on the Megatron...
shibing624/textgen
TextGen: Implementation of Text Generation models, include LLaMA, BLOOM, GPT2, BART, T5, SongNet...
ai-forever/ru-gpts
Russian GPT3 models.
AdityaNG/kan-gpt
The PyTorch implementation of Generative Pre-trained Transformers (GPTs) using Kolmogorov-Arnold...