BiLSTM test 1
Browse files- README.md +106 -0
- config.json +31 -0
- model.safetensors +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,106 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
base_model: allistair99/tinybert-6l-768d-BiLSTM-finetuned-squad-optiparam
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: tinybert-base-uncased-BiLSTM-Optiparam-ADVQA36K-V1
|
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 |
+
# tinybert-base-uncased-BiLSTM-Optiparam-ADVQA36K-V1
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [allistair99/tinybert-6l-768d-BiLSTM-finetuned-squad-optiparam](https://huggingface.co/allistair99/tinybert-6l-768d-BiLSTM-finetuned-squad-optiparam) on an unknown dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 2.9656
|
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: 3e-05
|
38 |
+
- train_batch_size: 6
|
39 |
+
- eval_batch_size: 60
|
40 |
+
- seed: 42
|
41 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
+
- lr_scheduler_type: linear
|
43 |
+
- num_epochs: 3
|
44 |
+
|
45 |
+
### Training results
|
46 |
+
|
47 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
48 |
+
|:-------------:|:------:|:----:|:---------------:|
|
49 |
+
| 3.0036 | 0.0599 | 100 | 2.5920 |
|
50 |
+
| 2.8317 | 0.1198 | 200 | 2.5140 |
|
51 |
+
| 2.7926 | 0.1796 | 300 | 2.5142 |
|
52 |
+
| 2.7339 | 0.2395 | 400 | 2.4734 |
|
53 |
+
| 2.7291 | 0.2994 | 500 | 2.4903 |
|
54 |
+
| 2.7906 | 0.3593 | 600 | 2.4795 |
|
55 |
+
| 2.641 | 0.4192 | 700 | 2.4862 |
|
56 |
+
| 2.5682 | 0.4790 | 800 | 2.5682 |
|
57 |
+
| 2.6871 | 0.5389 | 900 | 2.4674 |
|
58 |
+
| 2.7482 | 0.5988 | 1000 | 2.4033 |
|
59 |
+
| 2.6894 | 0.6587 | 1100 | 2.3723 |
|
60 |
+
| 2.4788 | 0.7186 | 1200 | 2.3302 |
|
61 |
+
| 2.6424 | 0.7784 | 1300 | 2.4048 |
|
62 |
+
| 2.6319 | 0.8383 | 1400 | 2.3805 |
|
63 |
+
| 2.5736 | 0.8982 | 1500 | 2.3620 |
|
64 |
+
| 2.5958 | 0.9581 | 1600 | 2.3191 |
|
65 |
+
| 2.2015 | 1.0180 | 1700 | 2.7917 |
|
66 |
+
| 1.8579 | 1.0778 | 1800 | 2.3981 |
|
67 |
+
| 1.7857 | 1.1377 | 1900 | 2.6140 |
|
68 |
+
| 1.7714 | 1.1976 | 2000 | 2.5079 |
|
69 |
+
| 1.7564 | 1.2575 | 2100 | 2.6297 |
|
70 |
+
| 1.8162 | 1.3174 | 2200 | 2.5810 |
|
71 |
+
| 1.7704 | 1.3772 | 2300 | 2.4192 |
|
72 |
+
| 1.8182 | 1.4371 | 2400 | 2.4714 |
|
73 |
+
| 1.8095 | 1.4970 | 2500 | 2.6516 |
|
74 |
+
| 1.9058 | 1.5569 | 2600 | 2.4050 |
|
75 |
+
| 1.8567 | 1.6168 | 2700 | 2.4032 |
|
76 |
+
| 1.7526 | 1.6766 | 2800 | 2.4313 |
|
77 |
+
| 1.6995 | 1.7365 | 2900 | 2.5849 |
|
78 |
+
| 1.7793 | 1.7964 | 3000 | 2.5520 |
|
79 |
+
| 1.7435 | 1.8563 | 3100 | 2.4718 |
|
80 |
+
| 1.8295 | 1.9162 | 3200 | 2.4131 |
|
81 |
+
| 1.8069 | 1.9760 | 3300 | 2.4696 |
|
82 |
+
| 1.4409 | 2.0359 | 3400 | 2.9758 |
|
83 |
+
| 1.2772 | 2.0958 | 3500 | 2.9478 |
|
84 |
+
| 1.1997 | 2.1557 | 3600 | 2.9533 |
|
85 |
+
| 1.19 | 2.2156 | 3700 | 2.8930 |
|
86 |
+
| 1.1831 | 2.2754 | 3800 | 3.0055 |
|
87 |
+
| 1.1424 | 2.3353 | 3900 | 3.0072 |
|
88 |
+
| 1.1612 | 2.3952 | 4000 | 2.9198 |
|
89 |
+
| 1.242 | 2.4551 | 4100 | 2.9932 |
|
90 |
+
| 1.1113 | 2.5150 | 4200 | 3.0195 |
|
91 |
+
| 1.2147 | 2.5749 | 4300 | 2.9441 |
|
92 |
+
| 1.1773 | 2.6347 | 4400 | 2.9556 |
|
93 |
+
| 1.2346 | 2.6946 | 4500 | 2.9006 |
|
94 |
+
| 1.1443 | 2.7545 | 4600 | 2.9683 |
|
95 |
+
| 1.2002 | 2.8144 | 4700 | 2.9800 |
|
96 |
+
| 1.1385 | 2.8743 | 4800 | 2.9573 |
|
97 |
+
| 1.2266 | 2.9341 | 4900 | 2.9599 |
|
98 |
+
| 1.2089 | 2.9940 | 5000 | 2.9656 |
|
99 |
+
|
100 |
+
|
101 |
+
### Framework versions
|
102 |
+
|
103 |
+
- Transformers 4.40.0
|
104 |
+
- Pytorch 2.6.0+cu124
|
105 |
+
- Datasets 2.21.0
|
106 |
+
- Tokenizers 0.19.1
|
config.json
ADDED
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "allistair99/tinybert-6l-768d-BiLSTM-finetuned-squad-optiparam",
|
3 |
+
"architectures": [
|
4 |
+
"BertForQuestionAnswering1"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"cell": {},
|
8 |
+
"classifier_dropout": null,
|
9 |
+
"gradient_checkpointing": false,
|
10 |
+
"hidden_act": "gelu",
|
11 |
+
"hidden_dropout_prob": 0.1,
|
12 |
+
"hidden_size": 768,
|
13 |
+
"initializer_range": 0.02,
|
14 |
+
"intermediate_size": 3072,
|
15 |
+
"language": "english",
|
16 |
+
"layer_norm_eps": 1e-12,
|
17 |
+
"max_position_embeddings": 512,
|
18 |
+
"model_type": "bert",
|
19 |
+
"name": "Bert",
|
20 |
+
"num_attention_heads": 12,
|
21 |
+
"num_hidden_layers": 6,
|
22 |
+
"pad_token_id": 0,
|
23 |
+
"position_embedding_type": "absolute",
|
24 |
+
"pre_trained": "",
|
25 |
+
"structure": [],
|
26 |
+
"torch_dtype": "float32",
|
27 |
+
"transformers_version": "4.40.0",
|
28 |
+
"type_vocab_size": 2,
|
29 |
+
"use_cache": true,
|
30 |
+
"vocab_size": 30522
|
31 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f677c0551fcde91ca2e2d128feeee1fab69a0f5986f31b453ca07e5291ce4319
|
3 |
+
size 279656944
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0294e8f36581ab9f7da6571605ced1175f2383532e4fa95df4e47312f4a94158
|
3 |
+
size 4920
|