Commit ·
1243134
1
Parent(s): 8bf284c
Training in progress, step 200
Browse files- .gitignore +1 -0
- config.json +37 -0
- logs/1685060264.4695568/events.out.tfevents.1685060264.MSI.5457.4 +3 -0
- logs/events.out.tfevents.1685060264.MSI.5457.3 +3 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "quethrozar/lilt-en-funsd",
|
| 3 |
+
"architectures": [
|
| 4 |
+
"LiltForTokenClassification"
|
| 5 |
+
],
|
| 6 |
+
"attention_probs_dropout_prob": 0.1,
|
| 7 |
+
"bos_token_id": 0,
|
| 8 |
+
"channel_shrink_ratio": 4,
|
| 9 |
+
"classifier_dropout": null,
|
| 10 |
+
"eos_token_id": 2,
|
| 11 |
+
"hidden_act": "gelu",
|
| 12 |
+
"hidden_dropout_prob": 0.1,
|
| 13 |
+
"hidden_size": 768,
|
| 14 |
+
"id2label": {
|
| 15 |
+
"0": "Year",
|
| 16 |
+
"1": "VIN"
|
| 17 |
+
},
|
| 18 |
+
"initializer_range": 0.02,
|
| 19 |
+
"intermediate_size": 3072,
|
| 20 |
+
"label2id": {
|
| 21 |
+
"VIN": 1,
|
| 22 |
+
"Year": 0
|
| 23 |
+
},
|
| 24 |
+
"layer_norm_eps": 1e-05,
|
| 25 |
+
"max_2d_position_embeddings": 1024,
|
| 26 |
+
"max_position_embeddings": 514,
|
| 27 |
+
"model_type": "lilt",
|
| 28 |
+
"num_attention_heads": 12,
|
| 29 |
+
"num_hidden_layers": 12,
|
| 30 |
+
"pad_token_id": 1,
|
| 31 |
+
"position_embedding_type": "absolute",
|
| 32 |
+
"torch_dtype": "float32",
|
| 33 |
+
"transformers_version": "4.30.0.dev0",
|
| 34 |
+
"type_vocab_size": 1,
|
| 35 |
+
"use_cache": true,
|
| 36 |
+
"vocab_size": 50265
|
| 37 |
+
}
|
logs/1685060264.4695568/events.out.tfevents.1685060264.MSI.5457.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fbc22a3e37fdccf42c283c15b36ceda0ed86c0ad321fc0763e6f8c4eca3e4b8d
|
| 3 |
+
size 5926
|
logs/events.out.tfevents.1685060264.MSI.5457.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fce66bc4c6167f6ab29dc7d721aa91fcc06c07f116a9e55f864a76bc3812e1bc
|
| 3 |
+
size 4902
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eaf363c6f2526945559cccfb98e1102af5406bfccb0cfe36c5e19e189159412b
|
| 3 |
+
size 520808788
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:79151f8b27f8b4f95ee683221f6a2632259b2f67870cd00bdc8e5d4667a1824d
|
| 3 |
+
size 3951
|