antoinelouis commited on
Commit
64fa129
·
1 Parent(s): 04c3b5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ This model is a pruned version of the pre-trained [CamemBERT](https://huggingfac
13
 
14
  ## Usage
15
 
16
- You can use the raw model for masked language modeling, but it's mostly intended to be fine-tuned on a downstream task, especially one that uses the whole sentence to make decisions such as text classification, extractive question answering, or semantic search. For tasks such as text generation, you should look at autoregressive models like [BelGPT-2](https://huggingface.co/antoinelouis/belgpt2).
17
 
18
  You can use this model directly with a pipeline for masked language modeling:
19
 
 
13
 
14
  ## Usage
15
 
16
+ You can use the raw model for [masked language modeling](https://huggingface.co/models?pipeline_tag=fill-mask&language=fr&sort=downloads) (MLM), but it's mostly intended to be fine-tuned on a downstream task, especially one that uses the whole sentence to make decisions such as text classification, extractive question answering, or semantic search. For tasks such as text generation, you should look at autoregressive models like [BelGPT-2](https://huggingface.co/antoinelouis/belgpt2).
17
 
18
  You can use this model directly with a pipeline for masked language modeling:
19