You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
790 B
Markdown

## This directory is used in getting needed files via Colab
For those who don't know, Colab refers to [Google Colab](colab.research.google.com), which is a service that gives you free GPU and TPU (GPUs but optimized for AI research) credits to anyone with a Google account.
## Manifest:
- raw: directory of raw files gotten through MC clients. These are not labelled or cleaned!
- data: directory of data files used while training the model
- models: pretrained models
- data.json: JSON file of labels, mapping raw/* files to labels.
- raw.zip: raw directory, but zipped for easier downloading
- data.zip: data directory, but zipped so downloads in colab go faster
## Files:
Want to know how these files were obtained? This is documented with a lot of detail in [METHOD.md](../METHOD.md)