mawentao277 / CharBERT

CharBERT: Character-aware Pre-trained Language Model (COLING2020)
Apache License 2.0
117 stars 28 forks source link

__version__ is not provided when download model #8

Open eiphy opened 3 years ago

eiphy commented 3 years ago

Hi @wtma,

This should be a bug, either a new version number could be provided or just remove it.

No version is used: https://github.com/wtma/CharBERT/blob/0ac763bf077fbc672cfe70c4aa40454857d93963/modeling/file_utils.py#L26

Required a version: https://github.com/wtma/CharBERT/blob/0ac763bf077fbc672cfe70c4aa40454857d93963/modeling/file_utils.py#L272