shellypeng commited on
Commit
7ec3412
·
verified ·
1 Parent(s): 4a465a5

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +1 -1
  2. model.safetensors +1 -1
  3. tokenizer.json +2 -14
  4. training_args.bin +1 -1
config.json CHANGED
@@ -6,7 +6,7 @@
6
  "classifier_dropout": null,
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.5,
10
  "hidden_size": 768,
11
  "id2label": {
12
  "0": "B-art",
 
6
  "classifier_dropout": null,
7
  "gradient_checkpointing": false,
8
  "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.3,
10
  "hidden_size": 768,
11
  "id2label": {
12
  "0": "B-art",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c6850d40e12f052ebcfb7de2a76c3cb3000cdd07643858011c29ee81b1e42b4
3
  size 430954348
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:710ac3f62601847eb82c050fa864e9099ee7710082946e5b8bef14145c383327
3
  size 430954348
tokenizer.json CHANGED
@@ -1,19 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 512,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
- "padding": {
10
- "strategy": "BatchLongest",
11
- "direction": "Right",
12
- "pad_to_multiple_of": null,
13
- "pad_id": 0,
14
- "pad_type_id": 0,
15
- "pad_token": "[PAD]"
16
- },
17
  "added_tokens": [
18
  {
19
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
4
+ "padding": null,
 
 
 
 
 
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:70f8290b9f8f07eadc07925ee633a459f7f4980e4b92dc3445cfdf4b55a23215
3
  size 5368
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f57d1bfee22305f84170596b3e6d7e8dd88dfa6549dee8325aa3f12fd0b840ce
3
  size 5368