{"id":26816393,"url":"https://github.com/persiyanov/skip-thought-tf","last_synced_at":"2025-07-30T16:34:17.082Z","repository":{"id":11370162,"uuid":"69454705","full_name":"persiyanov/skip-thought-tf","owner":"persiyanov","description":"An implementation of skip-thought vectors in Tensorflow","archived":false,"fork":false,"pushed_at":"2023-03-24T21:54:36.000Z","size":133,"stargazers_count":74,"open_issues_count":5,"forks_count":31,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-23T20:42:45.394Z","etag":null,"topics":["deep-learning","deeplearning","embeddings","nlp","skip-thought-vectors","tensorflow","text-summarization"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/persiyanov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-09-28T10:59:45.000Z","updated_at":"2025-01-23T05:57:49.000Z","dependencies_parsed_at":"2024-01-14T11:00:59.704Z","dependency_job_id":"33bff12f-37f8-4491-83cf-009fe5a844e1","html_url":"https://github.com/persiyanov/skip-thought-tf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/persiyanov/skip-thought-tf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persiyanov%2Fskip-thought-tf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persiyanov%2Fskip-thought-tf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persiyanov%2Fskip-thought-tf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persiyanov%2Fskip-thought-tf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/persiyanov","download_url":"https://codeload.github.com/persiyanov/skip-thought-tf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/persiyanov%2Fskip-thought-tf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267899157,"owners_count":24162993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","deeplearning","embeddings","nlp","skip-thought-vectors","tensorflow","text-summarization"],"created_at":"2025-03-30T03:19:44.966Z","updated_at":"2025-07-30T16:34:17.022Z","avatar_url":"https://github.com/persiyanov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# skip-thought-tf\nAn implementation of skip-thought vectors in Tensorflow\n\n# Usage\n```python\nfrom skipthought import SkipthoughtModel\nfrom skipthought.data_utils import TextData\nfrom skipthought.utils import seq2seq_triples_data_iterator\n\nmodel = SkipthoughtModel(...)\n\ntd = TextData(\"path/to/data\")\nlines = td.dataset\n\nprev, curr, next = td.make_triples(lines)\nit = td.triples_data_iterator(prev, curr, next, td.max_len, batch_size)\n\nwith tf.Session() as sess:\n    init = tf.initialize_all_variables()\n    sess.run(init)\n    \n    for enc_inp, prev_inp, prev_targ, next_inp, next_targ in it:\n        ....\n    \n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpersiyanov%2Fskip-thought-tf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpersiyanov%2Fskip-thought-tf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpersiyanov%2Fskip-thought-tf/lists"}