alexrider commited on
Commit
64caf6b
1 Parent(s): 4f00c77

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "distilbert-base-uncased",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
 
1
  {
2
+ "_name_or_path": "my_awesome_qa_model",
3
  "activation": "gelu",
4
  "architectures": [
5
  "DistilBertForQuestionAnswering"
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2496523cd56fd0865af5e83a8cf644cee202957f70033a8109734f99f1126ba3
3
  size 265492517
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87ef40041003e0faad7d4d9c728129ea89607b83c7b1dd0e2175bdf20c2099a3
3
  size 265492517
runs/Aug10_12-03-50_52a302c4c6d9/events.out.tfevents.1691669035.52a302c4c6d9.309.0 CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:135522470f7ca64e57f58ba95512758f454b09277b4c0014fd15c31c856171da
3
- size 4363
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddb9e1878c572e87df8ea102522dd711edf587abac0922724ee8cb582a453f99
3
+ size 5259
runs/Aug10_12-17-17_52a302c4c6d9/events.out.tfevents.1691669840.52a302c4c6d9.309.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:297302544e33a993e4a3927041dbc4c003e8aca635189509ffbfee1296722788
3
+ size 4397
tokenizer.json CHANGED
@@ -1,21 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 384,
6
- "strategy": "OnlySecond",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": {
11
- "Fixed": 384
12
- },
13
- "direction": "Right",
14
- "pad_to_multiple_of": null,
15
- "pad_id": 0,
16
- "pad_type_id": 0,
17
- "pad_token": "[PAD]"
18
- },
19
  "added_tokens": [
20
  {
21
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:888a07de3b2d9a37981516141eacfda44fcf1e3a93796c3d88673dc5e6492a29
3
  size 3963
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ab4fd508f13890dc556fe9faaad30ded40b566440e66dbd42d47a4bfe0d0a9b
3
  size 3963