noequal commited on
Commit
f09f1c5
·
verified ·
1 Parent(s): 702094a

End of training

Browse files
Files changed (7) hide show
  1. README.md +5 -5
  2. config.json +18 -18
  3. model.safetensors +2 -2
  4. tokenizer.json +0 -0
  5. tokenizer_config.json +1 -1
  6. training_args.bin +1 -1
  7. vocab.txt +0 -0
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
  license: apache-2.0
3
- base_model: bert-base-cased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
@@ -15,10 +15,10 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # bert-fine-tuned-stepkids-classification
17
 
18
- This model is a fine-tuned version of [bert-base-cased](https://huggingface.co/bert-base-cased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 1.8943
21
- - Accuracy: 0.3130
22
 
23
  ## Model description
24
 
@@ -53,5 +53,5 @@ The following hyperparameters were used during training:
53
 
54
  - Transformers 4.38.2
55
  - Pytorch 2.2.1+cpu
56
- - Datasets 2.16.1
57
  - Tokenizers 0.15.2
 
1
  ---
2
  license: apache-2.0
3
+ base_model: bert-base-uncased
4
  tags:
5
  - generated_from_trainer
6
  metrics:
 
15
 
16
  # bert-fine-tuned-stepkids-classification
17
 
18
+ This model is a fine-tuned version of [bert-base-uncased](https://huggingface.co/bert-base-uncased) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
+ - Loss: 1.6158
21
+ - Accuracy: 0.4903
22
 
23
  ## Model description
24
 
 
53
 
54
  - Transformers 4.38.2
55
  - Pytorch 2.2.1+cpu
56
+ - Datasets 2.18.0
57
  - Tokenizers 0.15.2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-base-cased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -10,26 +10,26 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "Absence of Affectionate Bonds and Emotional Connection",
14
- "1": "Household challenges",
15
- "2": "Lack of involvement and indifferent parenting",
16
- "3": "Mental Health struggles, Substance Use Issues",
17
- "4": "Physical, verbal, and emotional abuse",
18
- "5": "Poor treatment by family members and fearful environments",
19
- "6": "Strained relationships with stepparents, family members and sibling conflicts",
20
- "7": "Supportive and loving parents and positive family relationships"
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
- "Absence of Affectionate Bonds and Emotional Connection": 0,
26
- "Household challenges": 1,
27
- "Lack of involvement and indifferent parenting": 2,
28
- "Mental Health struggles, Substance Use Issues": 3,
29
- "Physical, verbal, and emotional abuse": 4,
30
- "Poor treatment by family members and fearful environments": 5,
31
- "Strained relationships with stepparents, family members and sibling conflicts": 6,
32
- "Supportive and loving parents and positive family relationships": 7
33
  },
34
  "layer_norm_eps": 1e-12,
35
  "max_position_embeddings": 512,
@@ -43,5 +43,5 @@
43
  "transformers_version": "4.38.2",
44
  "type_vocab_size": 2,
45
  "use_cache": true,
46
- "vocab_size": 28996
47
  }
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "LABEL_0",
14
+ "1": "LABEL_1",
15
+ "2": "LABEL_2",
16
+ "3": "LABEL_3",
17
+ "4": "LABEL_4",
18
+ "5": "LABEL_5",
19
+ "6": "LABEL_6",
20
+ "7": "LABEL_7"
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
+ "LABEL_0": 0,
26
+ "LABEL_1": 1,
27
+ "LABEL_2": 2,
28
+ "LABEL_3": 3,
29
+ "LABEL_4": 4,
30
+ "LABEL_5": 5,
31
+ "LABEL_6": 6,
32
+ "LABEL_7": 7
33
  },
34
  "layer_norm_eps": 1e-12,
35
  "max_position_embeddings": 512,
 
43
  "transformers_version": "4.38.2",
44
  "type_vocab_size": 2,
45
  "use_cache": true,
46
+ "vocab_size": 30522
47
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9b4327715735a6d7b2920bbf160b095f108c88aebb0c8ca5408aa3b183cf201
3
- size 433289224
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e70f865f9f3ac9b855e12a094d64f7a0379ac19eb260887ddb0cfac13b36a5dd
3
+ size 437977104
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": true,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": false,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
 
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]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:56a4581bcd6fc01c4bf3229f3469de8a3e5b6b0a7e33b18d3b7486918f41f5de
3
  size 4984
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26a85fda9a54fa4818c964d515685dea2e2e23a9bfa2ff570abfd1cde1595525
3
  size 4984
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff