Training in progress, epoch 1
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- runs/Feb08_14-17-38_f5cb1def879a/1675865865.23858/events.out.tfevents.1675865865.f5cb1def879a.30950.1 +3 -0
- runs/Feb08_14-17-38_f5cb1def879a/events.out.tfevents.1675865865.f5cb1def879a.30950.0 +3 -0
- tokenizer.json +16 -2
- tokenizer_config.json +1 -1
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
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:
|
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":
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "
|
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:
|
3 |
size 3515
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c09db4c7dd082bd6faf2430d17706e467ec6de1750d6a2856a16744b8797d37
|
3 |
size 3515
|