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

can't clone this repo #17

Open
SurgeonY opened this issue Sep 3, 2017 · 7 comments
Open

can't clone this repo #17

SurgeonY opened this issue Sep 3, 2017 · 7 comments

Comments

@SurgeonY
Copy link

SurgeonY commented Sep 3, 2017

Error downloading object: train-unsup.txt (6539951): Smudge error: Error downloading train-unsup.txt (6539951b1bfd1420c2df99fe824272dd846cd25bca4a2247a4266f12aec9f195): batch response: This repository is over its data quota. Purchase more data packs to restore access.

This repository is over its data quota. Purchase more data packs to restore access.
github.com/git-lfs/git-lfs/errors.newWrappedError
C:/Users/ttaylorr/go/src/github.com/git-lfs/git-lfs/src/github.com/git-lfs/git-lfs/errors/types.go:170: batch response
github.com/git-lfs/git-lfs/errors.newWrappedError
C:/Users/ttaylorr/go/src/github.com/git-lfs/git-lfs/src/github.com/git-lfs/git-lfs/errors/types.go:170: Error downloading train-unsup.txt (6539951b1bfd1420c2df99fe824272dd846cd25bca4a2247a4266f12aec9f195)
github.com/git-lfs/git-lfs/errors.newWrappedError
C:/Users/ttaylorr/go/src/github.com/git-lfs/git-lfs/src/github.com/git-lfs/git-lfs/errors/types.go:170: Smudge error

@linanqiu
Copy link
Owner

Yeah I need to move the hosting to somewhere else. :(

@samir-ware
Copy link

First and foremost, thank you so much for amazing tutorial. I followed how words are arranged semantically in word2Vec although can you please elaborate a bit more on how "exactly" user sentiments are captured in this code ?

If you could give a specific example as to how to get sentiment of some data it will be a great help. I can see that there is a file with unsuperwised data which never got used. I am hoping this code will somehow understand the sentiments in that data too although not sure how. :(

Also I could not see labeledTrainData and in labeledTrainData files anywhere in this repo .
Can you please add those too ?

Thanks
Samir

@SurgeonY
Copy link
Author

Cool tutorial though, thanks for this! You'd won actually kaggle competition with your 0.87 accuracy! The leader board had only 0.76 at closing :)

@transfluxus
Copy link

transfluxus commented Oct 26, 2017

can you provide the train-unsup.txt somewhere

@SurgeonY
Copy link
Author

SurgeonY commented Oct 28, 2017

transfluxus, You can preprocess it easily on your own from the original review files, download them from here http://ai.stanford.edu/~amaas/data/sentiment/
It's easy or just take my script, in my fork https://github.com/SurgeonY/word2vec-sentiments
prepare-texts.py
Cheers

@pingdanEYRE
Copy link

@SurgeonY Excuse me do you have a 0.87 accuracy rate? I have only 0.64 accuracy.Thank you for your answer

@SurgeonY
Copy link
Author

SurgeonY commented Feb 4, 2018

@pingdanEYRE Yes, why not?)) Even with a bit of playing with params but anyway, all around~87%, check my forked repo.
87

Though I agree with this guy #21, we should not train Doc2Vec on testing set, instead should infer testing doc vectors right at the moment of scoring/testing. This could lower the score, but yet I have to check it out.

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

5 participants