Ludo33 commited on
Commit
1a5257b
·
verified ·
1 Parent(s): 792e387

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +45 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "Biodiversit\u00e9 - Alimentation biologique",
15
+ "2": "Biodiversit\u00e9 - Fournitures et produits d'entretiens \u00e9cologiques",
16
+ "3": "Biodiversit\u00e9 - Protection de la faune et de la flore",
17
+ "4": "Biodiversit\u00e9 - Plan d'actions en faveur de la biodiversit\u00e9",
18
+ "5": "Biodiversit\u00e9 - Sensibilisation \u00e0 la biodiversit\u00e9",
19
+ "6": "Biodiversit\u00e9 - V\u00e9g\u00e9talisation"
20
+ },
21
+ "initializer_range": 0.02,
22
+ "intermediate_size": 4096,
23
+ "label2id": {
24
+ "Aucun th\u00e8me": "0",
25
+ "Biodiversit\u00e9 - Alimentation biologique": "1",
26
+ "Biodiversit\u00e9 - Fournitures et produits d'entretiens \u00e9cologiques": "2",
27
+ "Biodiversit\u00e9 - Plan d'actions en faveur de la biodiversit\u00e9": "4",
28
+ "Biodiversit\u00e9 - Protection de la faune et de la flore": "3",
29
+ "Biodiversit\u00e9 - Sensibilisation \u00e0 la biodiversit\u00e9": "5",
30
+ "Biodiversit\u00e9 - V\u00e9g\u00e9talisation": "6"
31
+ },
32
+ "layer_norm_eps": 1e-05,
33
+ "max_position_embeddings": 514,
34
+ "model_type": "xlm-roberta",
35
+ "num_attention_heads": 16,
36
+ "num_hidden_layers": 24,
37
+ "output_past": true,
38
+ "pad_token_id": 1,
39
+ "position_embedding_type": "absolute",
40
+ "torch_dtype": "float32",
41
+ "transformers_version": "4.52.4",
42
+ "type_vocab_size": 1,
43
+ "use_cache": true,
44
+ "vocab_size": 250002
45
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e2cffe8485ec8e4899a8907c40185a206401346cf79aa904fc1f122028050b3
3
+ size 2239639172
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:555dc97ff1369b3c1537caf8ab365b21ba7b2da35e1fae221794739f852bf47e
3
+ size 5304