Last active
May 7, 2019 07:51
-
-
Save philipphager/94e669bbf71975b05849ba9bb1d23078 to your computer and use it in GitHub Desktop.
Word2Vec Embedding for Prime Video Dataset
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"embeddings": [ | |
{ | |
"tensorName": "My tensor", | |
"tensorShape": [ | |
26352, | |
100 | |
], | |
"tensorPath": "https://gist.githubusercontent.com/philipphager/8efbce1b26b34249a6e6ebe7233ee6fd/raw/037b49bede0fd17e598469e1cd8d46ca229028ea/word-2-vec-tensor.tsv", | |
"metadataPath": "https://gist.githubusercontent.com/philipphager/d606e5185dd45d8cf3afa39709717eff/raw/2be669e6629ea6bf40d78de4108efb5827088b4d/word-2-vec-meta.tsv" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment