tblard/allocine
Viewer • Updated • 200k • 1.62k • 18
How to use gus1999/distilcamembert-base-finetuned-allocine with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("fill-mask", model="gus1999/distilcamembert-base-finetuned-allocine") # Load model directly
from transformers import AutoTokenizer, AutoModelForMaskedLM
tokenizer = AutoTokenizer.from_pretrained("gus1999/distilcamembert-base-finetuned-allocine")
model = AutoModelForMaskedLM.from_pretrained("gus1999/distilcamembert-base-finetuned-allocine")This model is a fine-tuned version of cmarkea/distilcamembert-base on the allocine dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training:
| Training Loss | Epoch | Step | Validation Loss |
|---|---|---|---|
| 2.4479 | 1.0 | 157 | 2.2066 |
| 2.3065 | 2.0 | 314 | 2.1144 |
| 2.2567 | 3.0 | 471 | 2.1565 |