Skip to content

Commit

Permalink
[#42] Name change to dual bert and model card update
Browse files Browse the repository at this point in the history
  • Loading branch information
atenzer committed Mar 7, 2022
1 parent 746482c commit 20dfa05
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions demo_api/dual_bert/model_card/dual_bert.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,15 @@
"Test results for Stance classification (SemEval-2017 Dataset):",
"Single Stance Type Evaluation (Trained/Reported): Support-F1: 0.421/ Deny-F1: 0.255/ Query-F1: 0.52/ Comment-F1: 0.841",
"Overall Evaluation (Trained/Reported): Macro-F1: 0.509/ Accuracy: 0.763/"

],
"trainingConfig": {
"text": "Not available."
},
"trainingConfig": "Not available.",
"trainingTime": "~2 hours for 100 epochs on a single V100 GPU.",
"modelWeights": {
"text": "https://storage.googleapis.com/sgnlp/models/dual_bert/pytorch_model.bin",
"url": "https://storage.googleapis.com/sgnlp/models/dual_bert/pytorch_model.bin"
},
"modelConfig": {
"text": "",
"text": "NA",
"url": ""
},
"modelInput": "Conversation threads",
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN rm /bin/sh && ln -s /bin/bash /bin/sh && \
WORKDIR $WORK_DIR
USER $USER

COPY build/polyaxon/coupled_hierarchical_transformer/conda.yml .
COPY build/polyaxon/dual_bert/conda.yml .
RUN conda env update -f conda.yml -n base

WORKDIR /code
Expand Down
File renamed without changes.

0 comments on commit 20dfa05

Please sign in to comment.