antoinelouis commited on
Commit
2bc86f5
·
1 Parent(s): 805fd9c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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, repsectively.
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
  |--------------------------------------------------------------------|:-------:|:-----:|:-------:|