Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

removing gluster paths from OSS configs #927

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions demo/atis_joint_model/atis_joint_config.json
Expand Up @@ -22,7 +22,7 @@
},
"word_embedding": {
"embed_dim": 100,
"pretrained_embeddings_path": "/mnt/vol/gfsfblearner-carolina/admarket/ads_profile/glove/glove.6B.100d.txt",
"pretrained_embeddings_path": "demo/atis_joint_model/glove.6B.100d.txt",
"embedding_init_strategy": "zero"
},
"output_layer": {
Expand Down Expand Up @@ -56,9 +56,9 @@
"doc_weight",
"word_weight"
],
"train_filename": "/mnt/vol/pytext/users/arbabu/atis/atis.processed.train.csv_with_weights",
"eval_filename": "/mnt/vol/pytext/users/arbabu/atis/atis.processed.val.csv_with_weights",
"test_filename": "/mnt/vol/pytext/users/arbabu/atis/atis.processed.test.csv_with_weights"
"train_filename": "demo/atis_joint_model/atis.processed.train.csv",
"eval_filename": "demo/atis_joint_model/atis.processed.val.csv",
"test_filename": "demo/atis_joint_model/atis.processed.test.csv"
}
},
"batcher": {
Expand Down