Akash Singh
commited on
Commit
•
78412b0
1
Parent(s):
7839326
End of training
Browse files- .gitignore +1 -0
- config.json +24 -0
- pytorch_model.bin +3 -0
- runs/Jan23_14-03-19_4ab1218a6fca/1642946776.2509902/events.out.tfevents.1642946776.4ab1218a6fca.73.1 +3 -0
- runs/Jan23_14-03-19_4ab1218a6fca/events.out.tfevents.1642946768.4ab1218a6fca.73.0 +3 -0
- runs/Jan23_14-03-19_4ab1218a6fca/events.out.tfevents.1642946949.4ab1218a6fca.73.2 +3 -0
- training_args.bin +3 -0
.gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
checkpoint-*/
|
config.json
ADDED
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "distilbert-base-uncased",
|
3 |
+
"activation": "gelu",
|
4 |
+
"architectures": [
|
5 |
+
"DistilBertForMaskedLM"
|
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.15.0",
|
23 |
+
"vocab_size": 30522
|
24 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dafc1ffdf43c9611d0b8ca4bd12824609a8e7ab57aa446983d71290d5bf2889
|
3 |
+
size 267982639
|
runs/Jan23_14-03-19_4ab1218a6fca/1642946776.2509902/events.out.tfevents.1642946776.4ab1218a6fca.73.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f12d2ff63ea591a14bb5fbf15574e16c307e30daaadb2c1678de3939b1e71d2
|
3 |
+
size 4790
|
runs/Jan23_14-03-19_4ab1218a6fca/events.out.tfevents.1642946768.4ab1218a6fca.73.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:80f340d26ea9a9c8bfdb95b46c7c1696ebda4e0e60d75c9194b773c2cd4321aa
|
3 |
+
size 5068
|
runs/Jan23_14-03-19_4ab1218a6fca/events.out.tfevents.1642946949.4ab1218a6fca.73.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d9a050012bef6e953e985117effbd033aa0711e53dc1f86bf512828151646a78
|
3 |
+
size 311
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c276f20a9906d4ff30af17734ba9a9244e8e312bd276db32cc9afed4763ef0b3
|
3 |
+
size 2991
|