napatswift commited on
Commit
be02b6a
·
1 Parent(s): 21bc2ef

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -26,7 +26,7 @@
26
  "max_position_embeddings": 512,
27
  "model_type": "bert",
28
  "num_attention_heads": 12,
29
- "num_hidden_layers": 8,
30
  "pad_token_id": 0,
31
  "pooler_fc_size": 768,
32
  "pooler_num_attention_heads": 12,
 
26
  "max_position_embeddings": 512,
27
  "model_type": "bert",
28
  "num_attention_heads": 12,
29
+ "num_hidden_layers": 12,
30
  "pad_token_id": 0,
31
  "pooler_fc_size": 768,
32
  "pooler_num_attention_heads": 12,
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc043550f3a5b4df1eb501a2ba66b247e932f779605a87ad1b19b9fdcef0158b
3
- size 254593069
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17c5d0a17fbabe63169282e11fe199bce52371e5fab9980014fd4ba291847f86
3
+ size 368020973
runs/Dec27_17-18-32_e33944a55c4a/1672161689.267626/events.out.tfevents.1672161689.e33944a55c4a.2651.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5e530d63bffbe08de19d085713619ac6525afb833c7a6eedfde58596f0d3763
3
+ size 5494
runs/Dec27_17-18-32_e33944a55c4a/events.out.tfevents.1672161689.e33944a55c4a.2651.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73075e631279ac5eebc9f359085a594b7ba076a552d4dccb58b0c2d1d63b49cc
3
+ size 4510
tokenizer.json CHANGED
@@ -6,7 +6,14 @@
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
- "padding": null,
 
 
 
 
 
 
 
10
  "added_tokens": [
11
  {
12
  "id": 0,
 
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
+ "padding": {
10
+ "strategy": "BatchLongest",
11
+ "direction": "Right",
12
+ "pad_to_multiple_of": null,
13
+ "pad_id": 0,
14
+ "pad_type_id": 0,
15
+ "pad_token": "[PAD]"
16
+ },
17
  "added_tokens": [
18
  {
19
  "id": 0,
tokenizer_config.json CHANGED
@@ -4,7 +4,7 @@
4
  "do_lower_case": false,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
- "name_or_path": "bkk-ner-model",
8
  "never_split": null,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
 
4
  "do_lower_case": false,
5
  "mask_token": "[MASK]",
6
  "model_max_length": 512,
7
+ "name_or_path": "Geotrend/bert-base-th-cased",
8
  "never_split": null,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e840626f35d1501b96ac0f14e76ace29cb3bda2ef591a29e58612a26c7239e4a
3
  size 3387
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:da5ea1c37a2cfb974397c26d317f9fd5960204cfa4b187ef53090d3d78702cbc
3
  size 3387