Instructions to use MokaExpress/flaubert-french-difficulty with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MokaExpress/flaubert-french-difficulty with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-classification", model="MokaExpress/flaubert-french-difficulty")# Load model directly from transformers import AutoTokenizer, AutoModelForSequenceClassification tokenizer = AutoTokenizer.from_pretrained("MokaExpress/flaubert-french-difficulty") model = AutoModelForSequenceClassification.from_pretrained("MokaExpress/flaubert-french-difficulty") - Notebooks
- Google Colab
- Kaggle
Add language tag
#1
by lbourdois - opened
README.md
CHANGED
|
@@ -7,6 +7,8 @@ metrics:
|
|
| 7 |
model-index:
|
| 8 |
- name: flaubert-french-difficulty
|
| 9 |
results: []
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -53,4 +55,4 @@ The following hyperparameters were used during training:
|
|
| 53 |
- Transformers 4.25.1
|
| 54 |
- Pytorch 1.13.0+cu116
|
| 55 |
- Datasets 2.7.1
|
| 56 |
-
- Tokenizers 0.13.2
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: flaubert-french-difficulty
|
| 9 |
results: []
|
| 10 |
+
language:
|
| 11 |
+
- fr
|
| 12 |
---
|
| 13 |
|
| 14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 55 |
- Transformers 4.25.1
|
| 56 |
- Pytorch 1.13.0+cu116
|
| 57 |
- Datasets 2.7.1
|
| 58 |
+
- Tokenizers 0.13.2
|