allistair99 commited on
Commit
bdaaefc
·
verified ·
1 Parent(s): 67a3d0a

BiLSTM test 1

Browse files
Files changed (4) hide show
  1. README.md +61 -0
  2. config.json +31 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,61 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ base_model: allistair99/tinybert-6l-768d-BiLSTM-finetuned-squad-optiparam
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - srh_test66
8
+ model-index:
9
+ - name: tinybert-6l-768d-squad2-finetuned-SRH-v2-BiLSTM-finetuned-SRH-optiparam-unfrozen-v3
10
+ results: []
11
+ ---
12
+
13
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
14
+ should probably proofread and complete it, then remove this comment. -->
15
+
16
+ # tinybert-6l-768d-squad2-finetuned-SRH-v2-BiLSTM-finetuned-SRH-optiparam-unfrozen-v3
17
+
18
+ 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 the srh_test66 dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 3.2961
21
+
22
+ ## Model description
23
+
24
+ More information needed
25
+
26
+ ## Intended uses & limitations
27
+
28
+ More information needed
29
+
30
+ ## Training and evaluation data
31
+
32
+ More information needed
33
+
34
+ ## Training procedure
35
+
36
+ ### Training hyperparameters
37
+
38
+ The following hyperparameters were used during training:
39
+ - learning_rate: 2e-05
40
+ - train_batch_size: 16
41
+ - eval_batch_size: 16
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 3
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | No log | 1.0 | 42 | 3.9998 |
52
+ | No log | 2.0 | 84 | 3.4290 |
53
+ | No log | 3.0 | 126 | 3.2961 |
54
+
55
+
56
+ ### Framework versions
57
+
58
+ - Transformers 4.40.0
59
+ - Pytorch 2.3.1+cu121
60
+ - Datasets 2.20.0
61
+ - 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:1a694fc8ded2f2f8b9c1df65fad9b39af36c43ec4ee0f61cbb8b42143ee65660
3
+ size 279656944
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84ea0ce4f5507fc35bf80f433bc04467dda22e75762334775922b02d8ac78175
3
+ size 4984