Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vinhkhuc/5ca429d4c38900d9eb24a8c245593c75 to your computer and use it in GitHub Desktop.
Save vinhkhuc/5ca429d4c38900d9eb24a8c245593c75 to your computer and use it in GitHub Desktop.
Tensorboard Projector Config for Question embeddings using TF's Universal Sentence Encoder
{
"embeddings": [
{
"tensorName": "QC Question Embeddings Using TF Sentence Embedding Encoder Large 3",
"tensorShape": [
5451,
300
],
"tensorPath": "https://gist.githubusercontent.com/vinhkhuc/3806dc8ef988d3c10ecfa6310de1943f/raw/738c1d07563612df2662a0aedc931a89cb64458b/qc-question-embeddings.tsv",
"metadataPath": "https://gist.githubusercontent.com/vinhkhuc/1f9fc9ad322c152ebe607e9bb5d7da55/raw/1518504769d8989f017caa171313991ae43f7e75/qc-embed-metadata.tsv"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment