Kavin R V commited on
Commit ·
b68c508
1
Parent(s): 4e4da64
Training completed!
Browse files- .gitignore +1 -0
- config.json +26 -0
- pytorch_model.bin +3 -0
- runs/Apr05_11-14-54_339c7ce262e7/1680693358.6818335/events.out.tfevents.1680693358.339c7ce262e7.144.1 +3 -0
- runs/Apr05_11-14-54_339c7ce262e7/1680693380.220074/events.out.tfevents.1680693380.339c7ce262e7.144.3 +3 -0
- runs/Apr05_11-14-54_339c7ce262e7/1680693718.5685346/events.out.tfevents.1680693718.339c7ce262e7.144.5 +3 -0
- runs/Apr05_11-14-54_339c7ce262e7/events.out.tfevents.1680693358.339c7ce262e7.144.0 +3 -0
- runs/Apr05_11-14-54_339c7ce262e7/events.out.tfevents.1680693380.339c7ce262e7.144.2 +3 -0
- runs/Apr05_11-14-54_339c7ce262e7/events.out.tfevents.1680693718.339c7ce262e7.144.4 +3 -0
- runs/Apr05_11-30-21_339c7ce262e7/1680694248.6443617/events.out.tfevents.1680694248.339c7ce262e7.144.7 +3 -0
- runs/Apr05_11-30-21_339c7ce262e7/events.out.tfevents.1680694248.339c7ce262e7.144.6 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
checkpoint-*/
|
config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"_name_or_path": "nlpproject2023/small-bert",
|
| 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": 512,
|
| 11 |
+
"initializer_range": 0.02,
|
| 12 |
+
"intermediate_size": 2048,
|
| 13 |
+
"layer_norm_eps": 1e-12,
|
| 14 |
+
"max_position_embeddings": 512,
|
| 15 |
+
"model_type": "bert",
|
| 16 |
+
"num_attention_heads": 8,
|
| 17 |
+
"num_hidden_layers": 4,
|
| 18 |
+
"pad_token_id": 0,
|
| 19 |
+
"position_embedding_type": "absolute",
|
| 20 |
+
"problem_type": "single_label_classification",
|
| 21 |
+
"torch_dtype": "float32",
|
| 22 |
+
"transformers_version": "4.27.4",
|
| 23 |
+
"type_vocab_size": 2,
|
| 24 |
+
"use_cache": true,
|
| 25 |
+
"vocab_size": 30522
|
| 26 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baa1eb7e31223f2f493917064347e244cbc4e499b665fa8cb54085453af05086
|
| 3 |
+
size 115087631
|
runs/Apr05_11-14-54_339c7ce262e7/1680693358.6818335/events.out.tfevents.1680693358.339c7ce262e7.144.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a8b2d543905729c42595b14501360dd41e75c1e3c7c7c9734b30557ae035bafc
|
| 3 |
+
size 5859
|
runs/Apr05_11-14-54_339c7ce262e7/1680693380.220074/events.out.tfevents.1680693380.339c7ce262e7.144.3
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7bfcc23e1eda8a64202d417e1b06b5451c20ccff8368bd35bafb4fa84821fe92
|
| 3 |
+
size 5859
|
runs/Apr05_11-14-54_339c7ce262e7/1680693718.5685346/events.out.tfevents.1680693718.339c7ce262e7.144.5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fc7ab26e96a8f3abb3382c5bc9aa5bd2817735d5b931572b8f1dad9db5a5f465
|
| 3 |
+
size 5859
|
runs/Apr05_11-14-54_339c7ce262e7/events.out.tfevents.1680693358.339c7ce262e7.144.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7fb9a76420ce9d88e91d124dd1892a1fc361b159c276e1c312c7dd34d165856b
|
| 3 |
+
size 3916
|
runs/Apr05_11-14-54_339c7ce262e7/events.out.tfevents.1680693380.339c7ce262e7.144.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:66b3cf5a0f3ef8cad6da65bd4520b0a4a904a27302bbf11aa2e715c53da1d92c
|
| 3 |
+
size 3965
|
runs/Apr05_11-14-54_339c7ce262e7/events.out.tfevents.1680693718.339c7ce262e7.144.4
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2cff9dbdfffd91848a3cb127c5254dd77df661eb62ae78ad5cbbbdcc9e1bc6ce
|
| 3 |
+
size 3965
|
runs/Apr05_11-30-21_339c7ce262e7/1680694248.6443617/events.out.tfevents.1680694248.339c7ce262e7.144.7
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:aa63458d5d4ff3318238324236af25b6a0e655494c6ddd77b8aa24291a66e961
|
| 3 |
+
size 5859
|
runs/Apr05_11-30-21_339c7ce262e7/events.out.tfevents.1680694248.339c7ce262e7.144.6
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ae6e4894688fe6edcf0b9327395340d0c887f26b217efef119e7cb20bfe28279
|
| 3 |
+
size 4892
|
training_args.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7ac113d594f3bcfebd56e7219703274ced6631c50434614b7a711e8984c6ca9e
|
| 3 |
+
size 3579
|