SurajSphinx
commited on
Commit
•
2f99e87
1
Parent(s):
50f3be5
End of training
Browse files- README.md +66 -0
- model.safetensors +1 -1
- runs/Apr30_10-32-37_sphinxlaptop/events.out.tfevents.1714453359.sphinxlaptop.859.0 +2 -2
- runs/Apr30_11-01-52_sphinxlaptop/events.out.tfevents.1714455117.sphinxlaptop.859.1 +3 -0
- runs/Apr30_11-26-05_sphinxlaptop/events.out.tfevents.1714456568.sphinxlaptop.859.2 +3 -0
- training_args.bin +1 -1
README.md
ADDED
@@ -0,0 +1,66 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: distilbert/distilbert-base-uncased
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: shipping_qa_model_30_04_24
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# shipping_qa_model_30_04_24
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [distilbert/distilbert-base-uncased](https://huggingface.co/distilbert/distilbert-base-uncased) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 4.4199
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 1e-05
|
38 |
+
- train_batch_size: 16
|
39 |
+
- eval_batch_size: 16
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 10
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
49 |
+
| No log | 1.0 | 28 | 4.3952 |
|
50 |
+
| No log | 2.0 | 56 | 4.3642 |
|
51 |
+
| No log | 3.0 | 84 | 4.3808 |
|
52 |
+
| No log | 4.0 | 112 | 4.3586 |
|
53 |
+
| No log | 5.0 | 140 | 4.4211 |
|
54 |
+
| No log | 6.0 | 168 | 4.3870 |
|
55 |
+
| No log | 7.0 | 196 | 4.3894 |
|
56 |
+
| No log | 8.0 | 224 | 4.4035 |
|
57 |
+
| No log | 9.0 | 252 | 4.4117 |
|
58 |
+
| No log | 10.0 | 280 | 4.4199 |
|
59 |
+
|
60 |
+
|
61 |
+
### Framework versions
|
62 |
+
|
63 |
+
- Transformers 4.41.0.dev0
|
64 |
+
- Pytorch 2.2.2+cu118
|
65 |
+
- Datasets 2.18.0
|
66 |
+
- Tokenizers 0.19.1
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 265470032
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b91989b55c26d80fa620e4ce1a018a3dc79ff674abee842e19e7d030fec4ca57
|
3 |
size 265470032
|
runs/Apr30_10-32-37_sphinxlaptop/events.out.tfevents.1714453359.sphinxlaptop.859.0
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:54a3e34e75a2b093e554c3977679655c55f6354935b520fbca09a226e61f48dc
|
3 |
+
size 10543
|
runs/Apr30_11-01-52_sphinxlaptop/events.out.tfevents.1714455117.sphinxlaptop.859.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a9a90a0cb45778fa0aaf00572b5e4ca6eef0f885ccff17a3b10e44d52f827a52
|
3 |
+
size 5760
|
runs/Apr30_11-26-05_sphinxlaptop/events.out.tfevents.1714456568.sphinxlaptop.859.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f283f8b6a42b17a750f4b2ad41504bbefa937c4434044fd4c2ea6d6cac66f5c
|
3 |
+
size 7659
|
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:9d84c1a3085118931cdc0e0ebd3c1f0f3ca9963b65ca0c06c7e0080da217e1b5
|
3 |
size 5048
|