jacob-danner commited on
Commit
6f96f76
·
verified ·
1 Parent(s): 4136b25

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +22 -0
  2. model.safetensors +2 -2
  3. training_args.bin +1 -1
config.json CHANGED
@@ -6,7 +6,29 @@
6
  ],
7
  "attn_pdrop": 0.1,
8
  "embd_pdrop": 0.1,
 
 
 
 
 
 
 
 
 
 
 
9
  "initializer_range": 0.02,
 
 
 
 
 
 
 
 
 
 
 
10
  "layer_norm_epsilon": 1e-05,
11
  "model_type": "openai-gpt",
12
  "n_ctx": 512,
 
6
  ],
7
  "attn_pdrop": 0.1,
8
  "embd_pdrop": 0.1,
9
+ "id2label": {
10
+ "0": "LABEL_0",
11
+ "1": "LABEL_1",
12
+ "2": "LABEL_2",
13
+ "3": "LABEL_3",
14
+ "4": "LABEL_4",
15
+ "5": "LABEL_5",
16
+ "6": "LABEL_6",
17
+ "7": "LABEL_7",
18
+ "8": "LABEL_8"
19
+ },
20
  "initializer_range": 0.02,
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3,
26
+ "LABEL_4": 4,
27
+ "LABEL_5": 5,
28
+ "LABEL_6": 6,
29
+ "LABEL_7": 7,
30
+ "LABEL_8": 8
31
+ },
32
  "layer_norm_epsilon": 1e-05,
33
  "model_type": "openai-gpt",
34
  "n_ctx": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fd33311a7beee5b19e1101f0886fd4c414ed8455822b753f9b9865cd5d8bbe5c
3
- size 466163240
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ca00296ec8e40c21bec40f0113beb70f87fcff55a24547cc38486b3632472e77
3
+ size 466184744
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70907481f637fe331235de25e644fd28c1e5855f6d6875f0d0309cb338bdf053
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2b314e0a1b7f145159eb752dbbd0c26556a8cdb60d8ffedddd0a7da6288e8e16
3
  size 5368