jtatman commited on
Commit
15a2645
1 Parent(s): 5cb7d7e

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +49 -0
  2. model.safetensors +3 -0
  3. training_args.bin +3 -0
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "jtatman/distillbert-base-sst-myers-briggs-description-classifier",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "finetuning_task": "sst-2",
11
+ "hidden_dim": 3072,
12
+ "id2label": {
13
+ "0": "ISFP",
14
+ "1": "INTJ",
15
+ "2": "INFP",
16
+ "3": "ENTP",
17
+ "4": "INFJ",
18
+ "5": "ISFJ",
19
+ "6": "ESFP",
20
+ "7": "ESFJ",
21
+ "8": "ISTP",
22
+ "9": "ENFJ",
23
+ "10": "ENFP",
24
+ "11": "ISTJ",
25
+ "12": "INTP",
26
+ "13": "ESTP",
27
+ "14": "ESTJ",
28
+ "15": "ENTJ"
29
+ },
30
+ "initializer_range": 0.02,
31
+ "label2id": {
32
+ "NEGATIVE": 0,
33
+ "POSITIVE": 1
34
+ },
35
+ "max_position_embeddings": 512,
36
+ "model_type": "distilbert",
37
+ "n_heads": 12,
38
+ "n_layers": 6,
39
+ "output_past": true,
40
+ "pad_token_id": 0,
41
+ "problem_type": "single_label_classification",
42
+ "qa_dropout": 0.1,
43
+ "seq_classif_dropout": 0.2,
44
+ "sinusoidal_pos_embds": false,
45
+ "tie_weights_": true,
46
+ "torch_dtype": "float32",
47
+ "transformers_version": "4.47.1",
48
+ "vocab_size": 30522
49
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c2691e158ceb3482f36ec1f888edb25304477b61ba36ae3a4b9a1cbd57c5e085
3
+ size 267875632
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a733f714eed638b382ae324cc86e38bcaf543bd0b5f20d644356fb45d1a14d97
3
+ size 5432