stulcrad commited on
Commit
299f518
·
verified ·
1 Parent(s): eb27835

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -20
README.md CHANGED
@@ -37,12 +37,9 @@ model-index:
37
  value: 0.9771662763466042
38
  ---
39
 
40
- <!-- This model card has been generated automatically according to the information the Trainer had access to. You
41
- should probably proofread and complete it, then remove this comment. -->
42
-
43
  # CNEC_xlm-roberta-large
44
 
45
- This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on the cnec dataset.
46
  It achieves the following results on the evaluation set:
47
  - Loss: 0.1471
48
  - Precision: 0.8567
@@ -51,22 +48,22 @@ It achieves the following results on the evaluation set:
51
  - Accuracy: 0.9772
52
 
53
  ## Model description
54
-
55
- 'O' = Outside of a named entity
56
- 'B-A' = Beginning of a complex address number (Postal code, street number, even phone number)
57
- 'I-A' = Inside of a number in the address
58
- 'B-G' = Beginning of a geographical name
59
- 'I-G' = Inside of a geographical name
60
- 'B-I' = Beginning of an institution name
61
- 'I-I' = Inside of an institution name
62
- 'B-M' = Beginning of a media name (email, server, website, tv series, etc.)
63
- 'I-M' = Inside of a media name
64
- 'B-O' = Beginning of an artifact name (book, old movies, etc.)
65
- 'I-O' = Inside of an artifact name
66
- 'B-P' = Beginning of a person's name
67
- 'I-P' = Inside of a person's name
68
- 'B-T' = Beginning of a time expression
69
- 'I-T' = Inside of a time expression
70
 
71
  ## Intended uses & limitations
72
 
 
37
  value: 0.9771662763466042
38
  ---
39
 
 
 
 
40
  # CNEC_xlm-roberta-large
41
 
42
+ This model is a fine-tuned version of [FacebookAI/xlm-roberta-large](https://huggingface.co/FacebookAI/xlm-roberta-large) on the [cnec](https://lindat.cz/repository/xmlui/handle/11234/1-3493) dataset.
43
  It achieves the following results on the evaluation set:
44
  - Loss: 0.1471
45
  - Precision: 0.8567
 
48
  - Accuracy: 0.9772
49
 
50
  ## Model description
51
+ The entities are described as:
52
+ - 'O' = Outside of a named entity
53
+ - 'B-A' = Beginning of a complex address number (Postal code, street number, even phone number)
54
+ - 'I-A' = Inside of a number in the address
55
+ - 'B-G' = Beginning of a geographical name
56
+ - 'I-G' = Inside of a geographical name
57
+ - 'B-I' = Beginning of an institution name
58
+ - 'I-I' = Inside of an institution name
59
+ - 'B-M' = Beginning of a media name (email, server, website, tv series, etc.)
60
+ - 'I-M' = Inside of a media name
61
+ - 'B-O' = Beginning of an artifact name (book, old movies, etc.)
62
+ - 'I-O' = Inside of an artifact name
63
+ - 'B-P' = Beginning of a person's name
64
+ - 'I-P' = Inside of a person's name
65
+ - 'B-T' = Beginning of a time expression
66
+ - 'I-T' = Inside of a time expression
67
 
68
  ## Intended uses & limitations
69