juancavallotti commited on
Commit
de4c93b
·
2 Parent(s): 6367b3b d5d957f

Merge conflicts

Browse files
Files changed (1) hide show
  1. README.md +10 -0
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.