Ludo33 commited on
Commit
a8b5011
·
verified ·
1 Parent(s): 837f617

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.55.0",
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:c1bcfe9afbd911ba9c24b9f558dfab59fd3c172ccd3361cc2d4606fbcea0a849
3
+ size 2239643272
runs/Aug11_07-29-24_b04dc9864c63/events.out.tfevents.1754897368.b04dc9864c63.167.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a0b962ef962a15f4bc48b54792268a2cbf3997561a103a18fe924d631f0dd9cd
3
+ size 6360
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3e4092a9eed0fb299714a43f2066710cd3785f17492c127a93881d8b50ac31e
3
+ size 5432