Benedikt-Geir-Johannesson commited on
Commit
5fcc764
·
verified ·
1 Parent(s): c688742

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # Classifying Text into NACE Codes
2
 
3
  This model is [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) fine-tuned to classify descriptions of activities into [NACE Rev. 2](https://ec.europa.eu/eurostat/web/nace-rev2) codes.
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - is
5
+ base_model:
6
+ - erst/xlm-roberta-base-finetuned-nace
7
+ pipeline_tag: text-classification
8
+ ---
9
  # Classifying Text into NACE Codes
10
 
11
  This model is [xlm-roberta-base](https://huggingface.co/xlm-roberta-base) fine-tuned to classify descriptions of activities into [NACE Rev. 2](https://ec.europa.eu/eurostat/web/nace-rev2) codes.