JeffreyHuang commited on
Commit
4aa8d9d
·
1 Parent(s): 278b7be

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -9,13 +9,17 @@
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
- "0": "NEGATIVE",
13
- "1": "POSITIVE"
 
 
14
  },
15
  "initializer_range": 0.02,
16
  "label2id": {
17
- "NEGATIVE": 0,
18
- "POSITIVE": 1
 
 
19
  },
20
  "max_position_embeddings": 512,
21
  "model_type": "distilbert",
 
9
  "dropout": 0.1,
10
  "hidden_dim": 3072,
11
  "id2label": {
12
+ "0": "gpt-3.5-turbo",
13
+ "1": "gpt-3.5-turbo-16k",
14
+ "2": "text-davinci-003",
15
+ "3": "gpt-4"
16
  },
17
  "initializer_range": 0.02,
18
  "label2id": {
19
+ "gpt-3.5-turbo": 0,
20
+ "gpt-3.5-turbo-16k": 1,
21
+ "gpt-4": 3,
22
+ "text-davinci-003": 2
23
  },
24
  "max_position_embeddings": 512,
25
  "model_type": "distilbert",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b0b50c8a9998519c5d6012e6793d2a11eb1a657d751f00a79f4c309fc4d46baa
3
- size 267855533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a12c271d1771c45a87e7d004def9eff79abd12392411c5871c0b17c3309d86f
3
+ size 267861677
runs/Jun27_17-23-13_DESKTOP-FH3CGQ7/events.out.tfevents.1687857797.DESKTOP-FH3CGQ7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c4707146b0883b9e33403e651232d24a9f9a4da4d7f917d6877c7bbc69b7a80
3
+ size 5018
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:740d2ac53f43ef1f007b25bb17f0f3c2f7ba12d4e1e3884556479bdc6b527e11
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f130d80cfdfdf6cfa275bc01000ade2d8ba10fea2bbbd85ca343a21f07bf175
3
  size 3963