Upload 7 files
Browse files- config.json +2 -1
- script_params.json +31 -0
config.json
CHANGED
@@ -40,6 +40,7 @@
|
|
40 |
"suppress_tokens": null,
|
41 |
"begin_suppress_tokens": null,
|
42 |
"architectures": [
|
|
|
43 |
"DistilBertForMaskedLM"
|
44 |
],
|
45 |
"finetuning_task": null,
|
@@ -60,7 +61,7 @@
|
|
60 |
"decoder_start_token_id": null,
|
61 |
"task_specific_params": null,
|
62 |
"problem_type": null,
|
63 |
-
"_name_or_path": "/
|
64 |
"transformers_version": "4.27.4",
|
65 |
"vocab_size": 44761,
|
66 |
"max_position_embeddings": 512,
|
|
|
40 |
"suppress_tokens": null,
|
41 |
"begin_suppress_tokens": null,
|
42 |
"architectures": [
|
43 |
+
"DistilBertModel",
|
44 |
"DistilBertForMaskedLM"
|
45 |
],
|
46 |
"finetuning_task": null,
|
|
|
61 |
"decoder_start_token_id": null,
|
62 |
"task_specific_params": null,
|
63 |
"problem_type": null,
|
64 |
+
"_name_or_path": "somelog-experiments/models/base/kgi/kgi-bert-fr-v2",
|
65 |
"transformers_version": "4.27.4",
|
66 |
"vocab_size": 44761,
|
67 |
"max_position_embeddings": 512,
|
script_params.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"kg_fp": "/lustre/fswork/projects/rech/cuf/udk72sb/umls-kgi/data/umls/fre_v0",
|
3 |
+
"corpus_fp": "/lustre/fswork/projects/rech/cuf/udk72sb/umls-kgi/data/e3c/fr.txt",
|
4 |
+
"model_path": "/lustre/fswork/projects/rech/cuf/udk72sb/umls-kgi/runs/frkgi_12-11_15-47/",
|
5 |
+
"eval_set_dir": null,
|
6 |
+
"tokenizer_path": "/lustre/fswork/projects/rech/cuf/udk72sb/mbiolm-proj/tokenisers/fr/wp50k.json",
|
7 |
+
"from_cp": true,
|
8 |
+
"from_scratch": false,
|
9 |
+
"add_bert_special_tokens": "std",
|
10 |
+
"add_relation_tokens": false,
|
11 |
+
"output_dir": "/lustre/fswork/projects/rech/cuf/udk72sb/umls-kgi/runs",
|
12 |
+
"model_run_name": "frkgi",
|
13 |
+
"train_set_frac": 0.95,
|
14 |
+
"batch_size": 30,
|
15 |
+
"lr": 5e-05,
|
16 |
+
"epochs": 8,
|
17 |
+
"grad_acc": 13,
|
18 |
+
"linear_schedule_epochs": null,
|
19 |
+
"seq_len": 256,
|
20 |
+
"seed": 42,
|
21 |
+
"task_coefs": null,
|
22 |
+
"epoch_checkpoint_interval": 4,
|
23 |
+
"n_text_docs": null,
|
24 |
+
"n_triples": null,
|
25 |
+
"constant_schedule": true,
|
26 |
+
"train_data_only": true,
|
27 |
+
"nosave": false,
|
28 |
+
"pb": false,
|
29 |
+
"db": false,
|
30 |
+
"fup": false
|
31 |
+
}
|