antoinelouis / camemberta-L8

huggingface.co
Total runs: 13
24-hour runs: -1
7-day runs: -2
30-day runs: 7
Model's Last Updated: May 02 2024
feature-extraction

Introduction of camemberta-L8

Model Details of camemberta-L8

CamemBERTa-L8

This model is a pruned version of the pre-trained CamemBERTa checkpoint, obtained by dropping the top-layers from the original model.

Usage

You can use the raw model for masked language modeling (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 .

You can use this model directly with a pipeline for masked language modeling :

from transformers import pipeline

unmasker = pipeline('fill-mask', model='antoinelouis/camemberta-L8')
unmasker("Bonjour, je suis un [MASK] modèle.")

You can also use this model to extract the features of a given text:

from transformers import AutoTokenizer, AutoModel

tokenizer = AutoTokenizer.from_pretrained('antoinelouis/camemberta-L8')
model = AutoModel.from_pretrained('antoinelouis/camemberta-L8')

text = "Remplacez-moi par le texte de votre choix."
encoded_input = tokenizer(text, return_tensors='pt')
output = model(**encoded_input)
Variations

CamemBERTa has originally been released in a base (112M) version. The following checkpoints prune the base variation by dropping the top 2, 4, 6, 8, and 10 pretrained encoding layers, respectively.

Model #Params Size Pruning
CamemBERTa-base 111.8M 447MB -
CamemBERTa-L10 97.6M 386MB -14%
CamemBERTa-L8 83.5M 334MB -25%
CamemBERTa-L6 69.3M 277MB -38%
CamemBERTa-L4 55.1M 220MB -51%
CamemBERTa-L2 40.9M 164MB -63%

Runs of antoinelouis camemberta-L8 on huggingface.co

13
Total runs
-1
24-hour runs
-4
3-day runs
-2
7-day runs
7
30-day runs

More Information About camemberta-L8 huggingface.co Model

More camemberta-L8 license Visit here:

https://choosealicense.com/licenses/mit

camemberta-L8 huggingface.co

camemberta-L8 huggingface.co is an AI model on huggingface.co that provides camemberta-L8's model effect (), which can be used instantly with this antoinelouis camemberta-L8 model. huggingface.co supports a free trial of the camemberta-L8 model, and also provides paid use of the camemberta-L8. Support call camemberta-L8 model through api, including Node.js, Python, http.

antoinelouis camemberta-L8 online free

camemberta-L8 huggingface.co is an online trial and call api platform, which integrates camemberta-L8's modeling effects, including api services, and provides a free online trial of camemberta-L8, you can try camemberta-L8 online for free by clicking the link below.

antoinelouis camemberta-L8 online free url in huggingface.co:

https://huggingface.co/antoinelouis/camemberta-L8

camemberta-L8 install

camemberta-L8 is an open source model from GitHub that offers a free installation service, and any user can find camemberta-L8 on GitHub to install. At the same time, huggingface.co provides the effect of camemberta-L8 install, users can directly use camemberta-L8 installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

camemberta-L8 install url in huggingface.co:

https://huggingface.co/antoinelouis/camemberta-L8

Url of camemberta-L8

Provider of camemberta-L8 huggingface.co

antoinelouis
ORGANIZATIONS

Other API from antoinelouis

huggingface.co

Total runs: 544
Run Growth: 274
Growth Rate: 50.93%
Updated:March 22 2024
huggingface.co

Total runs: 42
Run Growth: -126
Growth Rate: -315.00%
Updated:March 26 2024