-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Textmodel integration #250
base: master
Are you sure you want to change the base?
Commits on Jul 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8194f3f - Browse repository at this point
Copy the full SHA 8194f3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7662230 - Browse repository at this point
Copy the full SHA 7662230View commit details
Commits on Jul 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1418e50 - Browse repository at this point
Copy the full SHA 1418e50View commit details -
Configuration menu - View commit details
-
Copy full SHA for b682105 - Browse repository at this point
Copy the full SHA b682105View commit details
Commits on Jul 24, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c1064bc - Browse repository at this point
Copy the full SHA c1064bcView commit details
Commits on Jul 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 345ced1 - Browse repository at this point
Copy the full SHA 345ced1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b6826 - Browse repository at this point
Copy the full SHA 46b6826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 388e8ac - Browse repository at this point
Copy the full SHA 388e8acView commit details
Commits on Jul 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8bfe705 - Browse repository at this point
Copy the full SHA 8bfe705View commit details
Commits on Aug 2, 2022
-
Update FastText/src/models/pretrain_lm.jl
Co-authored-by: Brian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2482aaa - Browse repository at this point
Copy the full SHA 2482aaaView commit details -
Update FastText/src/models/dataloader.jl
Co-authored-by: Brian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8bc930d - Browse repository at this point
Copy the full SHA 8bc930dView commit details -
Update FastText/src/models/custom_layers.jl
Co-authored-by: Brian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3882b1d - Browse repository at this point
Copy the full SHA 3882b1dView commit details -
Update FastText/src/models/custom_layers.jl
Co-authored-by: Brian Chen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3057989 - Browse repository at this point
Copy the full SHA 3057989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 307fde1 - Browse repository at this point
Copy the full SHA 307fde1View commit details
Commits on Aug 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 075a21e - Browse repository at this point
Copy the full SHA 075a21eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f16ec2c - Browse repository at this point
Copy the full SHA f16ec2cView commit details
Commits on Aug 18, 2022
-
Upadate
LanguageModel
to useFlux.reset!
.Change `AWD_LSTM` to `WeightDroppedLSTM`
Configuration menu - View commit details
-
Copy full SHA for 3469630 - Browse repository at this point
Copy the full SHA 3469630View commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 974a622 - Browse repository at this point
Copy the full SHA 974a622View commit details -
Update FastText/src/models/custom_layers.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d44bbd - Browse repository at this point
Copy the full SHA 0d44bbdView commit details -
Update FastText/src/models/custom_layers.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ad9a12 - Browse repository at this point
Copy the full SHA 4ad9a12View commit details -
Update FastText/src/models/custom_layers.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 080a018 - Browse repository at this point
Copy the full SHA 080a018View commit details -
Update FastText/src/models/custom_layers.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 922334d - Browse repository at this point
Copy the full SHA 922334dView commit details -
Update FastText/src/models/custom_layers.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce34be1 - Browse repository at this point
Copy the full SHA ce34be1View commit details -
Update FastText/src/models/custom_layers.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6cea902 - Browse repository at this point
Copy the full SHA 6cea902View commit details -
Update FastText/src/models/custom_layers.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5159fb8 - Browse repository at this point
Copy the full SHA 5159fb8View commit details -
Update FastText/src/models/custom_layers.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6b69f7 - Browse repository at this point
Copy the full SHA c6b69f7View commit details
Commits on Aug 24, 2022
-
Update FastText/src/models/custom_layers.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 164fe21 - Browse repository at this point
Copy the full SHA 164fe21View commit details
Commits on Aug 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1ce6df2 - Browse repository at this point
Copy the full SHA 1ce6df2View commit details
Commits on Aug 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 712d9c8 - Browse repository at this point
Copy the full SHA 712d9c8View commit details
Commits on Aug 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6d6504b - Browse repository at this point
Copy the full SHA 6d6504bView commit details
Commits on Aug 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5af6edb - Browse repository at this point
Copy the full SHA 5af6edbView commit details
Commits on Sep 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 659e6d1 - Browse repository at this point
Copy the full SHA 659e6d1View commit details -
Update FastText/src/models/train_text_classifier.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0a151b2 - Browse repository at this point
Copy the full SHA 0a151b2View commit details -
Update FastText/src/models/train_text_classifier.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12bc9ab - Browse repository at this point
Copy the full SHA 12bc9abView commit details
Commits on Sep 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 35c345f - Browse repository at this point
Copy the full SHA 35c345fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cceee46 - Browse repository at this point
Copy the full SHA cceee46View commit details
Commits on Sep 8, 2022
-
Update FastText/src/models/custom_layers.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7d51f6 - Browse repository at this point
Copy the full SHA f7d51f6View commit details -
Update FastText/src/models/custom_layers.jl
Co-authored-by: Kyle Daruwalla <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90c9a79 - Browse repository at this point
Copy the full SHA 90c9a79View commit details
Commits on Sep 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7e7de6d - Browse repository at this point
Copy the full SHA 7e7de6dView commit details
Commits on Sep 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c1418b3 - Browse repository at this point
Copy the full SHA c1418b3View commit details -
Update code to avoid non-differentiable error
at `Flux.rng_from_array`
Configuration menu - View commit details
-
Copy full SHA for 2c04d19 - Browse repository at this point
Copy the full SHA 2c04d19View commit details