zluvolyote commited on
Commit
0d71b37
·
1 Parent(s): 6d13bff

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,27 +1,24 @@
1
  {
2
- "_name_or_path": "roberta-base",
 
3
  "architectures": [
4
- "RobertaForMaskedLM"
5
  ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "bos_token_id": 0,
8
- "classifier_dropout": null,
9
- "eos_token_id": 2,
10
- "hidden_act": "gelu",
11
- "hidden_dropout_prob": 0.1,
12
- "hidden_size": 768,
13
  "initializer_range": 0.02,
14
- "intermediate_size": 3072,
15
- "layer_norm_eps": 1e-05,
16
- "max_position_embeddings": 514,
17
- "model_type": "roberta",
18
- "num_attention_heads": 12,
19
- "num_hidden_layers": 12,
20
- "pad_token_id": 1,
21
- "position_embedding_type": "absolute",
 
22
  "torch_dtype": "float32",
23
- "transformers_version": "4.19.4",
24
- "type_vocab_size": 1,
25
- "use_cache": true,
26
- "vocab_size": 2500
27
  }
 
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.16.2",
23
+ "vocab_size": 20000
 
 
24
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:913f94518d1932cc1383cb260e5575bb3395b1f43198f80c3b7980256145e1bc
3
- size 351936555
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe6414f4a2f3f556ddf40685991363e3db8108fa538b26b98638ee46442ce626
3
+ size 235600854
runs/Jul12_10-48-03_lu-Aspire-T3-715A/1657637452.751271/events.out.tfevents.1657637452.lu-Aspire-T3-715A.22494.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e41e423bf3d36b50c4d3f0bb0ff1144629ca7a91bc12df60d97848014b4d3746
3
+ size 4556
runs/Jul12_10-48-03_lu-Aspire-T3-715A/events.out.tfevents.1657637452.lu-Aspire-T3-715A.22494.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de917ebfb950b743fc5950d1c843b726a3d0709dfcb67bb45ccc17dade6228c0
3
+ size 40
runs/Jul12_10-56-34_lu-Aspire-T3-715A/1657637800.2452366/events.out.tfevents.1657637800.lu-Aspire-T3-715A.24933.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:726a6526b63f533a6529a6e92cadf6eead733213169d655eb3ebecf1ccd63dd4
3
+ size 4556
runs/Jul12_10-56-34_lu-Aspire-T3-715A/events.out.tfevents.1657637800.lu-Aspire-T3-715A.24933.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:14a6a32091a16dd37e8111554e9eb22694eee25062178ca5a9f9aef1d9f1dc8c
3
+ size 3308
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4b584a455f37b82deb1c1174b3f763d37511160c3ca8f9be5d84d575bf4afd7d
3
- size 3183
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b7573152aabe4be36a7972233721c7a7e023143853fae96afe470208b36862c
3
+ size 2741