vasumathin298/portfolio-model
Browse files- README.md +77 -0
- config.json +24 -0
- model.safetensors +3 -0
- runs/Oct20_22-58-08_e13e6039fcc6/events.out.tfevents.1729465089.e13e6039fcc6.5824.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,77 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
base_model: distilbert-base-uncased-distilled-squad
|
5 |
+
tags:
|
6 |
+
- generated_from_trainer
|
7 |
+
model-index:
|
8 |
+
- name: model
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# model
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [distilbert-base-uncased-distilled-squad](https://huggingface.co/distilbert-base-uncased-distilled-squad) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.0000
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 2e-05
|
39 |
+
- train_batch_size: 16
|
40 |
+
- eval_batch_size: 8
|
41 |
+
- seed: 42
|
42 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
43 |
+
- lr_scheduler_type: linear
|
44 |
+
- num_epochs: 20
|
45 |
+
|
46 |
+
### Training results
|
47 |
+
|
48 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
49 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
50 |
+
| No log | 1.0 | 2 | 1.5204 |
|
51 |
+
| No log | 2.0 | 4 | 0.1924 |
|
52 |
+
| No log | 3.0 | 6 | 0.0326 |
|
53 |
+
| No log | 4.0 | 8 | 0.0087 |
|
54 |
+
| No log | 5.0 | 10 | 0.0034 |
|
55 |
+
| No log | 6.0 | 12 | 0.0017 |
|
56 |
+
| No log | 7.0 | 14 | 0.0009 |
|
57 |
+
| No log | 8.0 | 16 | 0.0005 |
|
58 |
+
| No log | 9.0 | 18 | 0.0002 |
|
59 |
+
| No log | 10.0 | 20 | 0.0001 |
|
60 |
+
| No log | 11.0 | 22 | 0.0001 |
|
61 |
+
| No log | 12.0 | 24 | 0.0000 |
|
62 |
+
| No log | 13.0 | 26 | 0.0000 |
|
63 |
+
| No log | 14.0 | 28 | 0.0000 |
|
64 |
+
| No log | 15.0 | 30 | 0.0000 |
|
65 |
+
| No log | 16.0 | 32 | 0.0000 |
|
66 |
+
| No log | 17.0 | 34 | 0.0000 |
|
67 |
+
| No log | 18.0 | 36 | 0.0000 |
|
68 |
+
| No log | 19.0 | 38 | 0.0000 |
|
69 |
+
| No log | 20.0 | 40 | 0.0000 |
|
70 |
+
|
71 |
+
|
72 |
+
### Framework versions
|
73 |
+
|
74 |
+
- Transformers 4.45.2
|
75 |
+
- Pytorch 2.4.1+cu121
|
76 |
+
- Datasets 3.0.1
|
77 |
+
- Tokenizers 0.20.1
|
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased-distilled-squad",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForQuestionAnswering"
|
6 |
+
],
|
7 |
+
"attention_dropout": 0.1,
|
8 |
+
"dim": 768,
|
9 |
+
"dropout": 0.1,
|
10 |
+
"hidden_dim": 3072,
|
11 |
+
"initializer_range": 0.02,
|
12 |
+
"max_position_embeddings": 512,
|
13 |
+
"model_type": "distilbert",
|
14 |
+
"n_heads": 12,
|
15 |
+
"n_layers": 6,
|
16 |
+
"pad_token_id": 0,
|
17 |
+
"qa_dropout": 0.1,
|
18 |
+
"seq_classif_dropout": 0.2,
|
19 |
+
"sinusoidal_pos_embds": false,
|
20 |
+
"tie_weights_": true,
|
21 |
+
"torch_dtype": "float32",
|
22 |
+
"transformers_version": "4.45.2",
|
23 |
+
"vocab_size": 30522
|
24 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1074c282abfe8a49934d021c32cf826cf681a7b5cc2fad7c1172ec66969f8c8f
|
3 |
+
size 265470032
|
runs/Oct20_22-58-08_e13e6039fcc6/events.out.tfevents.1729465089.e13e6039fcc6.5824.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fca78a4b19290151db64301413b57d8735df754a9a2c4cc68dbf0cb6e47eed13
|
3 |
+
size 4822
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1df5922cd19fc0ae3b06aecd04454c74a63a5ddf01ec1849e5bb7c57bd59b3f9
|
3 |
+
size 5176
|