mrunaalz commited on
Commit
5e30a7c
·
verified ·
1 Parent(s): 32c7f47

mrunaalz/finetuned-scibert

Browse files
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: allenai/scibert_scivocab_uncased
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: test_trainer
7
+ results: []
8
+ ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # test_trainer
14
+
15
+ This model is a fine-tuned version of [allenai/scibert_scivocab_uncased](https://huggingface.co/allenai/scibert_scivocab_uncased) on the None dataset.
16
+ It achieves the following results on the evaluation set:
17
+ - eval_loss: 2.1750
18
+ - eval_accuracy: 0.4887
19
+ - eval_runtime: 46.6574
20
+ - eval_samples_per_second: 32.149
21
+ - eval_steps_per_second: 4.029
22
+ - epoch: 1.0
23
+ - step: 750
24
+
25
+ ## Model description
26
+
27
+ More information needed
28
+
29
+ ## Intended uses & limitations
30
+
31
+ More information needed
32
+
33
+ ## Training and evaluation data
34
+
35
+ More information needed
36
+
37
+ ## Training procedure
38
+
39
+ ### Training hyperparameters
40
+
41
+ The following hyperparameters were used during training:
42
+ - learning_rate: 5e-05
43
+ - train_batch_size: 8
44
+ - eval_batch_size: 8
45
+ - seed: 42
46
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
+ - lr_scheduler_type: linear
48
+ - num_epochs: 3
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.38.2
53
+ - Pytorch 2.2.1+cu121
54
+ - Datasets 2.18.0
55
+ - Tokenizers 0.15.2
config.json ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "allenai/scibert_scivocab_uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "LABEL_0",
13
+ "1": "LABEL_1",
14
+ "2": "LABEL_2",
15
+ "3": "LABEL_3",
16
+ "4": "LABEL_4",
17
+ "5": "LABEL_5",
18
+ "6": "LABEL_6",
19
+ "7": "LABEL_7",
20
+ "8": "LABEL_8",
21
+ "9": "LABEL_9",
22
+ "10": "LABEL_10",
23
+ "11": "LABEL_11",
24
+ "12": "LABEL_12",
25
+ "13": "LABEL_13",
26
+ "14": "LABEL_14",
27
+ "15": "LABEL_15",
28
+ "16": "LABEL_16",
29
+ "17": "LABEL_17",
30
+ "18": "LABEL_18",
31
+ "19": "LABEL_19",
32
+ "20": "LABEL_20",
33
+ "21": "LABEL_21",
34
+ "22": "LABEL_22",
35
+ "23": "LABEL_23",
36
+ "24": "LABEL_24",
37
+ "25": "LABEL_25",
38
+ "26": "LABEL_26",
39
+ "27": "LABEL_27",
40
+ "28": "LABEL_28",
41
+ "29": "LABEL_29"
42
+ },
43
+ "initializer_range": 0.02,
44
+ "intermediate_size": 3072,
45
+ "label2id": {
46
+ "LABEL_0": 0,
47
+ "LABEL_1": 1,
48
+ "LABEL_10": 10,
49
+ "LABEL_11": 11,
50
+ "LABEL_12": 12,
51
+ "LABEL_13": 13,
52
+ "LABEL_14": 14,
53
+ "LABEL_15": 15,
54
+ "LABEL_16": 16,
55
+ "LABEL_17": 17,
56
+ "LABEL_18": 18,
57
+ "LABEL_19": 19,
58
+ "LABEL_2": 2,
59
+ "LABEL_20": 20,
60
+ "LABEL_21": 21,
61
+ "LABEL_22": 22,
62
+ "LABEL_23": 23,
63
+ "LABEL_24": 24,
64
+ "LABEL_25": 25,
65
+ "LABEL_26": 26,
66
+ "LABEL_27": 27,
67
+ "LABEL_28": 28,
68
+ "LABEL_29": 29,
69
+ "LABEL_3": 3,
70
+ "LABEL_4": 4,
71
+ "LABEL_5": 5,
72
+ "LABEL_6": 6,
73
+ "LABEL_7": 7,
74
+ "LABEL_8": 8,
75
+ "LABEL_9": 9
76
+ },
77
+ "layer_norm_eps": 1e-12,
78
+ "max_position_embeddings": 512,
79
+ "model_type": "bert",
80
+ "num_attention_heads": 12,
81
+ "num_hidden_layers": 12,
82
+ "pad_token_id": 0,
83
+ "position_embedding_type": "absolute",
84
+ "problem_type": "single_label_classification",
85
+ "torch_dtype": "float32",
86
+ "transformers_version": "4.38.2",
87
+ "type_vocab_size": 2,
88
+ "use_cache": true,
89
+ "vocab_size": 31090
90
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73a6addff9acc2d3cea5d61a876b4c6631a311187f11850fe480177d7f595e77
3
+ size 439789672
runs/Mar18_01-06-15_74d36896ab09/events.out.tfevents.1710723980.74d36896ab09.14694.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d11f0c75becd9dd243d675ce60e56534871526857a89ee1855ddbdca73ab87b8
3
+ size 5733
runs/Mar18_01-07-40_74d36896ab09/events.out.tfevents.1710724066.74d36896ab09.14694.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9ddc01b3295f85c8b8da75f16c8c5ab0ed1f19e75f9c60af77e7f32b87d4adb
3
+ size 6727
runs/Mar18_01-21-51_74d36896ab09/events.out.tfevents.1710724916.74d36896ab09.14694.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:640c5ae242e3f6dee7010990dc3c11b59445c72dcf3539808294b8f3fdc4e09e
3
+ size 7336
runs/Mar18_01-47-24_74d36896ab09/events.out.tfevents.1710726450.74d36896ab09.14694.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98be961fe63d7f3fcb06ed80c3b89c567b468cf59a5e4345776f93f36898c729
3
+ size 9179
runs/Mar18_02-37-10_74d36896ab09/events.out.tfevents.1710729430.74d36896ab09.14694.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:85053c88f13171683408a1f9cba56ff55089075424c6e414da26cacd82d788d9
3
+ size 6406
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1c29e2f5e06ef8edef6102a9c166b6bd4b0d47098964d60c24e4ed313f576d92
3
+ size 4856