nbouali commited on
Commit
578214f
1 Parent(s): f024a65

update readme from nbouali

Browse files
.ipynb_checkpoints/README-checkpoint.md DELETED
File without changes
README.md CHANGED
@@ -1,6 +1,15 @@
1
- # FlauBert finetuned on French cooking recipes
 
 
 
 
 
 
 
 
2
 
3
- This model is finetuned on a sequence classification task that associate each sequence to the appropriate recipe category.
 
4
 
5
  ### How to use it ?
6
 
@@ -33,4 +42,7 @@ print(nlp("Lasagnes à la bolognaise"))
33
  | 7 | 'Sauce' |
34
 
35
 
36
- If you would like to know more about this model you can refer to [our blog post](https://medium.com/unify-data-office/a-cooking-language-model-fine-tuned-on-dozens-of-thousands-of-french-recipes-bcdb8e560571)
 
 
 
 
1
+ ---
2
+ language: fr
3
+ tags:
4
+ - text-classification
5
+ - flaubert
6
+ - french
7
+ - flaubert-base-uncased
8
+ ---
9
+ # FlauBERT finetuned on French cooking recipes
10
 
11
+
12
+ This model is finetuned on a sequence classification task that associates each sequence with the appropriate recipe category.
13
 
14
  ### How to use it ?
15
 
 
42
  | 7 | 'Sauce' |
43
 
44
 
45
+ <br/>
46
+ <br/>
47
+
48
+ > If you would like to know more about this model you can refer to [our blog post](https://medium.com/unify-data-office/a-cooking-language-model-fine-tuned-on-dozens-of-thousands-of-french-recipes-bcdb8e560571)