Commit ·
5dd361f
1
Parent(s): fe0db02
Training in progress, epoch 1
Browse files- config.json +21 -7
- pytorch_model.bin +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -10,16 +10,30 @@
|
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
"0": "gpt-3.5-turbo",
|
| 13 |
-
"1": "gpt-
|
| 14 |
-
"2": "
|
| 15 |
-
"3": "gpt-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
},
|
| 17 |
"initializer_range": 0.02,
|
| 18 |
"label2id": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
"gpt-3.5-turbo": 0,
|
| 20 |
-
"gpt-3.5-turbo-16k":
|
| 21 |
-
"gpt-4":
|
| 22 |
-
"
|
| 23 |
},
|
| 24 |
"max_position_embeddings": 512,
|
| 25 |
"model_type": "distilbert",
|
|
@@ -32,6 +46,6 @@
|
|
| 32 |
"sinusoidal_pos_embds": false,
|
| 33 |
"tie_weights_": true,
|
| 34 |
"torch_dtype": "float32",
|
| 35 |
-
"transformers_version": "4.30.
|
| 36 |
"vocab_size": 30522
|
| 37 |
}
|
|
|
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
"id2label": {
|
| 12 |
"0": "gpt-3.5-turbo",
|
| 13 |
+
"1": "gpt-4",
|
| 14 |
+
"2": "azure_open_ai",
|
| 15 |
+
"3": "gpt-3.5-turbo-16k",
|
| 16 |
+
"4": "cohere",
|
| 17 |
+
"5": "vertexai",
|
| 18 |
+
"6": "bedrock_titan",
|
| 19 |
+
"7": "bedrock_grande",
|
| 20 |
+
"8": "bedrock_jumbo",
|
| 21 |
+
"9": "bedrock_claudie",
|
| 22 |
+
"10": "bedrock_claudie_instant"
|
| 23 |
},
|
| 24 |
"initializer_range": 0.02,
|
| 25 |
"label2id": {
|
| 26 |
+
"azure_open_ai": 2,
|
| 27 |
+
"bedrock_claudie": 9,
|
| 28 |
+
"bedrock_claudie_instant": 10,
|
| 29 |
+
"bedrock_grande": 7,
|
| 30 |
+
"bedrock_jumbo": 8,
|
| 31 |
+
"bedrock_titan": 6,
|
| 32 |
+
"cohere": 4,
|
| 33 |
"gpt-3.5-turbo": 0,
|
| 34 |
+
"gpt-3.5-turbo-16k": 3,
|
| 35 |
+
"gpt-4": 1,
|
| 36 |
+
"vertexai": 5
|
| 37 |
},
|
| 38 |
"max_position_embeddings": 512,
|
| 39 |
"model_type": "distilbert",
|
|
|
|
| 46 |
"sinusoidal_pos_embds": false,
|
| 47 |
"tie_weights_": true,
|
| 48 |
"torch_dtype": "float32",
|
| 49 |
+
"transformers_version": "4.30.2",
|
| 50 |
"vocab_size": 30522
|
| 51 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e48c33f47ac2469e05ab5999d04f28e396e2352e578b088393a75b6d6eacc817
|
| 3 |
+
size 267881773
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3963
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3d194678e7dab876d863b33a8caa1ef47dfe714c238519477450f0c6aa93be2a
|
| 3 |
size 3963
|