CasperEriksen commited on
Commit
80d9280
1 Parent(s): d0e4fd1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -5,6 +5,7 @@ This model is [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) fine-t
5
 
6
  ## Data
7
  Approximately 2.5 million business names and descriptions of activities from Norwegian and Danish businesses were used to fine-tune the model. The Norwegian descriptions were translated into Danish and the Norwegian SN 2007 codes were translated into Danish DB07 codes.
 
8
  The model was trained on input texts in the format f"{business_name}</s>{description_of_activity}".
9
 
10
  ## Quick Start
 
5
 
6
  ## Data
7
  Approximately 2.5 million business names and descriptions of activities from Norwegian and Danish businesses were used to fine-tune the model. The Norwegian descriptions were translated into Danish and the Norwegian SN 2007 codes were translated into Danish DB07 codes.
8
+
9
  The model was trained on input texts in the format f"{business_name}</s>{description_of_activity}".
10
 
11
  ## Quick Start