Spaces:
Runtime error
Runtime error
File size: 1,990 Bytes
8e10d25 f3f3e83 8e10d25 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 |
{
"ruta_fichero_entrada": "__appcache__/biConNotaAnon.json",
"ruta_fichero_salida": "archivos/OutputFiles/biConNotaAnon_out.json",
"ruta_hunspell": {
"aff": "es_ES",
"dic": "es_ES.dic"
},
"Parametros_Analisis": {
"estudiantes":{
"ID_rango": "{5-8, 15-20}",
"Todos": 0
},
"Ortografia":{
"Activado": 1
},
"Sintaxis":{
"Activado": 1
},
"Semantica":{
"Activado": 1,
"frases":{
"Agrupacion": {
"Minimo": 1,
"Maximo": 8
}
}
}
},
"Parametros_Rubrica": {
"Ortografia":{
"NMaxErrores": 5,
"FaltasSalvaguarda": 1,
"Peso": 0.1
},
"Sintaxis":{
"NMaxFrases": 0,
"NMaxPalabras":0,
"Peso": 0.1
},
"Semantica":{
"Peso": 0.8,
"Similitud":{
"UmbralesSimilitud": {
"SM": "{0.3-0.7}",
"MD": "{0.3-0.9}",
"LG": "{0.3-0.9}"
},
"Spacy":{
"SM": "es_core_news_sm",
"MD": "es_core_news_md",
"LG": "es_core_news_lg",
"Package": "SM"
},
"Bert":{
"model_path": "Prueba_anterior/Model_bert-base-multilingual-uncased/50_Epochs",
"model": "bert-base-multilingual-uncased",
"epoch": 50
}
},
"LineaRespuesta":{
"ThresholdToConsiderCeroValue": {
"SM": 0.615,
"MD": 0.875,
"LG": 0.875
}
}
}
}
} |