Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

German model doesn't have the cnn_50_100_512_4096_sample.json #27

Closed
agemagician opened this issue Nov 6, 2018 · 8 comments
Closed

Comments

@agemagician
Copy link

Hello,

I downloaded the German model and I tried to configure the config.json, but the zip file for the German model doesn't have the cnn_50_100_512_4096_sample.json.

Could you please upload the missing file ?

@agemagician
Copy link
Author

I also checked English and Arabic models and I Cann't find the "cnn_50_100_512_4096_sample.json" file.

Did I missed something or it is really missing ?

@agemagician
Copy link
Author

Ok, I think you need to make it a little bit clear in the readme file.

For anyone having the same issue, you need to set the path to the configs directory of this rep location in your local computer.
OR
You can download this file again from the configs directory of this rep to your model directory.

Oneplus added a commit that referenced this issue Nov 7, 2018
@Oneplus
Copy link
Member

Oneplus commented Nov 7, 2018

readme was updated, thanks!

@jiaok99
Copy link

jiaok99 commented Nov 28, 2018

useful

@Mleader2
Copy link

thank's

@Fireboyar
Copy link

hello,i just want to know how to get the cnn_50_100_512_4096_sample.json

@mustfkeskin
Copy link

hello,i just want to know how to get the cnn_50_100_512_4096_sample.json

{
"encoder": {
"name": "elmo",
"projection_dim": 512,
"cell_clip": 3,
"proj_clip": 3,
"dim": 4096,
"n_layers": 2
},

"token_embedder": {
	"name": "cnn",
	"activation": "relu",
	"filters": [[1, 32], [2, 32], [3, 64], [4, 128], [5, 256], [6, 512], [7, 1024]],
	"n_highway": 2, 
	"word_dim": 100,
	"char_dim": 50,
	"max_characters_per_token": 50 		
},

"classifier": {
	"name": "sampled_softmax",
	"n_samples": 8192
},
"dropout": 0.1

}

@fooSynaptic
Copy link

someone which cannot find the cnn model should check the model is located in the root dir of this rep.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants