zanafi commited on
Commit
4d4c4c8
·
1 Parent(s): 7565738

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,13 +1,15 @@
1
  {
2
- "_name_or_path": "distilbert-base-multilingual-cased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForSequenceClassification"
6
  ],
7
- "attention_dropout": 0.1,
8
- "dim": 768,
9
- "dropout": 0.1,
10
- "hidden_dim": 3072,
 
 
 
11
  "id2label": {
12
  "0": "SEDIH",
13
  "1": "MARAH",
@@ -16,6 +18,7 @@
16
  "4": "SENENG"
17
  },
18
  "initializer_range": 0.02,
 
19
  "label2id": {
20
  "CINTA": 2,
21
  "MARAH": 1,
@@ -23,18 +26,18 @@
23
  "SENENG": 4,
24
  "TAKOT": 3
25
  },
 
26
  "max_position_embeddings": 512,
27
- "model_type": "distilbert",
28
- "n_heads": 12,
29
- "n_layers": 6,
30
  "output_past": true,
31
  "pad_token_id": 0,
 
32
  "problem_type": "single_label_classification",
33
- "qa_dropout": 0.1,
34
- "seq_classif_dropout": 0.2,
35
- "sinusoidal_pos_embds": false,
36
- "tie_weights_": true,
37
  "torch_dtype": "float32",
38
  "transformers_version": "4.30.2",
39
- "vocab_size": 119547
 
 
40
  }
 
1
  {
2
+ "_name_or_path": "indolem/indobert-base-uncased",
 
3
  "architectures": [
4
+ "BertForSequenceClassification"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_ids": 0,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
  "id2label": {
14
  "0": "SEDIH",
15
  "1": "MARAH",
 
18
  "4": "SENENG"
19
  },
20
  "initializer_range": 0.02,
21
+ "intermediate_size": 3072,
22
  "label2id": {
23
  "CINTA": 2,
24
  "MARAH": 1,
 
26
  "SENENG": 4,
27
  "TAKOT": 3
28
  },
29
+ "layer_norm_eps": 1e-12,
30
  "max_position_embeddings": 512,
31
+ "model_type": "bert",
32
+ "num_attention_heads": 12,
33
+ "num_hidden_layers": 12,
34
  "output_past": true,
35
  "pad_token_id": 0,
36
+ "position_embedding_type": "absolute",
37
  "problem_type": "single_label_classification",
 
 
 
 
38
  "torch_dtype": "float32",
39
  "transformers_version": "4.30.2",
40
+ "type_vocab_size": 2,
41
+ "use_cache": true,
42
+ "vocab_size": 31923
43
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:688d02e638fb9c9c5a7af3b8bc5465863d13d8b76d2dfa2a6a29fdf89d438b53
3
- size 541349549
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0eae016b65ea9bbf0a4612d71b0616f47b8f943d29d7d6e917514c9cd3c15bac
3
+ size 442321013
runs/Jun23_07-55-29_ea8496c7943a/events.out.tfevents.1687506932.ea8496c7943a.6913.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33f4fbe073054ef0070f61005195317207db37251e623ff1c2a8f3ae5b3e9769
3
+ size 4882
tokenizer.json CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:7d76a4d25ebe8f217654f1039bd991bfc96e7c2cd36e6d28aff941783ed1e9c8
3
- size 2919460
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9fe770007d1727a8cacfec0b467e2b6d6f60d7ff93f3b0be692d63c62ccc856d
3
+ size 736408
tokenizer_config.json CHANGED
@@ -1,13 +1,15 @@
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
- "do_lower_case": false,
 
5
  "mask_token": "[MASK]",
6
- "model_max_length": 512,
 
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "strip_accents": null,
10
  "tokenize_chinese_chars": true,
11
- "tokenizer_class": "DistilBertTokenizer",
12
  "unk_token": "[UNK]"
13
  }
 
1
  {
2
  "clean_up_tokenization_spaces": true,
3
  "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
  "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "never_split": null,
9
  "pad_token": "[PAD]",
10
  "sep_token": "[SEP]",
11
  "strip_accents": null,
12
  "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
  "unk_token": "[UNK]"
15
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:54ee76d53fe4ea19c9e73c11d1fffd658511feb674b906d69c41adbbdff5991e
3
  size 3899
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85a15e7af410dab197ce089ac7abdb9716e634846add42ca5c8367f4f80fc665
3
  size 3899
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff