Ludo33 commited on
Commit
fa821db
·
verified ·
1 Parent(s): 95b2481

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "RSE - Accessibilit\u00e9",
15
+ "2": "RSE - Engagement des collaborateurs",
16
+ "3": "RSE - Mise en place d'une politique RSE",
17
+ "4": "RSE - Protection du patrimoine",
18
+ "5": "RSE - Sensibilisation aux pratiques durables",
19
+ "6": "RSE - Soutien associatif",
20
+ "7": "RSE - \u00c9galit\u00e9, protection, inclusion",
21
+ "8": "Aucun sentiment",
22
+ "9": "negative",
23
+ "10": "neutral",
24
+ "11": "positive"
25
+ },
26
+ "initializer_range": 0.02,
27
+ "intermediate_size": 4096,
28
+ "label2id": {
29
+ "Aucun sentiment": 8,
30
+ "Aucun th\u00e8me": 0,
31
+ "RSE - Accessibilit\u00e9": 1,
32
+ "RSE - Engagement des collaborateurs": 2,
33
+ "RSE - Mise en place d'une politique RSE": 3,
34
+ "RSE - Protection du patrimoine": 4,
35
+ "RSE - Sensibilisation aux pratiques durables": 5,
36
+ "RSE - Soutien associatif": 6,
37
+ "RSE - \u00c9galit\u00e9, protection, inclusion": 7,
38
+ "negative": 9,
39
+ "neutral": 10,
40
+ "positive": 11
41
+ },
42
+ "layer_norm_eps": 1e-05,
43
+ "max_position_embeddings": 514,
44
+ "model_type": "xlm-roberta",
45
+ "num_attention_heads": 16,
46
+ "num_hidden_layers": 24,
47
+ "output_past": true,
48
+ "pad_token_id": 1,
49
+ "position_embedding_type": "absolute",
50
+ "problem_type": "multi_label_classification",
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.55.0",
53
+ "type_vocab_size": 1,
54
+ "use_cache": true,
55
+ "vocab_size": 250002
56
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1746e6965ec8921f5b5a4945919712bf1691489b4c43625eb4ce1dff2ff77f23
3
+ size 2239659672
runs/Aug11_13-25-49_4fff1227f8af/events.out.tfevents.1754918754.4fff1227f8af.297.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5671f98acd46b7c5ad3bc750bcce866add57be8342eeb52519b5e6196bf164a
3
+ size 6562
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6c0930b348c952a5cfd3faf732170cbb4c9a7736a0d342f4fd1c677bfeecbb7
3
+ size 5432