Training in progress, epoch 1
Browse files- config.json +54 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "prajjwal1/bert-medium",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 512,
|
11 |
+
"id2label": {
|
12 |
+
"0": "say_again",
|
13 |
+
"1": "greetings",
|
14 |
+
"2": "affirmation",
|
15 |
+
"3": "DNC",
|
16 |
+
"4": "answering_machine",
|
17 |
+
"5": "provide_age",
|
18 |
+
"6": "decline",
|
19 |
+
"7": "already",
|
20 |
+
"8": "questions",
|
21 |
+
"9": "other",
|
22 |
+
"10": "language_barrier",
|
23 |
+
"11": "BUSY"
|
24 |
+
},
|
25 |
+
"initializer_range": 0.02,
|
26 |
+
"intermediate_size": 2048,
|
27 |
+
"label2id": {
|
28 |
+
"BUSY": 11,
|
29 |
+
"DNC": 3,
|
30 |
+
"affirmation": 2,
|
31 |
+
"already": 7,
|
32 |
+
"answering_machine": 4,
|
33 |
+
"decline": 6,
|
34 |
+
"greetings": 1,
|
35 |
+
"language_barrier": 10,
|
36 |
+
"other": 9,
|
37 |
+
"provide_age": 5,
|
38 |
+
"questions": 8,
|
39 |
+
"say_again": 0
|
40 |
+
},
|
41 |
+
"layer_norm_eps": 1e-12,
|
42 |
+
"max_position_embeddings": 512,
|
43 |
+
"model_type": "bert",
|
44 |
+
"num_attention_heads": 8,
|
45 |
+
"num_hidden_layers": 8,
|
46 |
+
"pad_token_id": 0,
|
47 |
+
"position_embedding_type": "absolute",
|
48 |
+
"problem_type": "single_label_classification",
|
49 |
+
"torch_dtype": "float32",
|
50 |
+
"transformers_version": "4.48.3",
|
51 |
+
"type_vocab_size": 2,
|
52 |
+
"use_cache": true,
|
53 |
+
"vocab_size": 30522
|
54 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d4693e728d18421b7c09d3492d8f817f6d42b3bfb0d63364ba6870cbe493414e
|
3 |
+
size 165533248
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:443e3957ff11c236ab8b409d9d3c945e3db28a2aac76a0cbb42264334dd790a7
|
3 |
+
size 5368
|