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
  • !1630

Dnnc with no finetuning

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrei Glinskii requested to merge feat/dnnc_no_finetuning into dev Mar 07, 2023
  • Overview 29
  • Commits 61
  • Pipelines 0
  • Changes 7

Created by: LogicZMaksimka

Few-Shot Text Classification Model

  • Added few-shot text classification model based on DNNC architecture that does not require any training. It takes an example that needs to be classified, a dataset based on which classification is performed and predicts the label of the example.

  • At the moment, main config supports only predictions. Training and evaluation have to be conducted in separate configuration files.

  • Model supports out-of-scope detection by using a confidence threshold

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feat/dnnc_no_finetuning