showvikdbz commited on
Commit
18eba3c
·
verified ·
1 Parent(s): db1cb67

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/xtremedistil-l6-h256-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -8,13 +8,13 @@
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
- "hidden_size": 256,
12
  "id2label": {
13
  "0": "NON-TOXIC",
14
  "1": "TOXIC"
15
  },
16
  "initializer_range": 0.02,
17
- "intermediate_size": 1024,
18
  "label2id": {
19
  "NON-TOXIC": 0,
20
  "TOXIC": 1
@@ -22,8 +22,8 @@
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,
24
  "model_type": "bert",
25
- "num_attention_heads": 8,
26
- "num_hidden_layers": 6,
27
  "pad_token_id": 0,
28
  "position_embedding_type": "absolute",
29
  "problem_type": "single_label_classification",
 
1
  {
2
+ "_name_or_path": "google-bert/bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
8
  "gradient_checkpointing": false,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
  "id2label": {
13
  "0": "NON-TOXIC",
14
  "1": "TOXIC"
15
  },
16
  "initializer_range": 0.02,
17
+ "intermediate_size": 3072,
18
  "label2id": {
19
  "NON-TOXIC": 0,
20
  "TOXIC": 1
 
22
  "layer_norm_eps": 1e-12,
23
  "max_position_embeddings": 512,
24
  "model_type": "bert",
25
+ "num_attention_heads": 12,
26
+ "num_hidden_layers": 12,
27
  "pad_token_id": 0,
28
  "position_embedding_type": "absolute",
29
  "problem_type": "single_label_classification",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc9db100d46403947e2bcfb4873dead7956f29d25bd2e0028314c6653f867da0
3
- size 51014384
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad82ee2b55282fbbf5d317dfcb980b19d99c77d05aebb50a4b07f6b4b1eeded
3
+ size 437958648
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
tokenizer_config.json CHANGED
@@ -43,11 +43,9 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_basic_tokenize": true,
47
  "do_lower_case": true,
48
  "mask_token": "[MASK]",
49
- "model_max_length": 1000000000000000019884624838656,
50
- "never_split": null,
51
  "pad_token": "[PAD]",
52
  "sep_token": "[SEP]",
53
  "strip_accents": null,
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
 
46
  "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
+ "model_max_length": 512,
 
49
  "pad_token": "[PAD]",
50
  "sep_token": "[SEP]",
51
  "strip_accents": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:718efc7b443f95173c376a317e2dc463120527b731cfe1c7721356c6d22fcfa7
3
  size 5176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e5f00d9cf9acf59b80ccb2a75c91a2f8fe93df2a733db26c23749af2fd68d02
3
  size 5176