MadhuriD commited on
Commit
873d743
1 Parent(s): 0e238b4

MadhuriD/Product_select

Browse files
Files changed (4) hide show
  1. README.md +4 -4
  2. config.json +4 -8
  3. model.safetensors +2 -2
  4. 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.0918
19
 
20
  ## Model description
21
 
@@ -47,12 +47,12 @@ The following hyperparameters were used during training:
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
- | 1.0941 | 2.0 | 10 | 1.0918 |
51
 
52
 
53
  ### Framework versions
54
 
55
- - Transformers 4.41.2
56
- - Pytorch 2.3.0+cu121
57
  - Datasets 2.20.0
58
  - Tokenizers 0.19.1
 
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.0984
19
 
20
  ## Model description
21
 
 
47
 
48
  | Training Loss | Epoch | Step | Validation Loss |
49
  |:-------------:|:-----:|:----:|:---------------:|
50
+ | 1.1442 | 2.0 | 10 | 1.0984 |
51
 
52
 
53
  ### Framework versions
54
 
55
+ - Transformers 4.42.4
56
+ - Pytorch 2.3.1+cu121
57
  - Datasets 2.20.0
58
  - Tokenizers 0.19.1
config.json CHANGED
@@ -9,27 +9,23 @@
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,
31
  "tie_weights_": true,
32
  "torch_dtype": "float32",
33
- "transformers_version": "4.41.2",
34
  "vocab_size": 30522
35
  }
 
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": "regression",
24
  "qa_dropout": 0.1,
25
  "seq_classif_dropout": 0.2,
26
  "sinusoidal_pos_embds": false,
27
  "tie_weights_": true,
28
  "torch_dtype": "float32",
29
+ "transformers_version": "4.42.4",
30
  "vocab_size": 30522
31
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f5d9ddd71f1ff16670121c8defebc5d85061e3a8fe9581b15a89c29d0e9cc66a
3
- size 267835644
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8da826fe147775711ffd6855dba574199c3fce73a37ce290758fdb63420a4e7
3
+ size 267829484
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:def96b3802b6167f441a9432f84321105ce1af39d40729bd5429d7bc342b013b
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be60e486ed908a60ca24c90148eb3e222c9f23994cd368972dc8d68a943466a0
3
  size 5048