nuhuibrahim commited on
Commit
9f3f588
·
verified ·
1 Parent(s): 25a81bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,13 +17,13 @@ tags:
17
 
18
  # ReciFineGold RecipeRoBERTa (Knowledge-Augmented and Entity Type-Specific (KAES) Token Classification with Entity Type Knowledge Type) `recifinegold-reciperoberta-ka-entity-type`
19
 
20
- This model is a **RoBERTa-base-uncased** token-classification model trained on **ReciFineGold** for **recipe-focused Named Entity Recognition (NER)** using a **Knowledge-Augmented & Entity Type-Specific (KAES)** formulation.
21
 
22
  In KAES, the model extracts **one entity type at a time** by **prepending a curated knowledge context** (here: a natural-language **entity type prompt**) to the input recipe sentence. This encourages the encoder to focus on spans relevant to the requested entity type, rather than relying only on the sentence’s internal context.
23
 
24
  ## What this checkpoint is
25
 
26
- - **Backbone:** RoBERTa-base-uncased
27
  - **Task:** Token classification (BIO-style tagging)
28
  - **Formulation:** Knowledge-Augmented + Entity Type-Specific (single entity type per run)
29
  - **Knowledge type:** **Entity Type prompt** (e.g., “FOOD STATE”)
 
17
 
18
  # ReciFineGold RecipeRoBERTa (Knowledge-Augmented and Entity Type-Specific (KAES) Token Classification with Entity Type Knowledge Type) `recifinegold-reciperoberta-ka-entity-type`
19
 
20
+ This model is a **RoBERTa-base** token-classification model trained on **ReciFineGold** for **recipe-focused Named Entity Recognition (NER)** using a **Knowledge-Augmented & Entity Type-Specific (KAES)** formulation.
21
 
22
  In KAES, the model extracts **one entity type at a time** by **prepending a curated knowledge context** (here: a natural-language **entity type prompt**) to the input recipe sentence. This encourages the encoder to focus on spans relevant to the requested entity type, rather than relying only on the sentence’s internal context.
23
 
24
  ## What this checkpoint is
25
 
26
+ - **Backbone:** RoBERTa-base
27
  - **Task:** Token classification (BIO-style tagging)
28
  - **Formulation:** Knowledge-Augmented + Entity Type-Specific (single entity type per run)
29
  - **Knowledge type:** **Entity Type prompt** (e.g., “FOOD STATE”)