File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ Download mappings and prepare relations' embeddings:
22
22
23
23
Run verbalization:
24
24
25
- ``` python3 verbalization.py --relation_vectors_path "data/embeddings/fasttext_vecs-wikidata5m.npy" --rel2ind_path "data/relation2ind-wikidata5m.json" --entity_mapping_path "data/mappings/wd5m_aliases_entities_v3.txt" --relation_mapping_path "data/relation2text-wikidata5m.json" --mongodb_port 27017```
25
+ ``` python3 verbalization.py --relation_vectors_path "data/embeddings/fasttext_vecs-wikidata5m.npy" --rel2ind_path "data/relation2ind-wikidata5m.json" --entity_mapping_path "data/mappings/wd5m_aliases_entities_v3.txt" --relation_mapping_path "data/relation2text-wikidata5m.json" --mongodb_port 27017 ```
Original file line number Diff line number Diff line change 1
- numpy == 1.24.4
1
+ numpy == 1.21.1
2
2
tiktoken == 0.4.0
3
3
tokenizers == 0.13.3
4
4
torch == 2.1.0
@@ -37,4 +37,6 @@ sentencepiece==0.1.97
37
37
sklearn == 0.0.post1
38
38
tensorboard == 2.11.0
39
39
sh == 2.0.6
40
- wget == 3.2
40
+ wget == 3.2
41
+ python-dotenv == 1.0.0
42
+ horovod == 0.28.1
You can’t perform that action at this time.
0 commit comments