-
Make sure you have Miniconda installed
- Conda is a package manager that sandboxes your project’s dependencies in a virtual environment
- Miniconda contains Conda and its dependencies with no extra packages by default (as opposed to Anaconda, which installs some extra packages)
-
run
conda env create -f environment.yml
- This creates a Conda environment called
opensea
- This creates a Conda environment called
-
Run
conda activate opensea
- This activates the
opensea
environment - Do this each time you want to write/test your code
- This activates the
-
Notifications
You must be signed in to change notification settings - Fork 0
This is BIDAF mechanism based question answering network implementation without using and pretrained language representations.
License
iafarhan/improved-QANet
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
This is BIDAF mechanism based question answering network implementation without using and pretrained language representations.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published