Trong-Nghia commited on
Commit
87124db
·
1 Parent(s): ee2b43b

Training in progress, step 500

Browse files
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "bert-large-uncased",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "Trong-Nghia/bert-large-uncased-detect-dep-v4",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6feb85655158e8196bd0e54332a5c300c7ba707dd1a83058a04b1a6bbff5b9dd
3
  size 1340710193
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df4540cfc12f134fc95a84dd6a4bb47148968ff81a9137d0c9242e159c87168e
3
  size 1340710193
runs/Jul22_12-08-23_c315cb4258b9/events.out.tfevents.1690032821.c315cb4258b9.847.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c837a362e0d33de3932bee925691cfd6326b6f060881d8434323c0b8feb0275
3
+ size 4436
tokenizer.json CHANGED
@@ -2,13 +2,13 @@
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
- "max_length": 256,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
- "Fixed": 256
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,
 
2
  "version": "1.0",
3
  "truncation": {
4
  "direction": "Right",
5
+ "max_length": 512,
6
  "strategy": "LongestFirst",
7
  "stride": 0
8
  },
9
  "padding": {
10
  "strategy": {
11
+ "Fixed": 512
12
  },
13
  "direction": "Right",
14
  "pad_to_multiple_of": null,