Training in progress, step 500
Browse files- config.json +14 -15
- model.safetensors +2 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"architectures": [
|
| 3 |
-
"
|
| 4 |
],
|
| 5 |
-
"
|
| 6 |
-
"
|
| 7 |
-
"
|
| 8 |
-
"
|
| 9 |
-
"hidden_dropout_prob": 0.1,
|
| 10 |
-
"hidden_size": 768,
|
| 11 |
"id2label": {
|
| 12 |
"0": "O",
|
| 13 |
"1": "B-PER",
|
|
@@ -24,7 +23,6 @@
|
|
| 24 |
"12": "I-CW"
|
| 25 |
},
|
| 26 |
"initializer_range": 0.02,
|
| 27 |
-
"intermediate_size": 3072,
|
| 28 |
"label2id": {
|
| 29 |
"B-CORP": 5,
|
| 30 |
"B-CW": 11,
|
|
@@ -40,16 +38,17 @@
|
|
| 40 |
"I-PROD": 10,
|
| 41 |
"O": 0
|
| 42 |
},
|
| 43 |
-
"layer_norm_eps": 1e-12,
|
| 44 |
"max_position_embeddings": 512,
|
| 45 |
-
"model_type": "
|
| 46 |
-
"
|
| 47 |
-
"
|
|
|
|
| 48 |
"pad_token_id": 0,
|
| 49 |
-
"
|
|
|
|
|
|
|
|
|
|
| 50 |
"torch_dtype": "float32",
|
| 51 |
"transformers_version": "4.50.3",
|
| 52 |
-
"type_vocab_size": 2,
|
| 53 |
-
"use_cache": true,
|
| 54 |
"vocab_size": 28996
|
| 55 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"activation": "gelu",
|
| 3 |
"architectures": [
|
| 4 |
+
"DistilBertForTokenClassification"
|
| 5 |
],
|
| 6 |
+
"attention_dropout": 0.1,
|
| 7 |
+
"dim": 768,
|
| 8 |
+
"dropout": 0.1,
|
| 9 |
+
"hidden_dim": 3072,
|
|
|
|
|
|
|
| 10 |
"id2label": {
|
| 11 |
"0": "O",
|
| 12 |
"1": "B-PER",
|
|
|
|
| 23 |
"12": "I-CW"
|
| 24 |
},
|
| 25 |
"initializer_range": 0.02,
|
|
|
|
| 26 |
"label2id": {
|
| 27 |
"B-CORP": 5,
|
| 28 |
"B-CW": 11,
|
|
|
|
| 38 |
"I-PROD": 10,
|
| 39 |
"O": 0
|
| 40 |
},
|
|
|
|
| 41 |
"max_position_embeddings": 512,
|
| 42 |
+
"model_type": "distilbert",
|
| 43 |
+
"n_heads": 12,
|
| 44 |
+
"n_layers": 6,
|
| 45 |
+
"output_past": true,
|
| 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.50.3",
|
|
|
|
|
|
|
| 53 |
"vocab_size": 28996
|
| 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:4c59c1f6c1baa5d87f34706fa503675cf64ba5f577e8f12a29dbd813a8dfa85c
|
| 3 |
+
size 260815972
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5304
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:254d8d413c0918b0fa2dfcdd6d916889dd5a0fee46b9784e6107a0476dfe3144
|
| 3 |
size 5304
|