Fine-tuned on product search domain (brand, product name, origin)
Browse files- README.md +7 -9
- best/config.json +76 -72
- best/model.safetensors +2 -2
- best/training_args.bin +1 -1
- config.json +76 -72
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -1,7 +1,5 @@
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
| 3 |
-
license: cc-by-4.0
|
| 4 |
-
base_model: bltlab/queryner-bert-base-uncased
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
model-index:
|
|
@@ -14,9 +12,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 14 |
|
| 15 |
# checkpoints
|
| 16 |
|
| 17 |
-
This model
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 0.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -48,11 +46,11 @@ The following hyperparameters were used during training:
|
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 51 |
-
| 0.
|
| 52 |
-
| 0.
|
| 53 |
-
| 0.
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
|
| 57 |
|
| 58 |
### Framework versions
|
|
|
|
| 1 |
---
|
| 2 |
library_name: transformers
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- generated_from_trainer
|
| 5 |
model-index:
|
|
|
|
| 12 |
|
| 13 |
# checkpoints
|
| 14 |
|
| 15 |
+
This model was trained from scratch on the None dataset.
|
| 16 |
It achieves the following results on the evaluation set:
|
| 17 |
+
- Loss: 0.2159
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 46 |
|
| 47 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 48 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 49 |
+
| 0.1877 | 1.0 | 1251 | 0.1840 |
|
| 50 |
+
| 0.1032 | 2.0 | 2502 | 0.1696 |
|
| 51 |
+
| 0.0553 | 3.0 | 3753 | 0.1936 |
|
| 52 |
+
| 0.0292 | 4.0 | 5004 | 0.2040 |
|
| 53 |
+
| 0.0256 | 5.0 | 6255 | 0.2159 |
|
| 54 |
|
| 55 |
|
| 56 |
### Framework versions
|
best/config.json
CHANGED
|
@@ -11,83 +11,87 @@
|
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
"0": "B-UoM",
|
| 14 |
-
"1": "B-
|
| 15 |
-
"2": "B-
|
| 16 |
-
"3": "B-
|
| 17 |
-
"4": "B-
|
| 18 |
-
"5": "B-
|
| 19 |
-
"6": "B-
|
| 20 |
-
"7": "B-
|
| 21 |
-
"8": "B-
|
| 22 |
-
"9": "B-
|
| 23 |
-
"10": "B-
|
| 24 |
-
"11": "B-
|
| 25 |
-
"12": "B-
|
| 26 |
-
"13": "B-
|
| 27 |
-
"14": "B-
|
| 28 |
-
"15": "B-
|
| 29 |
-
"16": "B-
|
| 30 |
-
"17": "B-
|
| 31 |
-
"18": "
|
| 32 |
-
"19": "I-
|
| 33 |
-
"20": "I-
|
| 34 |
-
"21": "I-
|
| 35 |
-
"22": "I-
|
| 36 |
-
"23": "I-
|
| 37 |
-
"24": "I-
|
| 38 |
-
"25": "I-
|
| 39 |
-
"26": "I-
|
| 40 |
-
"27": "I-
|
| 41 |
-
"28": "I-
|
| 42 |
-
"29": "I-
|
| 43 |
-
"30": "I-
|
| 44 |
-
"31": "I-
|
| 45 |
-
"32": "I-
|
| 46 |
-
"33": "I-
|
| 47 |
-
"34": "I-
|
| 48 |
-
"35": "I-
|
| 49 |
-
"36": "
|
|
|
|
|
|
|
| 50 |
},
|
| 51 |
"initializer_range": 0.02,
|
| 52 |
"intermediate_size": 3072,
|
| 53 |
"label2id": {
|
| 54 |
"B-UoM": 0,
|
| 55 |
-
"B-
|
| 56 |
-
"B-
|
| 57 |
-
"B-
|
| 58 |
-
"B-
|
| 59 |
-
"B-
|
| 60 |
-
"B-
|
| 61 |
-
"B-
|
| 62 |
-
"B-
|
| 63 |
-
"B-
|
| 64 |
-
"B-
|
| 65 |
-
"B-
|
| 66 |
-
"B-
|
| 67 |
-
"B-
|
| 68 |
-
"B-
|
| 69 |
-
"B-
|
| 70 |
-
"B-
|
| 71 |
-
"B-
|
| 72 |
-
"
|
| 73 |
-
"I-
|
| 74 |
-
"I-
|
| 75 |
-
"I-
|
| 76 |
-
"I-
|
| 77 |
-
"I-
|
| 78 |
-
"I-
|
| 79 |
-
"I-
|
| 80 |
-
"I-
|
| 81 |
-
"I-
|
| 82 |
-
"I-
|
| 83 |
-
"I-
|
| 84 |
-
"I-
|
| 85 |
-
"I-
|
| 86 |
-
"I-
|
| 87 |
-
"I-
|
| 88 |
-
"I-
|
| 89 |
-
"I-
|
| 90 |
-
"
|
|
|
|
|
|
|
| 91 |
},
|
| 92 |
"layer_norm_eps": 1e-12,
|
| 93 |
"max_position_embeddings": 512,
|
|
|
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
"0": "B-UoM",
|
| 14 |
+
"1": "B-avoidance",
|
| 15 |
+
"2": "B-certification",
|
| 16 |
+
"3": "B-color",
|
| 17 |
+
"4": "B-condition",
|
| 18 |
+
"5": "B-content",
|
| 19 |
+
"6": "B-core_product_type",
|
| 20 |
+
"7": "B-creator",
|
| 21 |
+
"8": "B-department",
|
| 22 |
+
"9": "B-material",
|
| 23 |
+
"10": "B-modifier",
|
| 24 |
+
"11": "B-occasion",
|
| 25 |
+
"12": "B-origin",
|
| 26 |
+
"13": "B-price",
|
| 27 |
+
"14": "B-product_name",
|
| 28 |
+
"15": "B-product_number",
|
| 29 |
+
"16": "B-quantity",
|
| 30 |
+
"17": "B-shape",
|
| 31 |
+
"18": "B-time",
|
| 32 |
+
"19": "I-UoM",
|
| 33 |
+
"20": "I-avoidance",
|
| 34 |
+
"21": "I-certification",
|
| 35 |
+
"22": "I-color",
|
| 36 |
+
"23": "I-condition",
|
| 37 |
+
"24": "I-content",
|
| 38 |
+
"25": "I-core_product_type",
|
| 39 |
+
"26": "I-creator",
|
| 40 |
+
"27": "I-department",
|
| 41 |
+
"28": "I-material",
|
| 42 |
+
"29": "I-modifier",
|
| 43 |
+
"30": "I-occasion",
|
| 44 |
+
"31": "I-origin",
|
| 45 |
+
"32": "I-price",
|
| 46 |
+
"33": "I-product_name",
|
| 47 |
+
"34": "I-product_number",
|
| 48 |
+
"35": "I-quantity",
|
| 49 |
+
"36": "I-shape",
|
| 50 |
+
"37": "I-time",
|
| 51 |
+
"38": "O"
|
| 52 |
},
|
| 53 |
"initializer_range": 0.02,
|
| 54 |
"intermediate_size": 3072,
|
| 55 |
"label2id": {
|
| 56 |
"B-UoM": 0,
|
| 57 |
+
"B-avoidance": 1,
|
| 58 |
+
"B-certification": 2,
|
| 59 |
+
"B-color": 3,
|
| 60 |
+
"B-condition": 4,
|
| 61 |
+
"B-content": 5,
|
| 62 |
+
"B-core_product_type": 6,
|
| 63 |
+
"B-creator": 7,
|
| 64 |
+
"B-department": 8,
|
| 65 |
+
"B-material": 9,
|
| 66 |
+
"B-modifier": 10,
|
| 67 |
+
"B-occasion": 11,
|
| 68 |
+
"B-origin": 12,
|
| 69 |
+
"B-price": 13,
|
| 70 |
+
"B-product_name": 14,
|
| 71 |
+
"B-product_number": 15,
|
| 72 |
+
"B-quantity": 16,
|
| 73 |
+
"B-shape": 17,
|
| 74 |
+
"B-time": 18,
|
| 75 |
+
"I-UoM": 19,
|
| 76 |
+
"I-avoidance": 20,
|
| 77 |
+
"I-certification": 21,
|
| 78 |
+
"I-color": 22,
|
| 79 |
+
"I-condition": 23,
|
| 80 |
+
"I-content": 24,
|
| 81 |
+
"I-core_product_type": 25,
|
| 82 |
+
"I-creator": 26,
|
| 83 |
+
"I-department": 27,
|
| 84 |
+
"I-material": 28,
|
| 85 |
+
"I-modifier": 29,
|
| 86 |
+
"I-occasion": 30,
|
| 87 |
+
"I-origin": 31,
|
| 88 |
+
"I-price": 32,
|
| 89 |
+
"I-product_name": 33,
|
| 90 |
+
"I-product_number": 34,
|
| 91 |
+
"I-quantity": 35,
|
| 92 |
+
"I-shape": 36,
|
| 93 |
+
"I-time": 37,
|
| 94 |
+
"O": 38
|
| 95 |
},
|
| 96 |
"layer_norm_eps": 1e-12,
|
| 97 |
"max_position_embeddings": 512,
|
best/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:0bf8af1115d48116bd79097a01db13539acd502979abda5db45915754d633bb8
|
| 3 |
+
size 435709900
|
best/training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5969
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9534cd1182b732d7bbf6755fc37465f9d5d35cf71fd5bc4fd36d39c7aa39988f
|
| 3 |
size 5969
|
config.json
CHANGED
|
@@ -11,83 +11,87 @@
|
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
"0": "B-UoM",
|
| 14 |
-
"1": "B-
|
| 15 |
-
"2": "B-
|
| 16 |
-
"3": "B-
|
| 17 |
-
"4": "B-
|
| 18 |
-
"5": "B-
|
| 19 |
-
"6": "B-
|
| 20 |
-
"7": "B-
|
| 21 |
-
"8": "B-
|
| 22 |
-
"9": "B-
|
| 23 |
-
"10": "B-
|
| 24 |
-
"11": "B-
|
| 25 |
-
"12": "B-
|
| 26 |
-
"13": "B-
|
| 27 |
-
"14": "B-
|
| 28 |
-
"15": "B-
|
| 29 |
-
"16": "B-
|
| 30 |
-
"17": "B-
|
| 31 |
-
"18": "
|
| 32 |
-
"19": "I-
|
| 33 |
-
"20": "I-
|
| 34 |
-
"21": "I-
|
| 35 |
-
"22": "I-
|
| 36 |
-
"23": "I-
|
| 37 |
-
"24": "I-
|
| 38 |
-
"25": "I-
|
| 39 |
-
"26": "I-
|
| 40 |
-
"27": "I-
|
| 41 |
-
"28": "I-
|
| 42 |
-
"29": "I-
|
| 43 |
-
"30": "I-
|
| 44 |
-
"31": "I-
|
| 45 |
-
"32": "I-
|
| 46 |
-
"33": "I-
|
| 47 |
-
"34": "I-
|
| 48 |
-
"35": "I-
|
| 49 |
-
"36": "
|
|
|
|
|
|
|
| 50 |
},
|
| 51 |
"initializer_range": 0.02,
|
| 52 |
"intermediate_size": 3072,
|
| 53 |
"label2id": {
|
| 54 |
"B-UoM": 0,
|
| 55 |
-
"B-
|
| 56 |
-
"B-
|
| 57 |
-
"B-
|
| 58 |
-
"B-
|
| 59 |
-
"B-
|
| 60 |
-
"B-
|
| 61 |
-
"B-
|
| 62 |
-
"B-
|
| 63 |
-
"B-
|
| 64 |
-
"B-
|
| 65 |
-
"B-
|
| 66 |
-
"B-
|
| 67 |
-
"B-
|
| 68 |
-
"B-
|
| 69 |
-
"B-
|
| 70 |
-
"B-
|
| 71 |
-
"B-
|
| 72 |
-
"
|
| 73 |
-
"I-
|
| 74 |
-
"I-
|
| 75 |
-
"I-
|
| 76 |
-
"I-
|
| 77 |
-
"I-
|
| 78 |
-
"I-
|
| 79 |
-
"I-
|
| 80 |
-
"I-
|
| 81 |
-
"I-
|
| 82 |
-
"I-
|
| 83 |
-
"I-
|
| 84 |
-
"I-
|
| 85 |
-
"I-
|
| 86 |
-
"I-
|
| 87 |
-
"I-
|
| 88 |
-
"I-
|
| 89 |
-
"I-
|
| 90 |
-
"
|
|
|
|
|
|
|
| 91 |
},
|
| 92 |
"layer_norm_eps": 1e-12,
|
| 93 |
"max_position_embeddings": 512,
|
|
|
|
| 11 |
"hidden_size": 768,
|
| 12 |
"id2label": {
|
| 13 |
"0": "B-UoM",
|
| 14 |
+
"1": "B-avoidance",
|
| 15 |
+
"2": "B-certification",
|
| 16 |
+
"3": "B-color",
|
| 17 |
+
"4": "B-condition",
|
| 18 |
+
"5": "B-content",
|
| 19 |
+
"6": "B-core_product_type",
|
| 20 |
+
"7": "B-creator",
|
| 21 |
+
"8": "B-department",
|
| 22 |
+
"9": "B-material",
|
| 23 |
+
"10": "B-modifier",
|
| 24 |
+
"11": "B-occasion",
|
| 25 |
+
"12": "B-origin",
|
| 26 |
+
"13": "B-price",
|
| 27 |
+
"14": "B-product_name",
|
| 28 |
+
"15": "B-product_number",
|
| 29 |
+
"16": "B-quantity",
|
| 30 |
+
"17": "B-shape",
|
| 31 |
+
"18": "B-time",
|
| 32 |
+
"19": "I-UoM",
|
| 33 |
+
"20": "I-avoidance",
|
| 34 |
+
"21": "I-certification",
|
| 35 |
+
"22": "I-color",
|
| 36 |
+
"23": "I-condition",
|
| 37 |
+
"24": "I-content",
|
| 38 |
+
"25": "I-core_product_type",
|
| 39 |
+
"26": "I-creator",
|
| 40 |
+
"27": "I-department",
|
| 41 |
+
"28": "I-material",
|
| 42 |
+
"29": "I-modifier",
|
| 43 |
+
"30": "I-occasion",
|
| 44 |
+
"31": "I-origin",
|
| 45 |
+
"32": "I-price",
|
| 46 |
+
"33": "I-product_name",
|
| 47 |
+
"34": "I-product_number",
|
| 48 |
+
"35": "I-quantity",
|
| 49 |
+
"36": "I-shape",
|
| 50 |
+
"37": "I-time",
|
| 51 |
+
"38": "O"
|
| 52 |
},
|
| 53 |
"initializer_range": 0.02,
|
| 54 |
"intermediate_size": 3072,
|
| 55 |
"label2id": {
|
| 56 |
"B-UoM": 0,
|
| 57 |
+
"B-avoidance": 1,
|
| 58 |
+
"B-certification": 2,
|
| 59 |
+
"B-color": 3,
|
| 60 |
+
"B-condition": 4,
|
| 61 |
+
"B-content": 5,
|
| 62 |
+
"B-core_product_type": 6,
|
| 63 |
+
"B-creator": 7,
|
| 64 |
+
"B-department": 8,
|
| 65 |
+
"B-material": 9,
|
| 66 |
+
"B-modifier": 10,
|
| 67 |
+
"B-occasion": 11,
|
| 68 |
+
"B-origin": 12,
|
| 69 |
+
"B-price": 13,
|
| 70 |
+
"B-product_name": 14,
|
| 71 |
+
"B-product_number": 15,
|
| 72 |
+
"B-quantity": 16,
|
| 73 |
+
"B-shape": 17,
|
| 74 |
+
"B-time": 18,
|
| 75 |
+
"I-UoM": 19,
|
| 76 |
+
"I-avoidance": 20,
|
| 77 |
+
"I-certification": 21,
|
| 78 |
+
"I-color": 22,
|
| 79 |
+
"I-condition": 23,
|
| 80 |
+
"I-content": 24,
|
| 81 |
+
"I-core_product_type": 25,
|
| 82 |
+
"I-creator": 26,
|
| 83 |
+
"I-department": 27,
|
| 84 |
+
"I-material": 28,
|
| 85 |
+
"I-modifier": 29,
|
| 86 |
+
"I-occasion": 30,
|
| 87 |
+
"I-origin": 31,
|
| 88 |
+
"I-price": 32,
|
| 89 |
+
"I-product_name": 33,
|
| 90 |
+
"I-product_number": 34,
|
| 91 |
+
"I-quantity": 35,
|
| 92 |
+
"I-shape": 36,
|
| 93 |
+
"I-time": 37,
|
| 94 |
+
"O": 38
|
| 95 |
},
|
| 96 |
"layer_norm_eps": 1e-12,
|
| 97 |
"max_position_embeddings": 512,
|
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:0bf8af1115d48116bd79097a01db13539acd502979abda5db45915754d633bb8
|
| 3 |
+
size 435709900
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5969
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9534cd1182b732d7bbf6755fc37465f9d5d35cf71fd5bc4fd36d39c7aa39988f
|
| 3 |
size 5969
|