Skip to content

Commit

Permalink
Add checksum for flair ner download
Browse files Browse the repository at this point in the history
  • Loading branch information
AmaliePauli committed Oct 15, 2019
1 parent a7b50b5 commit 78699f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions danlp/download.py
Expand Up @@ -87,9 +87,9 @@

# NER MODELS
'flair.ner': {
'url': DANLP_S3_URL + '/models/flair_ner.zip',
'md5_checksum': ?,
'size': ?,
'url': DANLP_S3_URL + '/models/flair.ner.zip',
'md5_checksum': 'a1cf475659d1cf3a0f5eae5377f7027e',
'size': 419047115,
'file_extension': '.pt'
}
}
Expand Down

0 comments on commit 78699f5

Please sign in to comment.