alcalazans commited on
Commit
3bdb022
verified
1 Parent(s): 95389ad

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +30 -1
README.md CHANGED
@@ -20,7 +20,36 @@ It achieves the following results on the evaluation set:
20
 
21
  ## Model description
22
 
23
- More information needed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
 
25
  ## Intended uses & limitations
26
 
 
20
 
21
  ## Model description
22
 
23
+ Dataset com 1750 registros.
24
+ M茅dia do tamanho dos contextos: 2467.439831104856
25
+
26
+ ["train"] : 1421 registros
27
+
28
+ ["test"] : 329 registros 20%
29
+
30
+ {'exact_match': 6.990881458966565, 'f1': 41.36428322707063}
31
+
32
+
33
+
34
+ ## Resultados:
35
+
36
+ ### Resultados com contexto com 6697 caracteres
37
+
38
+ " content/sample_data/ibama_29102024_20241029175942 :
39
+ 'exact_match': 3.9755351681957185, 'f1': 38.429269059347 ",
40
+ " pierreguillou/bert-base-cased-squad-v1.1-portuguese :
41
+ 'exact_match': 6.422018348623853, 'f1': 37.47550481021018 ",
42
+ " neuralmind/bert-base-portuguese-cased :
43
+ 'exact_match': 0.0, 'f1': 21.520346204352514 "
44
+
45
+ ### Resultados com contexto com 512 caracteres
46
+
47
+ " content/sample_data/ibama_29102024_20241029175942 :
48
+ 'exact_match': 12.67605633802817, 'f1': 70.76635146201694 ",
49
+ " pierreguillou/bert-base-cased-squad-v1.1-portuguese :
50
+ 'exact_match': 1.408450704225352, 'f1': 38.42469128241023 ",
51
+ " neuralmind/bert-base-portuguese-cased :
52
+ 'exact_match': 0.0, 'f1': 15.264048430063177 "
53
 
54
  ## Intended uses & limitations
55