antoinelouis commited on
Commit
724a8f0
·
verified ·
1 Parent(s): d514e21

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -1,13 +1,16 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - fr
5
  library_name: transformers
6
  inference: false
 
 
 
7
  ---
8
  # CamemBERT-L6
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
+ tags:
9
+ - feature-extraction
10
  ---
11
  # CamemBERT-L6
12
 
13
+ 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.
14
 
15
  ![](illustration.jpeg)
16