DioLiu commited on
Commit
711b8af
·
1 Parent(s): c20303c

Training in progress, step 500

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilroberta-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": 6,
20
+ "pad_token_id": 1,
21
+ "position_embedding_type": "absolute",
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.18.0",
24
+ "type_vocab_size": 1,
25
+ "use_cache": true,
26
+ "vocab_size": 50265
27
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fcff1c49b6eab26f1c116d7a9acec35c9ca828988d1c38f557ee7bacf4fd0d4b
3
+ size 328720043
runs/Apr11_11-22-02_32151f2fc911/1649676160.538042/events.out.tfevents.1649676160.32151f2fc911.72.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1e682b32bc736a6915035295e2962699241fe6e6faf224a5c017452f0276ebf
3
+ size 4855
runs/Apr11_11-22-02_32151f2fc911/events.out.tfevents.1649676160.32151f2fc911.72.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:136c331ba0abbe34e048aad0973e8a293055197d84670f023993eeabb03289e3
3
+ size 3365
runs/Apr11_11-23-03_32151f2fc911/1649676194.4646878/events.out.tfevents.1649676194.32151f2fc911.72.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7968d6735ea644384b56027f05bd715b9c5b5fbc6568f9135e16164d80efd740
3
+ size 4855
runs/Apr11_11-23-03_32151f2fc911/events.out.tfevents.1649676194.32151f2fc911.72.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd6dd5cb8ebc7fd2b638a01221cb185732670379ee1a66ce5c439ace12ec359a
3
+ size 4221
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b796a6641bab3d2d59789abdac361f31152a4922ed7c8ca8bd1254bb987534a
3
+ size 3055