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
    • config
      • field_config
        • FeatureConfig
        • FloatVectorConfig
      • module_config
      • pytext_config
    • data
    • exporters
    • loss
    • metric_reporters
    • models
    • optimizer
    • task
    • torchscript
    • trainers
  • pytext package
PyText
  • Docs »
  • pytext »
  • config »
  • field_config
  • Edit on GitHub

field_configΒΆ

  • FeatureConfig
  • FloatVectorConfig
Next Previous

© Copyright 2018, PyText Contributors Revision e407685a.

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