Skip to content

Instantly share code, notes, and snippets.

@e-budur
Last active February 14, 2018 21:39
Show Gist options
  • Select an option

  • Save e-budur/1f4582a494152a08fe30739167ed7cba to your computer and use it in GitHub Desktop.

Select an option

Save e-budur/1f4582a494152a08fe30739167ed7cba to your computer and use it in GitHub Desktop.

Revisions

  1. e-budur revised this gist Feb 14, 2018. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions tabilab_fast_text_tr_projector_config.json
    Original file line number Diff line number Diff line change
    @@ -6,8 +6,8 @@
    416051,
    300
    ],
    "tensorPath": "https://s3-us-west-1.amazonaws.com/fasttext-vectors/wiki.tr.vec",
    "metadataPath": "http://tabilab.cmpe.boun.edu.tr/tensorboard/metadata.tsv"
    "tensorPath": "https://s3.eu-central-1.amazonaws.com/tabilab/word_embeddings/fast_text/wiki.tr.vec",
    "metadataPath": "https://s3.eu-central-1.amazonaws.com/tabilab/word_embeddings/fast_text/metadata.tsv"
    }
    ]
    }
  2. e-budur created this gist Feb 14, 2018.
    13 changes: 13 additions & 0 deletions tabilab_fast_text_tr_projector_config.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    {
    "embeddings": [
    {
    "tensorName": "Fast Text-Turkish",
    "tensorShape": [
    416051,
    300
    ],
    "tensorPath": "https://s3-us-west-1.amazonaws.com/fasttext-vectors/wiki.tr.vec",
    "metadataPath": "http://tabilab.cmpe.boun.edu.tr/tensorboard/metadata.tsv"
    }
    ]
    }