Skip to content

Commit

Permalink
Added model tasks to README table (#74)
Browse files Browse the repository at this point in the history
* Added model tasks to README table
* Added model task for DeepSpeech2
* Updated task names based on feedback
* Grouped models of the same task category together

Signed-off-by: Bharath Ramaswamy <quic_bharathr@quicinc.com>
  • Loading branch information
quic-bharathr committed Dec 21, 2022
1 parent f74d559 commit 0794ad3
Show file tree
Hide file tree
Showing 6 changed files with 93 additions and 54 deletions.
3 changes: 2 additions & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ else
fi

echo "Running Pylint - using $prj_root/.pylintrc"
export PYTHONPATH=$prj_root/zoo_tensorflow/examples:$prj_root/zoo_torch/examples
export PYTHONPATH=$prj_root/zoo_tensorflow:$prj_root/zoo_torch
# Verify that each of the source path directories exist
for path in ${PYTHONPATH//:/ }; do
if [[ ! -d $path ]]; then
echo "ERROR: Path $path does NOT exist"
exit 1
fi
done
Expand Down
136 changes: 87 additions & 49 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion zoo_torch/bert/Bert.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PyTorch Transformer model Bert-base-uncased for Natural Language Classifier and Question Answering
This document describes evaluation of optimized checkpoints for transformer models Bert-base-uncased for NL Classification tasks and Question Anwering tasks.
This document describes evaluation of optimized checkpoints for transformer models Bert-base-uncased for NL Classification tasks and Question Answering tasks.

## AIMET installation and setup
Please [install and setup AIMET](https://github.com/quic/aimet/blob/release-aimet-1.23/packaging/install.md) (*Torch GPU* variant) before proceeding further.
Expand Down
2 changes: 1 addition & 1 deletion zoo_torch/distilbert/DistilBert.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PyTorch Transformer model DistilBert-base-uncased for Natural Language Classifier and Question Answering
This document describes evaluation of optimized checkpoints for transformer models DistilBert-base-uncased for NL Classification tasks and Question Anwering tasks.
This document describes evaluation of optimized checkpoints for transformer models DistilBert-base-uncased for NL Classification tasks and Question Answering tasks.

## AIMET installation and setup
Please [install and setup AIMET](https://github.com/quic/aimet/blob/release-aimet-1.23/packaging/install.md) (*Torch GPU* variant) before proceeding further.
Expand Down
2 changes: 1 addition & 1 deletion zoo_torch/minilm/MiniLM.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PyTorch Transformer model MiniLM-L12-H384-uncased for Natural Language Classifier and Question Answering
This document describes evaluation of optimized checkpoints for transformer models MiniLM-L12-H384-uncased for NL Classification tasks and Question Anwering tasks.
This document describes evaluation of optimized checkpoints for transformer models MiniLM-L12-H384-uncased for NL Classification tasks and Question Answering tasks.

## AIMET installation and setup
Please [install and setup AIMET](https://github.com/quic/aimet/blob/release-aimet-1.23/packaging/install.md) (*Torch GPU* variant) before proceeding further.
Expand Down
2 changes: 1 addition & 1 deletion zoo_torch/mobilebert/MobileBert.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PyTorch Transformer model Mobilebert-uncased for Natural Language Classifier and Question Answering
This document describes evaluation of optimized checkpoints for transformer models Mobilebert-uncased for NL Classification tasks and Question Anwering tasks.
This document describes evaluation of optimized checkpoints for transformer models Mobilebert-uncased for NL Classification tasks and Question Answering tasks.

## AIMET installation and setup
Please [install and setup AIMET](https://github.com/quic/aimet/blob/release-aimet-1.23/packaging/install.md) (*Torch GPU* variant) before proceeding further.
Expand Down

0 comments on commit 0794ad3

Please sign in to comment.