lunarlist commited on
Commit
8e58711
·
1 Parent(s): 73d49ae

Training in progress, epoch 1

Browse files
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "clicknext/phayathaibert",
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": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "I-location",
16
+ "2": "I-person",
17
+ "3": "S-facility",
18
+ "4": "B-location",
19
+ "5": "B-num",
20
+ "6": "E-num",
21
+ "7": "I-date",
22
+ "8": "I-woa",
23
+ "9": "E-person",
24
+ "10": "B-facility",
25
+ "11": "S-woa",
26
+ "12": "E-organisation",
27
+ "13": "E-woa",
28
+ "14": "I-norp",
29
+ "15": "S-num",
30
+ "16": "I-misc",
31
+ "17": "B-organisation",
32
+ "18": "B-woa",
33
+ "19": "E-event",
34
+ "20": "S-location",
35
+ "21": "E-date",
36
+ "22": "S-person",
37
+ "23": "S-date",
38
+ "24": "B-person",
39
+ "25": "I-organisation",
40
+ "26": "S-norp",
41
+ "27": "B-norp",
42
+ "28": "B-date",
43
+ "29": "I-event",
44
+ "30": "E-location",
45
+ "31": "E-misc",
46
+ "32": "S-event",
47
+ "33": "B-event",
48
+ "34": "I-facility",
49
+ "35": "E-facility",
50
+ "36": "S-organisation",
51
+ "37": "E-norp",
52
+ "38": "S-misc",
53
+ "39": "I-num",
54
+ "40": "B-misc"
55
+ },
56
+ "initializer_range": 0.02,
57
+ "intermediate_size": 3072,
58
+ "label2id": {
59
+ "B-date": 28,
60
+ "B-event": 33,
61
+ "B-facility": 10,
62
+ "B-location": 4,
63
+ "B-misc": 40,
64
+ "B-norp": 27,
65
+ "B-num": 5,
66
+ "B-organisation": 17,
67
+ "B-person": 24,
68
+ "B-woa": 18,
69
+ "E-date": 21,
70
+ "E-event": 19,
71
+ "E-facility": 35,
72
+ "E-location": 30,
73
+ "E-misc": 31,
74
+ "E-norp": 37,
75
+ "E-num": 6,
76
+ "E-organisation": 12,
77
+ "E-person": 9,
78
+ "E-woa": 13,
79
+ "I-date": 7,
80
+ "I-event": 29,
81
+ "I-facility": 34,
82
+ "I-location": 1,
83
+ "I-misc": 16,
84
+ "I-norp": 14,
85
+ "I-num": 39,
86
+ "I-organisation": 25,
87
+ "I-person": 2,
88
+ "I-woa": 8,
89
+ "O": 0,
90
+ "S-date": 23,
91
+ "S-event": 32,
92
+ "S-facility": 3,
93
+ "S-location": 20,
94
+ "S-misc": 38,
95
+ "S-norp": 26,
96
+ "S-num": 15,
97
+ "S-organisation": 36,
98
+ "S-person": 22,
99
+ "S-woa": 11
100
+ },
101
+ "layer_norm_eps": 1e-12,
102
+ "max_position_embeddings": 512,
103
+ "model_type": "camembert",
104
+ "num_attention_heads": 12,
105
+ "num_hidden_layers": 12,
106
+ "pad_token_id": 1,
107
+ "position_embedding_type": "absolute",
108
+ "torch_dtype": "float32",
109
+ "transformers_version": "4.35.2",
110
+ "type_vocab_size": 1,
111
+ "use_cache": true,
112
+ "vocab_size": 249262
113
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5ca9b9c3987d1870611bb6e07f8b413659267d660dac393c8ecf796fb4a93b2
3
+ size 1107682972
runs/Dec14_00-15-44_11a3d5afdf0e/events.out.tfevents.1702512956.11a3d5afdf0e.150.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3535192cbe399b90e445d6736200afbed7620fc98ebc512a658265870f152d
3
+ size 6596
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": true,
14
+ "rstrip": false,
15
+ "single_word": false
16
+ },
17
+ "pad_token": "<pad>",
18
+ "sep_token": "</s>",
19
+ "unk_token": "<unk>"
20
+ }
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86b3153ebcf48d097d3a447948762f09e2e4648b69ebcff9b5047fc62510fe66
3
+ size 17349657
tokenizer_config.json ADDED
The diff for this file is too large to render. See raw diff
 
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28ada073f2cb356713a55228dee302c607633c4849cac66d06f9600cd3a26076
3
+ size 4600