seqio
Task-based datasets, preprocessing, and evaluation for sequence models.
File Explorer
Download Latest Version (.zip)- build.yaml
- publish_monthly.yaml
- publish_nightly.yaml
- device_benchmark.py
- preprocessors_benchmark.py
- seqio_theme.css
- seqio_module.rst
- index.rst
- seqio.beam_utils.rst
- seqio.dataset_providers.rst
- seqio.evaluation.rst
- seqio.experimental.rst
- seqio.feature_converters.rst
- seqio.helpers.rst
- seqio.loggers.rst
- seqio.metrics.rst
- seqio.preprocessors.rst
- seqio.test_utils.rst
- seqio.utils.rst
- conf.py
- conf_sphinx_patch.py
- contributions.md
- index.rst
- overview.md
- requirements.txt
- seqio.png
- tutorials.md
- Basics_Task_and_Mixtures.ipynb
- Evaluation.ipynb
- __init__.py
- cache_tasks_main.py
- cache_tasks_test.py
- inspect_tasks_main.py
- registration_provenance_main.py
- registration_provenance_test.py
- vocab.txt
- COMPLETED
- info.train.json
- stats.train.json
- COMPLETED
- info.train.json
- info.validation.json
- stats.train.json
- stats.validation.json
- COMPLETED
- info.train.json
- info.validation.json
- stats.train.json
- stats.validation.json
- COMPLETED
- info.train.json
- info.validation.json
- stats.train.json
- stats.validation.json
- COMPLETED
- info.train.json
- info.validation.json
- stats.train.json
- stats.validation.json
- COMPLETED
- info.train.json
- info.validation.json
- stats.train.json
- stats.validation.json
- sentencepiece.model
- sentencepiece.vocab
- tokens.tsv
- __init__.py
- beam_utils.py
- beam_utils_test.py
- dataset_providers.py
- dataset_providers_helpers.py
- dataset_providers_test.py
- evaluation.py
- evaluation_test.py
- experimental.py
- experimental_test.py
- feature_converters.py
- feature_converters_test.py
- helpers.py
- helpers_test.py
- loggers.py
- loggers_test.py
- metrics.py
- metrics_test.py
- preprocessors.py
- preprocessors_test.py
- sharded_evaluation_test.py
- task_registry_provenance_tracking.py
- task_registry_provenance_tracking_test.py
- test_utils.py
- test_utils_test.py
- utils.py
- utils_test.py
- version.py
- vocabularies.py
- vocabularies_test.py
- CONTRIBUTING.md
- LICENSE
- MANIFEST.in
- pytest.ini
- README.md
- readthedocs.yaml
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/google/seqio
Downloads the entire project code from GitHub to your computer.
cd seqio
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install seqio
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install seqio
Installs the package published on PyPI directly β no need to clone the source.
pip install -e .
Installs the Python libraries listed in requirements.txt (or similar).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
