antoinelouis commited on
Commit
7c124c7
1 Parent(s): bc9160a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -1,13 +1,14 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - fr
5
  library_name: transformers
6
  inference: false
 
7
  ---
8
  # CamemBERT-L10
9
 
10
- This model is a pruned version of the pre-trained [CamemBERT](https://huggingface.co/camembert-base) checkpoint, obtained by [dropping the top-layers](https://arxiv.org/abs/2004.03844) from the original model.
11
 
12
  ![](illustration.jpeg)
13
 
 
1
  ---
2
+ license: mit
3
  language:
4
  - fr
5
  library_name: transformers
6
  inference: false
7
+ pipeline_tag: feature-extraction
8
  ---
9
  # CamemBERT-L10
10
 
11
+ This model is a pruned version of the pre-trained [CamemBERT](https://huggingface.co/camembert-base) checkpoint, obtained by [dropping the top-layers](https://doi.org/10.48550/arXiv.2004.03844) from the original model.
12
 
13
  ![](illustration.jpeg)
14