Skip to content
This repository was archived by the owner on Sep 25, 2025. It is now read-only.

Update the number of parameters#1150

Open
qmeeus wants to merge 1 commit intogoogle-research:masterfrom
qmeeus:patch-1
Open

Update the number of parameters#1150
qmeeus wants to merge 1 commit intogoogle-research:masterfrom
qmeeus:patch-1

Conversation

@qmeeus
Copy link
Copy Markdown

@qmeeus qmeeus commented Sep 21, 2020

As calculated by:

from transformers import AutoModel
model = AutoModel.from_pretrained("bert-base-multilingual-cased")
print(f"{sum(p.numel() for p in model.parameters()):,}")

As calculated by:
```python
from transformers import AutoModel
model = AutoModel.from_pretrained("bert-base-multilingual-cased")
print(f"{sum(p.numel() for p in model.parameters()):,}")
```
@googlebot
Copy link
Copy Markdown

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it! and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@qmeeus
Copy link
Copy Markdown
Author

qmeeus commented Sep 21, 2020

@googlebot I signed it!

@googlebot
Copy link
Copy Markdown

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

@qmeeus
Copy link
Copy Markdown
Author

qmeeus commented Sep 21, 2020

The same change should be done here

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants