GraphCanon updated today · GitHub synced today
3.2k
Stars
615
Forks
106
Open issues
45
Watchers
1y
Last push
Python Apache-2.0Created Jan 15, 2021
Trust & integrity
Full report- Maintenance
- Archived (721d since push)
- As of today · Source: github_public_v1
- Provenance
- Not a fork · Organization account
- As of today · Source: github_public_v1
- Security (OSV)
- 324 low (324 low)
- As of today · Source: osv@v1
Public GitHub metadata and optional OSV dependency scans. Signals, not a guarantee. Trust methodology.
Backing
Company and funding context for Google. Display-only - not part of trust score or organic ranking.
- Company
- Google·GitHub org profile·today
- Employees
- 47,756·Wikidata (P1128 employees)·today
- Commercial model
- Pure OSS·GitHub org profile (public repos)·today
Overview
Beyond the Imitation Game collaborative benchmark for measuring and extrapolating the capabilities of language models through various tasks and evaluation methods.
Capability facts
- Languages
- python
Source: github.language · Jul 11, 2026
Categories
Graph entities
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Tags
README
Quick start Colab notebooks
Using SeqIO to inspect and evaluate BIG-bench json tasks:
Creating new BIG-bench tasks
- lightweight task creation and evaluation
- manually perform BIG-bench tasks
(after creating a task in your own branch, use this notebook to manually evaluate and verify that it is behaving correctly)
Quick start instructions to load BIG-bench json tasks using SeqIO :chair:+:telescope:
!pip install git+https://github.com/google/BIG-bench.git # This may take a few minutes
import seqio
from bigbench.bbseqio import tasks
---
## Installation of BIG-bench
**Requirements**
* Python 3.5-3.8
* pytest (for running the automated tests)
**Instructions**
First, clone the repository and set up the environment.
```bash