antoinelouis
commited on
Commit
·
2bc86f5
1
Parent(s):
805fd9c
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ output = model(**encoded_input)
|
|
39 |
|
40 |
## Variations
|
41 |
|
42 |
-
CamemBERT has originally been released in base (110M) and large (335M) variations. The following checkpoints prune the base variation by dropping the top 2, 4, 6, 8, and 10 pretrained encoding layers,
|
43 |
|
44 |
| Model | #Params | Size | Pruning |
|
45 |
|--------------------------------------------------------------------|:-------:|:-----:|:-------:|
|
|
|
39 |
|
40 |
## Variations
|
41 |
|
42 |
+
[CamemBERT](https://huggingface.co/camembert-base) has originally been released in base (110M) and large (335M) variations. The following checkpoints prune the base variation by dropping the top 2, 4, 6, 8, and 10 pretrained encoding layers, respectively.
|
43 |
|
44 |
| Model | #Params | Size | Pruning |
|
45 |
|--------------------------------------------------------------------|:-------:|:-----:|:-------:|
|