gyr66 commited on
Commit
e92b876
β€’
1 Parent(s): 130e84a

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 +6 -1
  4. training_args.bin +1 -1
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "hfl/chinese-roberta-wwm-ext",
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
 
1
  {
2
+ "_name_or_path": "gyr66/RoBERTa-finetuned-privacy-detection",
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:3026a925d81baf59a2aef1337fcc4c8e07242f0fc03bc492c382c5565432309b
3
  size 406869549
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:471814b0bbb7a697b55e997a182ee11836779c45ba3cf3ddde7a3771a625f818
3
  size 406869549
tokenizer.json CHANGED
@@ -1,6 +1,11 @@
1
  {
2
  "version": "1.0",
3
- "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": {
4
+ "direction": "Right",
5
+ "max_length": 512,
6
+ "strategy": "LongestFirst",
7
+ "stride": 0
8
+ },
9
  "padding": null,
10
  "added_tokens": [
11
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bd85cec6f12d1db9b9edb639bdf26ae2fb0d0852b911cc2a331c43a78e4cd257
3
  size 3579
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:63c81bd35f1895fd0cbfede560101ec47fd40489386c893679da4cdc0c76fb58
3
  size 3579