Skip to content
View data2json's full-sized avatar
💭
Teaching robots to teach themselves to teach humans.
💭
Teaching robots to teach themselves to teach humans.

Block or report data2json

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. DataVOYAGER DataVOYAGER Public

    Faithful reproduction of "VOYAGER: A Training Free Approach for Generating Diverse Datasets using LLMs" https://arxiv.org/abs/2512.12072 https://arxiv.org/pdf/2512.12072

    Python 6

  2. postresql-openai postresql-openai Public

    PostgreSQL and VLLM (OpenAI) Chat Interface Functions

    PLpgSQL 2 1

  3. MetaAgentFive MetaAgentFive Public

    Second Level MetaCognition Controlling Agent for LLAMA-3.1 over VLLM (Or OpenAI or whatever)

    Python 7 1

  4. LLM-Primitives LLM-Primitives Public

    Large Language Model Primitive Exploration and Demonstration

    Python 1

  5. Install VLLM. Install VLLM.
    1
    import os
    2
    import asyncio
    3
    import aiohttp
    4
    import json
    5
    import logging