Skip to content

Commit

Permalink
#52 removed
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Jan 8, 2023
1 parent b0bd356 commit 7b31034
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions download.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ def download_examples_data():

data = {
const.SYNONYMS_FILEPATH: "https://raw.githubusercontent.com/nicolay-r/RuSentRel/v1.1/synonyms.txt",
# PCNN: pretrained model dir.
const.PCNN_DEFAULT_MODEL_TAR: "https://www.dropbox.com/s/ceqy69vj59te534/fx_ctx_pcnn.tar.gz?dl=1",
# NOTE: this is a pre-trained model and it is expected to be fine-tunned.
const.BERT_PRETRAINED_MODEL_TAR: "https://www.dropbox.com/s/cr6nejxjiqbyd5o/ra-20-srubert-large-neut-nli-pretrained-3l.tar.gz?dl=1",
# Fine-tuned on RuSentRel collection.
Expand Down
2 changes: 0 additions & 2 deletions examples/args/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
# Common model dir.
DEFAULT_MODEL_DIR = join(DATA_DIR, "models")

PCNN_DEFAULT_MODEL_TAR = join(DEFAULT_MODEL_DIR, "fx_ctx_pcnn.tar.gz")

# Default pretrained BERT.
NEURAL_NETWORKS_TARGET_DIR = DEFAULT_MODEL_DIR
BERT_DEFAULT_STATE_NAME = "ra-20-srubert-large-neut-nli-pretrained-3l"
Expand Down

0 comments on commit 7b31034

Please sign in to comment.