Tobias Brugger
commited on
Commit
•
c74afd0
1
Parent(s):
116636b
Training in progress epoch 4
Browse files- config.json +3 -1
- pytorch_model.bin +2 -2
config.json
CHANGED
@@ -11,12 +11,14 @@
|
|
11 |
"id2label": {
|
12 |
"0": "O",
|
13 |
"1": "B-Sentence",
|
14 |
-
"2": "I-Sentence"
|
|
|
15 |
},
|
16 |
"initializer_range": 0.02,
|
17 |
"label2id": {
|
18 |
"B-Sentence": 1,
|
19 |
"I-Sentence": 2,
|
|
|
20 |
"O": 0
|
21 |
},
|
22 |
"max_position_embeddings": 512,
|
|
|
11 |
"id2label": {
|
12 |
"0": "O",
|
13 |
"1": "B-Sentence",
|
14 |
+
"2": "I-Sentence",
|
15 |
+
"3": "L-Sentence"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"label2id": {
|
19 |
"B-Sentence": 1,
|
20 |
"I-Sentence": 2,
|
21 |
+
"L-Sentence": 3,
|
22 |
"O": 0
|
23 |
},
|
24 |
"max_position_embeddings": 512,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7ad31b2fb893f1ebdd5a3ccf70adc1453461f5086d9ed15422a372bec425d4f
|
3 |
+
size 538983461
|