Commit ·
32a0328
1
Parent(s): 3ef7643
Training in progress, step 10
Browse files
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"LiltForTokenClassification"
|
| 5 |
],
|
|
@@ -13,13 +13,15 @@
|
|
| 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,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "SCUT-DLVCLab/lilt-roberta-en-base",
|
| 3 |
"architectures": [
|
| 4 |
"LiltForTokenClassification"
|
| 5 |
],
|
|
|
|
| 13 |
"hidden_size": 768,
|
| 14 |
"id2label": {
|
| 15 |
"0": "Year",
|
| 16 |
+
"1": "VIN",
|
| 17 |
+
"2": "other"
|
| 18 |
},
|
| 19 |
"initializer_range": 0.02,
|
| 20 |
"intermediate_size": 3072,
|
| 21 |
"label2id": {
|
| 22 |
"VIN": 1,
|
| 23 |
+
"Year": 0,
|
| 24 |
+
"other": 2
|
| 25 |
},
|
| 26 |
"layer_norm_eps": 1e-05,
|
| 27 |
"max_2d_position_embeddings": 1024,
|
logs/1685063050.3037772/events.out.tfevents.1685063050.MSI.5457.9
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:47b862aff7cec71fad3009cb715cf8d3177ce030b39327b523768e334e87c598
|
| 3 |
+
size 5926
|
logs/events.out.tfevents.1685063050.MSI.5457.8
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f961e382a648952fe782eea531198025212d85a825ebeb2e4a00d9433b1fcee2
|
| 3 |
+
size 4912
|
pytorch_model.bin
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:f893cc6245b732a6fd1a1e3a1aa04c7c61140237fc65f0a4d9254565ff9dd80c
|
| 3 |
+
size 520811996
|