yooonsangbeom commited on
Commit
4a3cca1
1 Parent(s): 4e51b0d

Training in progress, epoch 1

Browse files
Files changed (3) hide show
  1. config.json +1 -0
  2. pytorch_model.bin +1 -1
  3. tokenizer.json +1 -6
config.json CHANGED
@@ -33,6 +33,7 @@
33
  "model_type": "bert",
34
  "num_attention_heads": 12,
35
  "num_hidden_layers": 12,
 
36
  "pad_token_id": 0,
37
  "position_embedding_type": "absolute",
38
  "problem_type": "single_label_classification",
 
33
  "model_type": "bert",
34
  "num_attention_heads": 12,
35
  "num_hidden_layers": 12,
36
+ "output_hidden_states": true,
37
  "pad_token_id": 0,
38
  "position_embedding_type": "absolute",
39
  "problem_type": "single_label_classification",
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04422f8ee7a322fe559cd893e084175863e7f4459575841cfe557e3b19cb51a5
3
  size 442559281
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c9e321be0db6389661bab5759e5c415d3caa992eb08e9a85b40c7d923f9436db
3
  size 442559281
tokenizer.json CHANGED
@@ -1,11 +1,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
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {