AntoineD commited on
Commit
725437e
1 Parent(s): 32a8e14

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. adapter_model.bin +1 -1
  2. config.json +49 -0
  3. pytorch_model.bin +3 -0
  4. training_args.bin +1 -1
adapter_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:41b57ec30e8cfbc18a68ac8606f465b4d1c39879e355d03081aba277bbd067ec
3
  size 3585485
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ccece651cbb96f446a1fd195e5cb2717fe05b5c3fc1c3ae80137c6ebdc4d2ac
3
  size 3585485
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "camembert-base",
3
+ "architectures": [
4
+ "CamembertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 5,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 6,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "[TI][Cl]",
15
+ "1": "[TI][DO]",
16
+ "2": "[TI][Ca]",
17
+ "3": "[TI][RE]",
18
+ "4": "[RI][RW]",
19
+ "5": "[RI][RD]",
20
+ "6": "[AG][Cc]",
21
+ "7": "[autres]"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "[AG][Cc]": 6,
27
+ "[RI][RD]": 5,
28
+ "[RI][RW]": 4,
29
+ "[TI][Ca]": 2,
30
+ "[TI][Cl]": 0,
31
+ "[TI][DO]": 1,
32
+ "[TI][RE]": 3,
33
+ "[autres]": 7
34
+ },
35
+ "layer_norm_eps": 1e-05,
36
+ "max_position_embeddings": 514,
37
+ "model_type": "camembert",
38
+ "num_attention_heads": 12,
39
+ "num_hidden_layers": 12,
40
+ "output_past": true,
41
+ "pad_token_id": 1,
42
+ "position_embedding_type": "absolute",
43
+ "problem_type": "single_label_classification",
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.34.0",
46
+ "type_vocab_size": 1,
47
+ "use_cache": true,
48
+ "vocab_size": 32005
49
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e0b1573e08c15b9d7fba3fe7b105d749ffd09a2b46803513252eedf323f4643
3
+ size 442581361
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3a6516ba196a470ea7c206920140acb01f398249d6a2102f165ad9c07afa741
3
  size 4091
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dfc33901096a3767b5ba47fc1d2d28fa1c50c91e8e13a68211991eb1a84b49af
3
  size 4091