kamalkraj / ALBERT-TF2.0

ALBERT model Pretraining and Fine Tuning using TF2.0
Apache License 2.0
200 stars 45 forks source link

same tf2_model.h5 (v1 & v2, for xxlarge)? #6

Closed shawei3000 closed 5 years ago

shawei3000 commented 5 years ago

it appears both xxlarge v1 and v2 files (tf2_model.h5) are same size after download: 890.4MB, and same creation date:

v1: https://drive.google.com/file/d/1gl5lOiAHq29C_sG6GoXLeZJHKDD2Gfju/view v2: https://drive.google.com/file/d/1JtQcGKtt0QZThXS1jz2v5x72TrYYjg8N/view

should they be different?

pohanchi commented 5 years ago

I think size will be the same, it is sure, but you may need to see it’s weight to ensure this thing, maybe he upload on the same date?

On Tue, Nov 12, 2019 at 01:11 shawei3000 notifications@github.com wrote:

it appears both xxlarge v1 and v2 files (tf2_model.h5) are same size after download: 890.4MB, and same creation date: v1: https://drive.google.com/file/d/1gl5lOiAHq29C_sG6GoXLeZJHKDD2Gfju/view v2: https://drive.google.com/file/d/1JtQcGKtt0QZThXS1jz2v5x72TrYYjg8N/view

should they be different?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kamalkraj/ALBERT-TF2.0/issues/6?email_source=notifications&email_token=AIEAE4GIGBCB2CHQX63VVADQTGG3RA5CNFSM4JLYK4A2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HYPC44Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIEAE4HEUNZMVMM5T5OXPRLQTGG3RANCNFSM4JLYK4AQ .

kamalkraj commented 5 years ago

@shawei3000 md5sum 74a4846cf7d1315d4d15482bb9cd7fe8 xxlarge_2/tf2_model.h5 06526a0efc267e3627672422a6a9481b xxlarge/tf2_model.h5

shawei3000 commented 5 years ago

thanks!