juancavallotti
commited on
Merge conflicts
Browse files
README.md
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Culinary Roberta
|
2 |
+
|
3 |
+
I call this `roberta` as I only did language adaptation using MLM.
|
4 |
+
|
5 |
+
This model starts from BERT-BASE. I ran a MLM language adaptation stage based on:
|
6 |
+
* The steps and ingredients of the `recipe_nlg` dataset.
|
7 |
+
* Food-related books found on project gutenberg.
|
8 |
+
* Food blogs scraped from the internet.
|
9 |
+
|
10 |
+
After this, I fine-tune it as a sentence-pair classification, based on ingredient synonyms using WordNet.
|