1. 11 May, 2022 1 commit
  2. 17 Aug, 2021 1 commit
  3. 02 Aug, 2021 1 commit
  4. 03 May, 2021 1 commit
    • Cagri Eryilmaz's avatar
      BERT SQuAD Example - Updates (#815) · a2e33148
      Cagri Eryilmaz authored
      
      
      * update to readme for pip3 upgrade, needed for tf2.4. requirement file change. initial commit for bert example update
      
      * remove tokenization.py file
      
      * added tokenizers and bertwordpiecetokenizer to main file
      
      * added tokenizers to requirements file
      
      * changes to run_onnx_squad after importing tokenizers module, to replace py file
      
      * additional post processing tokenizer change in run_onnx_squad.py
      
      * changes to notebook after tokenizers
      
      * cleanup notebook output cells
      
      * typo in readme
      
      * formatting on py file
      Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
      a2e33148
  5. 20 Apr, 2021 1 commit
    • Cagri Eryilmaz's avatar
      Bert squad example (#779) · 28f5f835
      Cagri Eryilmaz authored
      
      
      * initial push for bert-squad example
      
      * migraphx and ort implementation + json input sample
      
      * notebook draft
      
      * first working example for bert-squad with migraphx
      
      * cleaning up ORT example
      
      * updated inputs file, 3 questions
      
      * Simple and rather ugly readme. Requirements file
      
      * formatting
      
      * updates to readme file
      
      * Update README.md
      
      * Update README.md
      
      * cleanup
      
      * no need timer function for now
      
      * jupyter notebook example
      
      * updates to notebook file
      
      * readme flow change
      
      * typo in notebook
      
      * another example input file
      
      * cleanup
      
      * benchmark file
      
      * formatting
      
      * bert update to examples readme file
      
      * formatting
      
      * missed another formatting
      
      * removed path workaround from .py and notebook
      
      * renaming requirements file to requirements_bertsquad.txt
      
      * no need for bench and ort files
      
      * reflecting requirement file name change in notebook
      
      * removing duplicates of import json
      
      * formatting
      Co-authored-by: default avatarroot <root@rocm-framework-1.amd.com>
      Co-authored-by: default avatarkahmed10 <15948690+kahmed10@users.noreply.github.com>
      28f5f835