Ludo33 commited on
Commit
a892fa7
·
verified ·
1 Parent(s): dd9b622

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +47 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "XLMRobertaForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 1024,
12
+ "id2label": {
13
+ "0": "Aucun th\u00e8me",
14
+ "1": "RSE - \u00c9galit\u00e9, protection, inclusion",
15
+ "2": "RSE - Engagement des collaborateurs",
16
+ "3": "RSE - Accessibilit\u00e9",
17
+ "4": "RSE - Mise en place d'une politique RSE",
18
+ "5": "RSE - Protection du patrimoine",
19
+ "6": "RSE - Sensibilisation aux pratiques durables",
20
+ "7": "RSE - Soutien associatif"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 4096,
24
+ "label2id": {
25
+ "Aucun th\u00e8me": "0",
26
+ "RSE - Accessibilit\u00e9": "3",
27
+ "RSE - Engagement des collaborateurs": "2",
28
+ "RSE - Mise en place d'une politique RSE": "4",
29
+ "RSE - Protection du patrimoine": "5",
30
+ "RSE - Sensibilisation aux pratiques durables": "6",
31
+ "RSE - Soutien associatif": "7",
32
+ "RSE - \u00c9galit\u00e9, protection, inclusion": "1"
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
+ "torch_dtype": "float32",
43
+ "transformers_version": "4.52.4",
44
+ "type_vocab_size": 1,
45
+ "use_cache": true,
46
+ "vocab_size": 250002
47
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46a62b1fc4b528f38945fd1dff04545b7e80b6c24899eefaed8a5e8cf8b8f652
3
+ size 2239643272
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52038779938df3e531d05c32d357e30a8643f8966cb9369397a73ed11b909b3c
3
+ size 5304