bvantuan commited on
Commit
4e600c2
1 Parent(s): a3f14d1

Upload CamembertForTokenClassification

Browse files
Files changed (2) hide show
  1. config.json +58 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "./save/test_15/best_epoch/",
3
+ "architectures": [
4
+ "CamembertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-MWE",
16
+ "2": "I-MWE",
17
+ "3": "B-IRV",
18
+ "4": "I-IRV",
19
+ "5": "B-LVC.cause",
20
+ "6": "I-LVC.cause",
21
+ "7": "B-LVC.full",
22
+ "8": "I-LVC.full",
23
+ "9": "B-MVC",
24
+ "10": "I-MVC",
25
+ "11": "B-VID",
26
+ "12": "I-VID"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 4096,
30
+ "label2id": {
31
+ "B-IRV": 3,
32
+ "B-LVC.cause": 5,
33
+ "B-LVC.full": 7,
34
+ "B-MVC": 9,
35
+ "B-MWE": 1,
36
+ "B-VID": 11,
37
+ "I-IRV": 4,
38
+ "I-LVC.cause": 6,
39
+ "I-LVC.full": 8,
40
+ "I-MVC": 10,
41
+ "I-MWE": 2,
42
+ "I-VID": 12,
43
+ "O": 0
44
+ },
45
+ "layer_norm_eps": 1e-05,
46
+ "max_position_embeddings": 514,
47
+ "model_type": "camembert",
48
+ "num_attention_heads": 16,
49
+ "num_hidden_layers": 24,
50
+ "output_past": true,
51
+ "pad_token_id": 1,
52
+ "position_embedding_type": "absolute",
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.30.2",
55
+ "type_vocab_size": 1,
56
+ "use_cache": true,
57
+ "vocab_size": 32005
58
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9cbdf1b313196f636539ab4b011ae5870e5d2bf90d0d218a63fa5446e8a8df7
3
+ size 1342634797