11 open-source projects similar to diegma/graph-2-text, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Graph 2 Text alternative.
Implementation (Personal) of the paper titled "Order-Planning Neural Text Generation From Structured Data". The dataset for this project can be found at -> WikiBio
Toolkit for Machine Learning, Natural Language Processing, and Text Generation, in TensorFlow. This is part of the CASL project: http://casl-project.ai/
PaperRobot: Incremental Draft Generation of Scientific Ideas [Sample Output](https://eaglew.github.io/PaperRobot/)
Transformers is a comprehensive library for machine learning that provides a unified interface for training, fine-tuning, and deploying transformer-based models. It supports a wide range of tasks, including text classification, language modeling, question answering, and sequence-to-sequence translation, while offering specialized architectures for both text and vision processing. The framework includes tools for managing the entire model lifecycle, from data preprocessing and tokenization to distributed training and inference. The library features extensive support for model optimization and
A minimalistic codebase for finetuning and interacting with natural language generation models from HuggingFace Transformers using PyTorch Lightning.
A robust Python tool for text-based AI training and generation using OpenAI's GPT-2 and EleutherAI's GPT Neo/GPT-3 architecture.
Easily train your own text-generating neural network of any size and complexity on any text dataset with a few lines of code, or quickly train on a text using a pretrained model.
Notice: This project uses an older version of TensorFlow, and is no longer supported. Please consider using other latest alternatives.
Question Generation using 🤗transformers - Project Details - Initial experiments - answer aware question generation - answer extraction models - Multitask QA-QG - End-to-End question generation (answer agnostic) - Results - Requirements - Usage - Question Generation - Multitask QA-QG -…
This Word Does Not Exist
This repository contains code to run the Plug and Play Language Model (PPLM), as described in this blog post and arXiv paper. A demo and Colab notebook are also available.