MadhuriD/Product_select
Browse files- README.md +2 -2
- config.json +7 -3
- model.safetensors +2 -2
- training_args.bin +1 -1
README.md
CHANGED
@@ -15,7 +15,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
-
- Loss: 1.
|
19 |
|
20 |
## Model description
|
21 |
|
@@ -47,7 +47,7 @@ The following hyperparameters were used during training:
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
-
| 1.
|
51 |
|
52 |
|
53 |
### Framework versions
|
|
|
15 |
|
16 |
This model is a fine-tuned version of [distilbert-base-uncased](https://huggingface.co/distilbert-base-uncased) on an unknown dataset.
|
17 |
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 1.0918
|
19 |
|
20 |
## Model description
|
21 |
|
|
|
47 |
|
48 |
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| 1.0941 | 2.0 | 10 | 1.0918 |
|
51 |
|
52 |
|
53 |
### Framework versions
|
config.json
CHANGED
@@ -9,18 +9,22 @@
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
-
"0": "LABEL_0"
|
|
|
|
|
13 |
},
|
14 |
"initializer_range": 0.02,
|
15 |
"label2id": {
|
16 |
-
"LABEL_0": 0
|
|
|
|
|
17 |
},
|
18 |
"max_position_embeddings": 512,
|
19 |
"model_type": "distilbert",
|
20 |
"n_heads": 12,
|
21 |
"n_layers": 6,
|
22 |
"pad_token_id": 0,
|
23 |
-
"problem_type": "
|
24 |
"qa_dropout": 0.1,
|
25 |
"seq_classif_dropout": 0.2,
|
26 |
"sinusoidal_pos_embds": false,
|
|
|
9 |
"dropout": 0.1,
|
10 |
"hidden_dim": 3072,
|
11 |
"id2label": {
|
12 |
+
"0": "LABEL_0",
|
13 |
+
"1": "LABEL_1",
|
14 |
+
"2": "LABEL_2"
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
+
"LABEL_0": 0,
|
19 |
+
"LABEL_1": 1,
|
20 |
+
"LABEL_2": 2
|
21 |
},
|
22 |
"max_position_embeddings": 512,
|
23 |
"model_type": "distilbert",
|
24 |
"n_heads": 12,
|
25 |
"n_layers": 6,
|
26 |
"pad_token_id": 0,
|
27 |
+
"problem_type": "single_label_classification",
|
28 |
"qa_dropout": 0.1,
|
29 |
"seq_classif_dropout": 0.2,
|
30 |
"sinusoidal_pos_embds": false,
|
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:f5d9ddd71f1ff16670121c8defebc5d85061e3a8fe9581b15a89c29d0e9cc66a
|
3 |
+
size 267835644
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:def96b3802b6167f441a9432f84321105ce1af39d40729bd5429d7bc342b013b
|
3 |
size 5048
|