/llm-tools

Primary LanguageJupyter NotebookApache License 2.0Apache-2.0

Data LLM

This repo contains code to inference on LLMs integrated with Data Commons.

It includes a python package called data_gemma that can be used for doing inference with the Gemma 2 (or other) LLMs fine-tuned for integration with Data Commons.

Install data_gemma

pip install git+https://github.com/datacommonsorg/llm-tools

Examples

TODO: Add links