allistair99 commited on
Commit
51823e3
·
verified ·
1 Parent(s): 8feb0a7

BiLSTM test 1

Browse files
Files changed (4) hide show
  1. README.md +60 -0
  2. config.json +24 -0
  3. model.safetensors +3 -0
  4. training_args.bin +3 -0
README.md ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: allistair99/distilbert-base-uncased-distilled-squad-BiLSTM-finetuned-squad-optiparam
4
+ tags:
5
+ - generated_from_trainer
6
+ datasets:
7
+ - srh_test66
8
+ model-index:
9
+ - name: distilbert-base-uncased-distilled-squad-BiLSTM-finetuned-SRH-optiparam-unfrozen
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
+ # distilbert-base-uncased-distilled-squad-BiLSTM-finetuned-SRH-optiparam-unfrozen
17
+
18
+ This model is a fine-tuned version of [allistair99/distilbert-base-uncased-distilled-squad-BiLSTM-finetuned-squad-optiparam](https://huggingface.co/allistair99/distilbert-base-uncased-distilled-squad-BiLSTM-finetuned-squad-optiparam) on the srh_test66 dataset.
19
+ It achieves the following results on the evaluation set:
20
+ - Loss: 1.6830
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: 3e-05
40
+ - train_batch_size: 6
41
+ - eval_batch_size: 60
42
+ - seed: 42
43
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
44
+ - lr_scheduler_type: linear
45
+ - num_epochs: 2
46
+
47
+ ### Training results
48
+
49
+ | Training Loss | Epoch | Step | Validation Loss |
50
+ |:-------------:|:-----:|:----:|:---------------:|
51
+ | No log | 1.0 | 114 | 1.7223 |
52
+ | No log | 2.0 | 228 | 1.6830 |
53
+
54
+
55
+ ### Framework versions
56
+
57
+ - Transformers 4.40.0
58
+ - Pytorch 2.3.0+cu121
59
+ - Datasets 2.20.0
60
+ - Tokenizers 0.19.1
config.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "allistair99/distilbert-base-uncased-distilled-squad-BiLSTM-finetuned-squad-optiparam",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForQuestionAnswering1"
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.40.0",
23
+ "vocab_size": 30522
24
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4499603104bb2f280dfda0dcfb12c44b3a615af9ba6033e642baa09f923f24fa
3
+ size 279651120
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:310d2c94292ad749c0df2b14304812f2afd6e9bd2cc5aaf59ea32e5bdbe65aa1
3
+ size 4984