bhadauriaupendra062
commited on
Commit
•
bf73233
1
Parent(s):
2568f88
Training in progress, epoch 1
Browse files
config.json
CHANGED
@@ -1,14 +1,13 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
|
|
3 |
"architectures": [
|
4 |
-
"
|
5 |
],
|
6 |
-
"
|
7 |
-
"
|
8 |
-
"
|
9 |
-
"
|
10 |
-
"hidden_dropout_prob": 0.1,
|
11 |
-
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
"0": "O",
|
14 |
"1": "B-corporation",
|
@@ -25,7 +24,6 @@
|
|
25 |
"12": "I-product"
|
26 |
},
|
27 |
"initializer_range": 0.02,
|
28 |
-
"intermediate_size": 3072,
|
29 |
"label2id": {
|
30 |
"B-corporation": 1,
|
31 |
"B-creative-work": 3,
|
@@ -41,16 +39,16 @@
|
|
41 |
"I-product": 12,
|
42 |
"O": 0
|
43 |
},
|
44 |
-
"layer_norm_eps": 1e-12,
|
45 |
"max_position_embeddings": 512,
|
46 |
-
"model_type": "
|
47 |
-
"
|
48 |
-
"
|
49 |
"pad_token_id": 0,
|
50 |
-
"
|
|
|
|
|
|
|
51 |
"torch_dtype": "float32",
|
52 |
"transformers_version": "4.41.2",
|
53 |
-
"type_vocab_size": 2,
|
54 |
-
"use_cache": true,
|
55 |
"vocab_size": 30522
|
56 |
}
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
"architectures": [
|
5 |
+
"DistilBertForTokenClassification"
|
6 |
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
|
|
|
|
11 |
"id2label": {
|
12 |
"0": "O",
|
13 |
"1": "B-corporation",
|
|
|
24 |
"12": "I-product"
|
25 |
},
|
26 |
"initializer_range": 0.02,
|
|
|
27 |
"label2id": {
|
28 |
"B-corporation": 1,
|
29 |
"B-creative-work": 3,
|
|
|
39 |
"I-product": 12,
|
40 |
"O": 0
|
41 |
},
|
|
|
42 |
"max_position_embeddings": 512,
|
43 |
+
"model_type": "distilbert",
|
44 |
+
"n_heads": 12,
|
45 |
+
"n_layers": 6,
|
46 |
"pad_token_id": 0,
|
47 |
+
"qa_dropout": 0.1,
|
48 |
+
"seq_classif_dropout": 0.2,
|
49 |
+
"sinusoidal_pos_embds": false,
|
50 |
+
"tie_weights_": true,
|
51 |
"torch_dtype": "float32",
|
52 |
"transformers_version": "4.41.2",
|
|
|
|
|
53 |
"vocab_size": 30522
|
54 |
}
|
model.safetensors
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:6fc1f850fa9cb4ae6f51ea095d084f38951a3628a5778ec5e04ec8986b4e594d
|
3 |
+
size 265503852
|
runs/Jul06_07-38-36_0292d7e920ba/events.out.tfevents.1720251519.0292d7e920ba.152.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c5e0e736a661dcfb0912c74f2df21d96e8c079f21cc8caa45ab7658313f8645c
|
3 |
+
size 5771
|
tokenizer_config.json
CHANGED
@@ -50,6 +50,6 @@
|
|
50 |
"sep_token": "[SEP]",
|
51 |
"strip_accents": null,
|
52 |
"tokenize_chinese_chars": true,
|
53 |
-
"tokenizer_class": "
|
54 |
"unk_token": "[UNK]"
|
55 |
}
|
|
|
50 |
"sep_token": "[SEP]",
|
51 |
"strip_accents": null,
|
52 |
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "DistilBertTokenizer",
|
54 |
"unk_token": "[UNK]"
|
55 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca7160f400758beb81b9dfc150a2a063954049f6bac3d146dd36692b02ef6459
|
3 |
size 5112
|