Training in progress, epoch 1
Browse files
config.json
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"architectures": [
|
| 3 |
+
"XLMRobertaForSequenceClassification"
|
| 4 |
+
],
|
| 5 |
+
"attention_probs_dropout_prob": 0.2,
|
| 6 |
+
"bos_token_id": 0,
|
| 7 |
+
"classifier_dropout": null,
|
| 8 |
+
"eos_token_id": 2,
|
| 9 |
+
"hidden_act": "gelu",
|
| 10 |
+
"hidden_dropout_prob": 0.2,
|
| 11 |
+
"hidden_size": 1024,
|
| 12 |
+
"id2label": {
|
| 13 |
+
"0": "Aucun th\u00e8me",
|
| 14 |
+
"1": "D\u00e9chet - Plan d'actions visant \u00e0 r\u00e9duire les d\u00e9chets",
|
| 15 |
+
"2": "D\u00e9chet - Promotion des \u00e9co-gestes pour le tri des d\u00e9chets",
|
| 16 |
+
"3": "D\u00e9chet - R\u00e9duction des d\u00e9chets",
|
| 17 |
+
"4": "Aucun sentiment",
|
| 18 |
+
"5": "negative",
|
| 19 |
+
"6": "neutral",
|
| 20 |
+
"7": "positive"
|
| 21 |
+
},
|
| 22 |
+
"initializer_range": 0.02,
|
| 23 |
+
"intermediate_size": 4096,
|
| 24 |
+
"label2id": {
|
| 25 |
+
"Aucun sentiment": 4,
|
| 26 |
+
"Aucun th\u00e8me": 0,
|
| 27 |
+
"D\u00e9chet - Plan d'actions visant \u00e0 r\u00e9duire les d\u00e9chets": 1,
|
| 28 |
+
"D\u00e9chet - Promotion des \u00e9co-gestes pour le tri des d\u00e9chets": 2,
|
| 29 |
+
"D\u00e9chet - R\u00e9duction des d\u00e9chets": 3,
|
| 30 |
+
"negative": 5,
|
| 31 |
+
"neutral": 6,
|
| 32 |
+
"positive": 7
|
| 33 |
+
},
|
| 34 |
+
"layer_norm_eps": 1e-05,
|
| 35 |
+
"max_position_embeddings": 514,
|
| 36 |
+
"model_type": "xlm-roberta",
|
| 37 |
+
"num_attention_heads": 16,
|
| 38 |
+
"num_hidden_layers": 24,
|
| 39 |
+
"output_past": true,
|
| 40 |
+
"pad_token_id": 1,
|
| 41 |
+
"position_embedding_type": "absolute",
|
| 42 |
+
"problem_type": "multi_label_classification",
|
| 43 |
+
"torch_dtype": "float32",
|
| 44 |
+
"transformers_version": "4.54.1",
|
| 45 |
+
"type_vocab_size": 1,
|
| 46 |
+
"use_cache": true,
|
| 47 |
+
"vocab_size": 250002
|
| 48 |
+
}
|
model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:db955663e46f9d8464ea75f99d5c5e611aa3fcdd0d9487dd5505b18ce77d6bc7
|
| 3 |
+
size 2239643272
|
runs/Aug07_14-50-37_6b1ae7afe8e8/events.out.tfevents.1754578248.6b1ae7afe8e8.175.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5e33e4e4382c280342bb12b3a0aa737da3a5625bb78ab3adcf77d09214510fec
|
| 3 |
+
size 6388
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9ce9ba4241e2fbf15ce6ad11433ed54dd349fb4d5448ae5a57e5fda053e0b28
|
| 3 |
+
size 5432
|