Porameht commited on
Commit
9d393c9
·
verified ·
1 Parent(s): 29cb304

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,97 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "airesearch/wangchanberta-base-att-spm-uncased",
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
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "B-PERSON",
16
+ "1": "I-PERSON",
17
+ "2": "O",
18
+ "3": "B-ORGANIZATION",
19
+ "4": "B-LOCATION",
20
+ "5": "I-ORGANIZATION",
21
+ "6": "I-LOCATION",
22
+ "7": "B-DATE",
23
+ "8": "I-DATE",
24
+ "9": "B-TIME",
25
+ "10": "I-TIME",
26
+ "11": "B-MONEY",
27
+ "12": "I-MONEY",
28
+ "13": "B-FACILITY",
29
+ "14": "I-FACILITY",
30
+ "15": "B-URL",
31
+ "16": "I-URL",
32
+ "17": "B-PERCENT",
33
+ "18": "I-PERCENT",
34
+ "19": "B-LEN",
35
+ "20": "I-LEN",
36
+ "21": "B-AGO",
37
+ "22": "I-AGO",
38
+ "23": "B-LAW",
39
+ "24": "I-LAW",
40
+ "25": "B-PHONE",
41
+ "26": "I-PHONE",
42
+ "27": "B-EMAIL",
43
+ "28": "I-EMAIL",
44
+ "29": "B-ZIP",
45
+ "30": "B-TEMPERATURE",
46
+ "31": "I-TEMPERATURE"
47
+ },
48
+ "initializer_range": 0.02,
49
+ "intermediate_size": 3072,
50
+ "label2id": {
51
+ "B-AGO": 21,
52
+ "B-DATE": 7,
53
+ "B-EMAIL": 27,
54
+ "B-FACILITY": 13,
55
+ "B-LAW": 23,
56
+ "B-LEN": 19,
57
+ "B-LOCATION": 4,
58
+ "B-MONEY": 11,
59
+ "B-ORGANIZATION": 3,
60
+ "B-PERCENT": 17,
61
+ "B-PERSON": 0,
62
+ "B-PHONE": 25,
63
+ "B-TEMPERATURE": 30,
64
+ "B-TIME": 9,
65
+ "B-URL": 15,
66
+ "B-ZIP": 29,
67
+ "I-AGO": 22,
68
+ "I-DATE": 8,
69
+ "I-EMAIL": 28,
70
+ "I-FACILITY": 14,
71
+ "I-LAW": 24,
72
+ "I-LEN": 20,
73
+ "I-LOCATION": 6,
74
+ "I-MONEY": 12,
75
+ "I-ORGANIZATION": 5,
76
+ "I-PERCENT": 18,
77
+ "I-PERSON": 1,
78
+ "I-PHONE": 26,
79
+ "I-TEMPERATURE": 31,
80
+ "I-TIME": 10,
81
+ "I-URL": 16,
82
+ "O": 2
83
+ },
84
+ "layer_norm_eps": 1e-12,
85
+ "max_position_embeddings": 512,
86
+ "model_type": "camembert",
87
+ "num_attention_head": 12,
88
+ "num_attention_heads": 12,
89
+ "num_hidden_layers": 12,
90
+ "pad_token_id": 1,
91
+ "position_embedding_type": "absolute",
92
+ "torch_dtype": "float32",
93
+ "transformers_version": "4.47.1",
94
+ "type_vocab_size": 1,
95
+ "use_cache": true,
96
+ "vocab_size": 25005
97
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7c8ca5c0d444769d99e4b552dd4d18297494adf3a636f118e1f5c401df50492
3
+ size 418737632
runs/Feb12_08-31-50_6761f8d55dac/events.out.tfevents.1739349111.6761f8d55dac.18798.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1bc4ce3bd767426fcae1117f4765aeefbab2668464487ceb8bca0d218825763
3
+ size 6559
runs/Feb12_08-32-01_6761f8d55dac/events.out.tfevents.1739349122.6761f8d55dac.18798.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90c11d033887ca494bc89d41eb316605069e676044978e00e433981c2f7c4913
3
+ size 7032
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:49c4ba4e495ddf31eb2fdba7fc6aef3c233091d25d35bc9d24694ccf48ae114c
3
+ size 904693
special_tokens_map.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "additional_special_tokens": [
3
+ "<s>NOTUSED",
4
+ "</s>NOTUSED",
5
+ "<_>"
6
+ ],
7
+ "bos_token": "<s>",
8
+ "cls_token": "<s>",
9
+ "eos_token": "</s>",
10
+ "mask_token": {
11
+ "content": "<mask>",
12
+ "lstrip": true,
13
+ "normalized": false,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
+ "pad_token": "<pad>",
18
+ "sep_token": "</s>",
19
+ "unk_token": "<unk>"
20
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>NOTUSED",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>NOTUSED",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "5": {
36
+ "content": "<s>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ },
43
+ "6": {
44
+ "content": "</s>",
45
+ "lstrip": false,
46
+ "normalized": false,
47
+ "rstrip": false,
48
+ "single_word": false,
49
+ "special": true
50
+ },
51
+ "8": {
52
+ "content": "<_>",
53
+ "lstrip": false,
54
+ "normalized": false,
55
+ "rstrip": false,
56
+ "single_word": false,
57
+ "special": false
58
+ },
59
+ "25004": {
60
+ "content": "<mask>",
61
+ "lstrip": true,
62
+ "normalized": false,
63
+ "rstrip": false,
64
+ "single_word": false,
65
+ "special": true
66
+ }
67
+ },
68
+ "additional_special_tokens": [
69
+ "<s>NOTUSED",
70
+ "</s>NOTUSED",
71
+ "<_>"
72
+ ],
73
+ "bos_token": "<s>",
74
+ "clean_up_tokenization_spaces": false,
75
+ "cls_token": "<s>",
76
+ "eos_token": "</s>",
77
+ "extra_special_tokens": {},
78
+ "mask_token": "<mask>",
79
+ "model_max_length": 1000000000000000019884624838656,
80
+ "pad_token": "<pad>",
81
+ "sep_token": "</s>",
82
+ "sp_model_kwargs": {},
83
+ "tokenizer_class": "CamembertTokenizer",
84
+ "unk_token": "<unk>"
85
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:881e08502357b869e9d756dee875d592aa1a0f44ce77721dcee4e103464d8b51
3
+ size 5432