From bfc25f36f95baabdfe62c2eb1fefca12fe69b51a Mon Sep 17 00:00:00 2001 From: "laura.riviere" <laura.riviere@irit.fr> Date: Mon, 23 Jan 2023 18:10:50 +0100 Subject: [PATCH] add config test tony --- DISCUT/code/config_global_1.1.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/DISCUT/code/config_global_1.1.json b/DISCUT/code/config_global_1.1.json index f0b5843..b45806e 100644 --- a/DISCUT/code/config_global_1.1.json +++ b/DISCUT/code/config_global_1.1.json @@ -1,10 +1,10 @@ { "usecase_description": "Config file for usecase_1 : from a raw text, get the same text but with EDU bracket.", "data_raw": { - "name": "edgar_poe_en", + "name": "chaperonrouge", "exte": ".txt", - "language": "en", - "existing_metadata": true + "language": "fr", + "existing_metadata": false }, "steps":{ "main": "annotation", @@ -21,7 +21,7 @@ } }, "discourse_segmenter": { - "model": "/home/lriviere/andiamo/discut/Results_conllu/results_eng.rst.gum-eng_bert/model.tar.gz", + "model": "tony", "training": { "toolkit": null, "pre_trained_lm": null, @@ -30,7 +30,7 @@ "validation_data_path": null } }, - "evaluation": true, + "evaluation": false, "gold_test_data_path": null }, "output":{ -- GitLab