Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D DeepPavlov
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 18
    • Issues 18
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DeepPavlov
  • DeepPavlov
  • Merge requests
  • !569

Added a learning ELMo model

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrei Glinskii requested to merge feature/elmo_full_stack into dev Nov 07, 2018
  • Overview 110
  • Commits 83
  • Pipelines 0
  • Changes 39

Created by: kudep

Short list of changes:

  • added a trainable ELMo model
  • added saving a ELMo model to a hdf5 file
  • added wrapping a ELMo model to a tf_hub module
  • added a reader and iterator for large datasetes
  • added a utf8 char encoder. It is originally based on https://github.com/allenai/bilm-tf/blob/master/bilm/data.py
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature/elmo_full_stack