jtatman commited on
Commit
1ccefe7
·
verified ·
1 Parent(s): bdfc611

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-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": "ENFP",
14
+ "1": "ESFP",
15
+ "2": "INTP",
16
+ "3": "ISFP",
17
+ "4": "ENTJ",
18
+ "5": "ESTJ",
19
+ "6": "INTJ",
20
+ "7": "ISTP",
21
+ "8": "ISTJ",
22
+ "9": "ISFJ",
23
+ "10": "INFJ",
24
+ "11": "INFP",
25
+ "12": "ENTP",
26
+ "13": "ESTP",
27
+ "14": "ENFJ",
28
+ "15": "ESFJ"
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.46.3",
48
+ "vocab_size": 30522
49
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9b384438c71c75c5ccd0df1a22f892fb6899591ab5cba9b2d368dcbf8249ac9
3
+ size 267875632
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c12e45bb1d7a427bfd8dacda4f256ecd47d66335d116ddcec917fe329c043c2
3
+ size 5368