Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.
/ allennlp-date2iso Public archive

Convert all dates to iso8601 dates using AllenNLP

Notifications You must be signed in to change notification settings

mfa/allennlp-date2iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

date2iso

about

Decodes all common dates in all languages known by Faker to iso8601 dates.
Example: 2 agosto, 1912 -> 1912-08-02

rebuild of https://github.com/datalogue/keras-attention in AllenNLP 2.7+

generate the data

python generate.py -t 500000 -v 10000 --all

--all is all languages known by babel - otherwise only [en, de, fr, es] are used

training

allennlp train configurations/baseline.json -s output/`date +%s` --include-package library

with wandb

(needs wandb-allennlp 0.3.0+)

wandb sweep configurations/wandb_baseline.yaml

About

Convert all dates to iso8601 dates using AllenNLP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published