Sign inSign up

sidvash/temporal

By sidvash

Updated over 7 years ago

Prediction Model

Image
0

223

sidvash/temporal repository overview

To pull a container from this repo, run the following from the terminal:

nvidia-docker run -it --name mycontainer --net=host sidvash/temporal:v1

Make sure you have the NVIDIA drivers installed on your host OS and also nvidia-docker is installled (https://github.com/NVIDIA/nvidia-docker#quick-start)

Steps for creating document timelines for input documents
  1. Put all the input document files into the "input_data" folder. Note that each document file should have sentences separated by a "\n". A "sample_document.txt" file is already present as a reference for an input document file.

  2. From the terminal, change the current directory to be the "scripts" folder and run the following command: bash run_input_data.bash

  3. The predictions of all the input document files will be written to the predictions folder:

    • [input_doc_filename]_timeline.csv (contains the document timeline)
    • [input_doc_filename]_predictions.csv (contains the relative timelines and predicate durations)

The mappings for durations are as follows: 0-inst

1-secs 2-mins 3-hrs 4-days 5-weeks 6-mnths 7-yrs 8-decs 9-cents 10-forever

Tag summary

Content type

Image

Digest

Size

6 GB

Last updated

over 7 years ago

docker pull sidvash/temporal:v1