hkaraoguz commited on
Commit
9aed1a9
1 Parent(s): 562cb6f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -36,7 +36,7 @@ model-index:
36
  type: accuracy
37
  value: 0.979997105690534
38
  widget:
39
- - "Jag heter Peter Petersson och jag jobbar på Skatteverket."
40
  inference:
41
  parameters:
42
  aggregation_strategy: "first"
@@ -57,7 +57,10 @@ It achieves the following results on the evaluation set:
57
 
58
  ## Model description
59
 
60
- Finetuned the model from [KB/bert-base-swedish-cased](https://huggingface.co/KB/bert-base-swedish-cased) for Swedish NER task.
 
 
 
61
 
62
  ## Intended uses & limitations
63
 
 
36
  type: accuracy
37
  value: 0.979997105690534
38
  widget:
39
+ - "Jag heter Peter Petersson och jag jobbar på Skatteverket. Jag bor i Uppsala."
40
  inference:
41
  parameters:
42
  aggregation_strategy: "first"
 
57
 
58
  ## Model description
59
 
60
+ Finetuned the model from [KB/bert-base-swedish-cased](https://huggingface.co/KB/bert-base-swedish-cased) for Swedish NER task. The model can classify three categories:
61
+ - PER (person names)
62
+ - LOC (Location)
63
+ - ORG (Organization)
64
 
65
  ## Intended uses & limitations
66