https://github.com/c0ntradicti0n/sciencemap
Map concepts of speech acts of distinguishing and connect by connections
https://github.com/c0ntradicti0n/sciencemap
Last synced: 2 months ago
JSON representation
Map concepts of speech acts of distinguishing and connect by connections
- Host: GitHub
- URL: https://github.com/c0ntradicti0n/sciencemap
- Owner: c0ntradicti0n
- Created: 2019-09-02T08:30:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T18:01:36.000Z (over 5 years ago)
- Last Synced: 2025-02-15T00:42:15.234Z (4 months ago)
- Language: Python
- Size: 822 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Preparation
```buildoutcfg
pip install -r requirements.txt
``````buildoutcfg
mkdir modrls
wget https://s3-us-west-2.amazonaws.com/allennlp/models/elmo/2x1024_128_2048cnn_1xhighway/elmo_2x1024_128_2048cnn_1xhighway_weights.hdf5
wget https://s3-us-west-2.amazonaws.com/allennlp/models/elmo/2x1024_128_2048cnn_1xhighway/elmo_2x1024_128_2048cnn_1xhighway_options.json
```