ningrumdaud commited on
Commit
5f65e9d
·
verified ·
1 Parent(s): 1160189

Training in progress, epoch 1

Browse files
Files changed (6) hide show
  1. config.json +15 -16
  2. model.safetensors +2 -2
  3. tokenizer.json +0 -0
  4. tokenizer_config.json +2 -2
  5. training_args.bin +1 -1
  6. vocab.txt +0 -0
config.json CHANGED
@@ -1,34 +1,33 @@
1
  {
 
2
  "architectures": [
3
- "BertForSequenceClassification"
4
  ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "classifier_dropout": null,
7
- "gradient_checkpointing": false,
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
- "hidden_size": 768,
11
  "id2label": {
12
  "0": "negative",
13
  "1": "positive"
14
  },
15
  "initializer_range": 0.02,
16
- "intermediate_size": 3072,
17
  "label2id": {
18
  "negative": 0,
19
  "positive": 1
20
  },
21
- "layer_norm_eps": 1e-12,
22
  "max_position_embeddings": 512,
23
- "model_type": "bert",
24
- "num_attention_heads": 12,
25
- "num_hidden_layers": 12,
 
26
  "pad_token_id": 0,
27
- "position_embedding_type": "absolute",
28
  "problem_type": "single_label_classification",
 
 
 
 
29
  "torch_dtype": "float32",
30
  "transformers_version": "4.52.4",
31
- "type_vocab_size": 2,
32
- "use_cache": true,
33
- "vocab_size": 30522
34
  }
 
1
  {
2
+ "activation": "gelu",
3
  "architectures": [
4
+ "DistilBertForSequenceClassification"
5
  ],
6
+ "attention_dropout": 0.1,
7
+ "dim": 768,
8
+ "dropout": 0.1,
9
+ "hidden_dim": 3072,
 
 
10
  "id2label": {
11
  "0": "negative",
12
  "1": "positive"
13
  },
14
  "initializer_range": 0.02,
 
15
  "label2id": {
16
  "negative": 0,
17
  "positive": 1
18
  },
 
19
  "max_position_embeddings": 512,
20
+ "model_type": "distilbert",
21
+ "n_heads": 12,
22
+ "n_layers": 6,
23
+ "output_past": true,
24
  "pad_token_id": 0,
 
25
  "problem_type": "single_label_classification",
26
+ "qa_dropout": 0.1,
27
+ "seq_classif_dropout": 0.2,
28
+ "sinusoidal_pos_embds": false,
29
+ "tie_weights_": true,
30
  "torch_dtype": "float32",
31
  "transformers_version": "4.52.4",
32
+ "vocab_size": 119547
 
 
33
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bec9432b5400432d45b357c974910b6bf054557518af0391030c92bd6a1a451b
3
- size 437958648
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f96cdf6f17de8b39569e2c16974a666074aae5acd10966e2f51c04ed27856ce2
3
+ size 541317368
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,7 +43,7 @@
43
  },
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": true,
47
  "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
@@ -52,6 +52,6 @@
52
  "sep_token": "[SEP]",
53
  "strip_accents": null,
54
  "tokenize_chinese_chars": true,
55
- "tokenizer_class": "BertTokenizer",
56
  "unk_token": "[UNK]"
57
  }
 
43
  },
44
  "clean_up_tokenization_spaces": false,
45
  "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
  "extra_special_tokens": {},
48
  "mask_token": "[MASK]",
49
  "model_max_length": 512,
 
52
  "sep_token": "[SEP]",
53
  "strip_accents": null,
54
  "tokenize_chinese_chars": true,
55
+ "tokenizer_class": "DistilBertTokenizer",
56
  "unk_token": "[UNK]"
57
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:11ba87728aa8ac13d7722d0e387836ffc354756d3ebc71390aef0aa6658bf0e7
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8cbd29b7bd5b9c984cf844d4e4d7cae89997eac7813d680cb2fc6b277492001
3
  size 5368
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff