rhaymison commited on
Commit
c290cc6
·
verified ·
1 Parent(s): 6a60fc3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +33 -0
README.md CHANGED
@@ -20,6 +20,39 @@ should probably proofread and complete it, then remove this comment. -->
20
 
21
  This model aims to meet the needs of models in the Portuguese language. He has various named classes. Follow the list below:
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  This model is a fine-tuned version of [google-bert/bert-base-cased](https://huggingface.co/google-bert/bert-base-cased) on the None dataset.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 0.0618
 
20
 
21
  This model aims to meet the needs of models in the Portuguese language. He has various named classes. Follow the list below:
22
 
23
+ - `O`: 0
24
+ - `B-ANIM`: 1
25
+ - `B-BIO`: 2
26
+ - `B-CEL`: 3
27
+ - `B-DIS`: 4
28
+ - `B-EVE`: 5
29
+ - `B-FOOD`: 6
30
+ - `B-INST`: 7
31
+ - `B-LOC`: 8
32
+ - `B-MEDIA`: 9
33
+ - `B-MYTH`: 10
34
+ - `B-ORG`: 11
35
+ - `B-PER`: 12
36
+ - `B-PLANT`: 13
37
+ - `B-TIME`: 14
38
+ - `B-VEHI`: 15
39
+ - `I-ANIM`: 16
40
+ - `I-BIO`: 17
41
+ - `I-CEL`: 18
42
+ - `I-DIS`: 19
43
+ - `I-EVE`: 20
44
+ - `I-FOOD`: 21
45
+ - `I-INST`: 22
46
+ - `I-LOC`: 23
47
+ - `I-MEDIA`: 24
48
+ - `I-MYTH`: 25
49
+ - `I-ORG`: 26
50
+ - `I-PER`: 27
51
+ - `I-PLANT`: 28
52
+ - `I-TIME`: 29
53
+ - `I-VEHI`: 30
54
+
55
+
56
  This model is a fine-tuned version of [google-bert/bert-base-cased](https://huggingface.co/google-bert/bert-base-cased) on the None dataset.
57
  It achieves the following results on the evaluation set:
58
  - Loss: 0.0618