Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T transformers-new
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • 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
  • 某某某
  • transformers-new
  • Repository
  • transformers-new
  • README_zh-hant.md
Find file BlameHistoryPermalink
  • Shang Zhang's avatar
    Add QDQBert model and quantization examples of SQUAD task (#14066) · a59e7c1e
    Shang Zhang authored Nov 19, 2021
    
    
    * clean up branch for add-qdqbert-model
    
    * README update for QAT example; update docstrings in modeling_qdqbert.py
    
    * Update qdqbert.rst
    
    * Update README.md
    
    * Update README.md
    
    * calibration data using traning set; QAT example runs in fp32
    
    * re-use BERTtokenizer for qdqbert
    
    * Update docs/source/model_doc/qdqbert.rst
    
    Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
    
    * Update docs/source/model_doc/qdqbert.rst
    
    Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
    
    * Update docs/source/model_doc/qdqbert.rst
    
    Co-authored-by: default avatarSylvain Gugger <35901082+sgugger@users.noreply.github.com>
    
    * remove qdqbert tokenizer
    
    * Update qdqbert.rst
    
    * update evaluate-hf-trt-qa.py
    
    * update configuration_qdqbert.py
    
    * update modeling_qdqbert.py: add copied statement; replace assert with ValueError
    
    * update copied from statement
    
    * add is_quantization_available; run make fi...
    a59e7c1e