sayalik13 commited on
Commit
2294815
1 Parent(s): 4f724eb

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +8 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "allenai/scibert_scivocab_cased",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "sayalik13/scibert-allen-case-v3",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d15c1b5f74cb063e39ab709abcac4fbe70f73d54e578328cb95be58944deb62c
3
  size 437508774
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5308df8da4eb227406943cd1d6e7a8f9c458c9b21899cf9173b74db5a20510d
3
  size 437508774
tokenizer.json CHANGED
@@ -1,7 +1,14 @@
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": null,
4
+ "padding": {
5
+ "strategy": "BatchLongest",
6
+ "direction": "Right",
7
+ "pad_to_multiple_of": null,
8
+ "pad_id": 0,
9
+ "pad_type_id": 0,
10
+ "pad_token": "[PAD]"
11
+ },
12
  "added_tokens": [
13
  {
14
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4fe19c9e0fb22ca05a06ce28789e7e58b2a7f1eb89a29c1158e123d6a8f75f49
3
  size 4536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e52c85874a9e5d69cb7c54d3eccdd5007c7e3b9d7be0d65807303572d9b2682
3
  size 4536