commited on
Commit
354226b
·
verified ·
1 Parent(s): 81f710d

Upload 3 files

Browse files
Files changed (3) hide show
  1. config.json +14 -0
  2. model.txt +3 -0
  3. sample_input.json +0 -0
config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ```json
2
+ {
3
+ "model_type": "embedding",
4
+ "library_name": "gensim",
5
+ "pipeline_tag": "text-classification",
6
+ "tags": [
7
+ "nlp",
8
+ "word2vec",
9
+ "streamlit",
10
+ "codenames",
11
+ "game",
12
+ "strategy"
13
+ ]
14
+ }
model.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ model internetten yüklenir.
2
+ import gensim.downloader as api
3
+ model = api.load("word2vec-google-news-300")
sample_input.json ADDED
File without changes