nc33 commited on
Commit
35a9d57
·
1 Parent(s): edd2572

Training in progress, epoch 1

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "facebook/muppet-roberta-base",
3
  "architectures": [
4
  "RobertaForTokenClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "nc33/multiqa_model",
3
  "architectures": [
4
  "RobertaForTokenClassification"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:84e7d2d71d0d4126c90c669c631fb32c43fea6c4c83eb6000bd4303b5a700d19
3
  size 496302125
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11e431f2d94660eaf79eb44058b4a1d61cef39e99a070073a43f1f8fd90abf05
3
  size 496302125
runs/Feb08_14-17-38_f5cb1def879a/1675865865.23858/events.out.tfevents.1675865865.f5cb1def879a.30950.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a2c171f6f5d0b10b889f228ac6c4d5732674cacd0dbfa1a17c6a4235bcad1cb
3
+ size 5655
runs/Feb08_14-17-38_f5cb1def879a/events.out.tfevents.1675865865.f5cb1def879a.30950.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:350ee5ef7ec3b8bf1966d00b1d8749cb1a100af73a8ec8c25717ab505ad05690
3
+ size 4438
tokenizer.json CHANGED
@@ -1,7 +1,21 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 384,
6
+ "strategy": "OnlySecond",
7
+ "stride": 128
8
+ },
9
+ "padding": {
10
+ "strategy": {
11
+ "Fixed": 384
12
+ },
13
+ "direction": "Right",
14
+ "pad_to_multiple_of": null,
15
+ "pad_id": 1,
16
+ "pad_type_id": 0,
17
+ "pad_token": "<pad>"
18
+ },
19
  "added_tokens": [
20
  {
21
  "id": 0,
tokenizer_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "errors": "replace",
7
  "mask_token": "<mask>",
8
  "model_max_length": 1000000000000000019884624838656,
9
- "name_or_path": "facebook/muppet-roberta-base",
10
  "pad_token": "<pad>",
11
  "sep_token": "</s>",
12
  "special_tokens_map_file": null,
 
6
  "errors": "replace",
7
  "mask_token": "<mask>",
8
  "model_max_length": 1000000000000000019884624838656,
9
+ "name_or_path": "nc33/multiqa_model",
10
  "pad_token": "<pad>",
11
  "sep_token": "</s>",
12
  "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:9f50ec22b3c607b3e25254816e44d8c206ff6e3076181db79c3218cf3620c86d
3
  size 3515
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c09db4c7dd082bd6faf2430d17706e467ec6de1750d6a2856a16744b8797d37
3
  size 3515