SurajSphinx commited on
Commit
c0e13d5
1 Parent(s): 2f99e87

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,24 +1,30 @@
1
  {
2
- "_name_or_path": "distilbert/distilbert-base-uncased",
3
- "activation": "gelu",
4
  "architectures": [
5
- "DistilBertForQuestionAnswering"
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.41.0.dev0",
23
- "vocab_size": 30522
 
 
24
  }
 
1
  {
2
+ "_name_or_path": "deepset/roberta-base-squad2",
 
3
  "architectures": [
4
+ "RobertaForQuestionAnswering"
5
  ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 768,
14
  "initializer_range": 0.02,
15
+ "intermediate_size": 3072,
16
+ "language": "english",
17
+ "layer_norm_eps": 1e-05,
18
+ "max_position_embeddings": 514,
19
+ "model_type": "roberta",
20
+ "name": "Roberta",
21
+ "num_attention_heads": 12,
22
+ "num_hidden_layers": 12,
23
+ "pad_token_id": 1,
24
+ "position_embedding_type": "absolute",
25
  "torch_dtype": "float32",
26
  "transformers_version": "4.41.0.dev0",
27
+ "type_vocab_size": 1,
28
+ "use_cache": true,
29
+ "vocab_size": 50265
30
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b91989b55c26d80fa620e4ce1a018a3dc79ff674abee842e19e7d030fec4ca57
3
- size 265470032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:382e26c0a457864ce29ac40cc542feab0114a309dabaff2d057db00ca7334dbc
3
+ size 496250232
runs/Apr30_12-10-46_sphinxlaptop/events.out.tfevents.1714459250.sphinxlaptop.859.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcf95ba4fea06f2078a27772d2d98032f3a9fba20de39b404911528901099374
3
+ size 9590
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d84c1a3085118931cdc0e0ebd3c1f0f3ca9963b65ca0c06c7e0080da217e1b5
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4064ab47828cfc65659ceae495a02d5cbfbd30e9d18d09a40f0f32d78717b2f
3
  size 5048