PyText
master

Getting Started

  • Installation
  • Train your first model
  • Execute your first model
  • Visualize Model Training with TensorBoard
  • Use PyText models in your app
  • Serve Models in Production
  • Config Files Explained
  • Config Commands

Training More Advanced Models

  • Train Intent-Slot model on ATIS Dataset
  • Hierarchical intent and slot filling
  • Multitask training with disjoint datasets
  • Data Parallel Distributed Training
  • XLM-RoBERTa
  • Semantic parsing with sequence-to-sequence models

Extending PyText

  • Architecture Overview
  • Custom Data Format
  • Custom Tensorizer
  • Using External Dense Features
  • Creating A New Model
  • Hacking PyText

References

  • pytext
  • pytext package
    • Subpackages
      • pytext.common package
      • pytext.config package
      • pytext.data package
      • pytext.exporters package
      • pytext.fields package
      • pytext.loss package
      • pytext.metric_reporters package
      • pytext.metrics package
      • pytext.models package
        • Subpackages
        • Submodules
        • pytext.models.bert_classification_models module
        • pytext.models.bert_regression_model module
        • pytext.models.crf module
        • pytext.models.disjoint_multitask_model module
        • pytext.models.distributed_model module
        • pytext.models.doc_model module
        • pytext.models.joint_model module
        • pytext.models.masked_lm module
        • pytext.models.masking_utils module
        • pytext.models.model module
        • pytext.models.module module
        • pytext.models.pair_classification_model module
        • pytext.models.query_document_pairwise_ranking_model module
        • pytext.models.r3f_models module
        • pytext.models.roberta module
        • pytext.models.two_tower_classification_model module
        • pytext.models.utils module
        • pytext.models.word_model module
        • Module contents
      • pytext.optimizer package
      • pytext.resources package
      • pytext.task package
      • pytext.torchscript package
      • pytext.trainers package
      • pytext.utils package
    • Submodules
    • pytext.builtin_task module
    • pytext.main module
    • pytext.workflow module
    • Module contents
PyText
  • Docs »
  • pytext package »
  • pytext.models package »
  • pytext.models.semantic_parsers package
  • Edit on GitHub

pytext.models.semantic_parsers package¶

Subpackages¶

  • pytext.models.semantic_parsers.rnng package
    • Submodules
    • pytext.models.semantic_parsers.rnng.rnng_constant module
    • pytext.models.semantic_parsers.rnng.rnng_data_structures module
    • pytext.models.semantic_parsers.rnng.rnng_parser module
    • Module contents

Module contents¶

Next Previous

© Copyright 2018, PyText Contributors Revision e407685a.

Built with Sphinx using a theme provided by Read the Docs.