mlxen commited on
Commit
f438e0c
1 Parent(s): 4b55433

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/electra-small-discriminator",
3
  "architectures": [
4
  "ElectraForQuestionAnswering"
5
  ],
@@ -23,7 +23,7 @@
23
  "summary_type": "first",
24
  "summary_use_proj": true,
25
  "torch_dtype": "float32",
26
- "transformers_version": "4.24.0",
27
  "type_vocab_size": 2,
28
  "use_cache": true,
29
  "vocab_size": 30522
 
1
  {
2
+ "_name_or_path": "mlxen/electra-squad-training",
3
  "architectures": [
4
  "ElectraForQuestionAnswering"
5
  ],
 
23
  "summary_type": "first",
24
  "summary_use_proj": true,
25
  "torch_dtype": "float32",
26
+ "transformers_version": "4.25.1",
27
  "type_vocab_size": 2,
28
  "use_cache": true,
29
  "vocab_size": 30522
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:ba42dc79d67a71fc50695daa5f784f9ac68676fbf8e234f250912902fac3dd04
3
- size 54005677
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cecc681e0e0d40f7ef60b068d788a8c2ab03a34231b0c7ae231482be7760d75d
3
+ size 54007477
runs/Dec09_20-55-37_75debc3a5818/1670619360.5827858/events.out.tfevents.1670619360.75debc3a5818.113.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dce7791e38190cb9fe6c6ea7ad0fdbe859ed12b369e803147812450e0b0ee6e5
3
+ size 5519
runs/Dec09_20-55-37_75debc3a5818/events.out.tfevents.1670619360.75debc3a5818.113.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d523d29179cc36e9ced917f1e54eedb1a1015b84cca028396fb3904869d4c65
3
+ size 40
tokenizer_config.json CHANGED
@@ -3,7 +3,7 @@
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
- "name_or_path": "google/electra-small-discriminator",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,
 
3
  "do_lower_case": true,
4
  "mask_token": "[MASK]",
5
  "model_max_length": 512,
6
+ "name_or_path": "mlxen/electra-squad-training",
7
  "pad_token": "[PAD]",
8
  "sep_token": "[SEP]",
9
  "special_tokens_map_file": null,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9bd7953bb606a7f150c5f7d62733171075bfb1108e0a301eed259a0504e5f031
3
- size 3439
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1c3c03b24e874d7effd0681226b8a2b2bea5c5cbf1abce0b684065fe5fefecd
3
+ size 3451