Ludo33 commited on
Commit
8f2edc3
·
verified ·
1 Parent(s): 47ea60d

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": "Economie circulaire - Achats locaux",
15
+ "2": "Economie circulaire - Alimentation",
16
+ "3": "Economie circulaire - Collaboration locale",
17
+ "4": "Economie circulaire - Construction durable",
18
+ "5": "Economie circulaire - Plan d'actions en faveur de l'\u00e9conomie circulaire",
19
+ "6": "Economie circulaire - R\u00e9emploi",
20
+ "7": "Economie circulaire - Sensibilisation \u00e0 l'\u00e9conomie circulaire",
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
+ "Economie circulaire - Achats locaux": 1,
32
+ "Economie circulaire - Alimentation": 2,
33
+ "Economie circulaire - Collaboration locale": 3,
34
+ "Economie circulaire - Construction durable": 4,
35
+ "Economie circulaire - Plan d'actions en faveur de l'\u00e9conomie circulaire": 5,
36
+ "Economie circulaire - R\u00e9emploi": 6,
37
+ "Economie circulaire - Sensibilisation \u00e0 l'\u00e9conomie circulaire": 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:dc3c0fa09204d42d35f9d936f2f47f719ce7246523434ce2a7ee665fb1645ca7
3
+ size 2239659672
runs/Aug12_12-54-30_a74a4cb4bf15/events.out.tfevents.1755003275.a74a4cb4bf15.973.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed7dc3673aab7643639dc657b17b2e6401411b69735e701f94096f1280eacf06
3
+ size 6747
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9e8315cbb08a202d3761ac1cf7c14a0167f531c04caccb3fc841737f3cb46384
3
+ size 5432