jpodivin commited on
Commit
3c5fb55
1 Parent(s): a2bb5db

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
@@ -13,6 +13,7 @@
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,
@@ -20,5 +21,5 @@
20
  "tie_weights_": true,
21
  "torch_dtype": "float32",
22
  "transformers_version": "4.35.2",
23
- "vocab_size": 30522
24
  }
 
1
  {
2
+ "_name_or_path": "distilbert-base-cased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
 
13
  "model_type": "distilbert",
14
  "n_heads": 12,
15
  "n_layers": 6,
16
+ "output_past": true,
17
  "pad_token_id": 0,
18
  "qa_dropout": 0.1,
19
  "seq_classif_dropout": 0.2,
 
21
  "tie_weights_": true,
22
  "torch_dtype": "float32",
23
  "transformers_version": "4.35.2",
24
+ "vocab_size": 28996
25
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:48063bfc579f81bd28865e96ad0ac7c01f5818dab1cdc99cac72f9d8c21d91a8
3
- size 265470032
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aca8cbca2349ea4e49666cfa79974b64fb2324ee9d531a3f4b08e19c6fbb7e9
3
+ size 260782152
runs/Jan25_13-48-58_4ea813092d5a/events.out.tfevents.1706190539.4ea813092d5a.17723.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff000ac0f2ad0587486f52fed047eddcb715b43cd8c538754d104f667d8630a7
3
+ size 4100
runs/Jan25_14-09-40_4ea813092d5a/events.out.tfevents.1706191781.4ea813092d5a.17723.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cef2a5bfafcf312c1c1a0c54ac079e6f3a7aed9532b62c5a46eec47b89da8d49
3
+ size 4100
runs/Jan25_14-47-32_4ea813092d5a/events.out.tfevents.1706194053.4ea813092d5a.30167.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e27ec63339608580b898703e7cd0a4f227ca5b92f770c74281320cd1dab9bb25
3
+ size 4098
runs/Jan25_14-57-07_4ea813092d5a/events.out.tfevents.1706194627.4ea813092d5a.30167.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2fbbb8792e79794368b2140b25d1d174a1f3ce99dd13d4d9bd79bd2ea9ac3f71
3
+ size 4098
runs/Jan25_15-06-31_4ea813092d5a/events.out.tfevents.1706195191.4ea813092d5a.30167.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87e5428afe7e638566c4f415a1349c299cb8c8cf8fe15e37ad45820180989220
3
+ size 4364
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -43,7 +43,7 @@
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
- "do_lower_case": true,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
 
43
  },
44
  "clean_up_tokenization_spaces": true,
45
  "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
  "mask_token": "[MASK]",
48
  "model_max_length": 512,
49
  "pad_token": "[PAD]",
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6ef644b2ab63820233c0dde5a5e1e3f61f910d365dd377a5dc5515bee22c5aef
3
  size 4600
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4747feff5213fa325e9a0d88d82f33c2cd1e4b11cf3924972a9daad7a339f8c
3
  size 4600
vocab.txt CHANGED
The diff for this file is too large to render. See raw diff