Dhruvil47 commited on
Commit
32c4247
1 Parent(s): 1388d17

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.31.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:12b64e2179f03ff0c5abb3bda31470b43bbc5aee820ac235ade0d97d02a7f6c1
3
+ size 498859189
runs/Jul25_07-29-41_b20774fd4051/events.out.tfevents.1690270214.b20774fd4051.2878.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d8f916cb3e9aed599bf5b08222d73da683900bbc8d41a50febd83ebd7f5fe3b
3
+ size 4041
runs/Jul25_07-30-57_b20774fd4051/events.out.tfevents.1690270270.b20774fd4051.2878.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a86fa7ef8457961e121b66f506f69563301616f6a0447c1cdefc71ec37299fd
3
+ size 4666
runs/Jul25_07-52-50_b20774fd4051/events.out.tfevents.1690271736.b20774fd4051.9912.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf9b814d0a3558a3fccd97a656c912292f36a2a65b49b957fcac142860ac5cf0
3
+ size 4677
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2489563034f7fc4f5645429552a9357db802959ef9f3ff157d92dcb5f6e24c27
3
+ size 4027