Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"architectures": [
|
3 |
+
"XLMRobertaForSequenceClassification"
|
4 |
+
],
|
5 |
+
"attention_probs_dropout_prob": 0.2,
|
6 |
+
"bos_token_id": 0,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"dtype": "float32",
|
9 |
+
"eos_token_id": 2,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.2,
|
12 |
+
"hidden_size": 1024,
|
13 |
+
"id2label": {
|
14 |
+
"0": "Aucun th\u00e8me",
|
15 |
+
"1": "Mobilit\u00e9 - Borne de recharge",
|
16 |
+
"2": "Mobilit\u00e9 - Covoiturage",
|
17 |
+
"3": "Mobilit\u00e9 - P\u00e9destre",
|
18 |
+
"4": "Mobilit\u00e9 - Sensibilisation \u00e0 la mobilit\u00e9 douce",
|
19 |
+
"5": "Mobilit\u00e9 - Transport collectif",
|
20 |
+
"6": "Mobilit\u00e9 - V\u00e9lo",
|
21 |
+
"7": "Aucun sentiment",
|
22 |
+
"8": "negative",
|
23 |
+
"9": "neutral",
|
24 |
+
"10": "positive"
|
25 |
+
},
|
26 |
+
"initializer_range": 0.02,
|
27 |
+
"intermediate_size": 4096,
|
28 |
+
"label2id": {
|
29 |
+
"Aucun sentiment": 7,
|
30 |
+
"Aucun th\u00e8me": 0,
|
31 |
+
"Mobilit\u00e9 - Borne de recharge": 1,
|
32 |
+
"Mobilit\u00e9 - Covoiturage": 2,
|
33 |
+
"Mobilit\u00e9 - P\u00e9destre": 3,
|
34 |
+
"Mobilit\u00e9 - Sensibilisation \u00e0 la mobilit\u00e9 douce": 4,
|
35 |
+
"Mobilit\u00e9 - Transport collectif": 5,
|
36 |
+
"Mobilit\u00e9 - V\u00e9lo": 6,
|
37 |
+
"negative": 8,
|
38 |
+
"neutral": 9,
|
39 |
+
"positive": 10
|
40 |
+
},
|
41 |
+
"layer_norm_eps": 1e-05,
|
42 |
+
"max_position_embeddings": 514,
|
43 |
+
"model_type": "xlm-roberta",
|
44 |
+
"num_attention_heads": 16,
|
45 |
+
"num_hidden_layers": 24,
|
46 |
+
"output_past": true,
|
47 |
+
"pad_token_id": 1,
|
48 |
+
"position_embedding_type": "absolute",
|
49 |
+
"problem_type": "multi_label_classification",
|
50 |
+
"transformers_version": "4.56.0",
|
51 |
+
"type_vocab_size": 1,
|
52 |
+
"use_cache": true,
|
53 |
+
"vocab_size": 250002
|
54 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51fd63e43e014f143055d8858c3e6ccd22ba3f4599e9c74753bf302288ddd0ee
|
3 |
+
size 2239655572
|
runs/Sep08_10-31-49_f24957ca6da4/events.out.tfevents.1757327514.f24957ca6da4.370.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b424b1967ead18aba585682560dbf673148bb945cc2682cd84c29fe92c7956ae
|
3 |
+
size 6507
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06e83e410e9754683fb63b8f9e19ed7e1d3c019414e67dd795892098472b53ff
|
3 |
+
size 5841
|