Hyper Hustle
commited on
Training in progress, epoch 1
Browse files
config.json
ADDED
@@ -0,0 +1,87 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "dslim/bert-large-NER",
|
3 |
+
"architectures": [
|
4 |
+
"BertForTokenClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"directionality": "bidi",
|
9 |
+
"eos_token_ids": null,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 1024,
|
13 |
+
"id2label": {
|
14 |
+
"0": "O",
|
15 |
+
"1": "B-ACTOR",
|
16 |
+
"2": "I-ACTOR",
|
17 |
+
"3": "B-TITLE",
|
18 |
+
"4": "I-TITLE",
|
19 |
+
"5": "B-YEAR",
|
20 |
+
"6": "I-YEAR",
|
21 |
+
"7": "B-GENRE",
|
22 |
+
"8": "I-GENRE",
|
23 |
+
"9": "B-PLOT",
|
24 |
+
"10": "I-PLOT",
|
25 |
+
"11": "B-DIRECTOR",
|
26 |
+
"12": "I-DIRECTOR",
|
27 |
+
"13": "B-RATINGS_AVERAGE",
|
28 |
+
"14": "I-RATINGS_AVERAGE",
|
29 |
+
"15": "B-RATING",
|
30 |
+
"16": "I-RATING",
|
31 |
+
"17": "B-CHARACTER",
|
32 |
+
"18": "I-CHARACTER",
|
33 |
+
"19": "B-SONG",
|
34 |
+
"20": "I-SONG",
|
35 |
+
"21": "B-REVIEW",
|
36 |
+
"22": "I-REVIEW",
|
37 |
+
"23": "B-TRAILER",
|
38 |
+
"24": "I-TRAILER"
|
39 |
+
},
|
40 |
+
"initializer_range": 0.02,
|
41 |
+
"intermediate_size": 4096,
|
42 |
+
"label2id": {
|
43 |
+
"B-ACTOR": 1,
|
44 |
+
"B-CHARACTER": 17,
|
45 |
+
"B-DIRECTOR": 11,
|
46 |
+
"B-GENRE": 7,
|
47 |
+
"B-PLOT": 9,
|
48 |
+
"B-RATING": 15,
|
49 |
+
"B-RATINGS_AVERAGE": 13,
|
50 |
+
"B-REVIEW": 21,
|
51 |
+
"B-SONG": 19,
|
52 |
+
"B-TITLE": 3,
|
53 |
+
"B-TRAILER": 23,
|
54 |
+
"B-YEAR": 5,
|
55 |
+
"I-ACTOR": 2,
|
56 |
+
"I-CHARACTER": 18,
|
57 |
+
"I-DIRECTOR": 12,
|
58 |
+
"I-GENRE": 8,
|
59 |
+
"I-PLOT": 10,
|
60 |
+
"I-RATING": 16,
|
61 |
+
"I-RATINGS_AVERAGE": 14,
|
62 |
+
"I-REVIEW": 22,
|
63 |
+
"I-SONG": 20,
|
64 |
+
"I-TITLE": 4,
|
65 |
+
"I-TRAILER": 24,
|
66 |
+
"I-YEAR": 6,
|
67 |
+
"O": 0
|
68 |
+
},
|
69 |
+
"layer_norm_eps": 1e-12,
|
70 |
+
"max_position_embeddings": 512,
|
71 |
+
"model_type": "bert",
|
72 |
+
"num_attention_heads": 16,
|
73 |
+
"num_hidden_layers": 24,
|
74 |
+
"output_past": true,
|
75 |
+
"pad_token_id": 0,
|
76 |
+
"pooler_fc_size": 768,
|
77 |
+
"pooler_num_attention_heads": 12,
|
78 |
+
"pooler_num_fc_layers": 3,
|
79 |
+
"pooler_size_per_head": 128,
|
80 |
+
"pooler_type": "first_token_transform",
|
81 |
+
"position_embedding_type": "absolute",
|
82 |
+
"torch_dtype": "float32",
|
83 |
+
"transformers_version": "4.38.2",
|
84 |
+
"type_vocab_size": 2,
|
85 |
+
"use_cache": true,
|
86 |
+
"vocab_size": 28996
|
87 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:88505f43538ba8d0fc1c9bc3436228958bb39163e5b2886ded95b5665d85d5ac
|
3 |
+
size 1330267972
|
runs/Mar07_15-18-46_f619101c0032/events.out.tfevents.1709824736.f619101c0032.561.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63197d4d4b05bdfa806fd6f1e775f0aede1a2f9e181e1f2688789a1d086c05a9
|
3 |
+
size 6584
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9a80cd1b39cb4c770a350fb6c890b17c577a5fcc5ba2f9a5aa3c37159adbb8f
|
3 |
+
size 4920
|