eunyounglee commited on
Commit
feb4cfe
·
verified ·
1 Parent(s): 18c829c

Training in progress, epoch 1

Browse files
Files changed (4) hide show
  1. config.json +2 -24
  2. model.safetensors +2 -2
  3. tokenizer.json +2 -14
  4. training_args.bin +1 -1
config.json CHANGED
@@ -12,37 +12,15 @@
12
  "0": "LABEL_0",
13
  "1": "LABEL_1",
14
  "2": "LABEL_2",
15
- "3": "LABEL_3",
16
- "4": "LABEL_4",
17
- "5": "LABEL_5",
18
- "6": "LABEL_6",
19
- "7": "LABEL_7",
20
- "8": "LABEL_8",
21
- "9": "LABEL_9",
22
- "10": "LABEL_10",
23
- "11": "LABEL_11",
24
- "12": "LABEL_12",
25
- "13": "LABEL_13",
26
- "14": "LABEL_14"
27
  },
28
  "initializer_range": 0.02,
29
  "intermediate_size": 3072,
30
  "label2id": {
31
  "LABEL_0": 0,
32
  "LABEL_1": 1,
33
- "LABEL_10": 10,
34
- "LABEL_11": 11,
35
- "LABEL_12": 12,
36
- "LABEL_13": 13,
37
- "LABEL_14": 14,
38
  "LABEL_2": 2,
39
- "LABEL_3": 3,
40
- "LABEL_4": 4,
41
- "LABEL_5": 5,
42
- "LABEL_6": 6,
43
- "LABEL_7": 7,
44
- "LABEL_8": 8,
45
- "LABEL_9": 9
46
  },
47
  "layer_norm_eps": 1e-12,
48
  "max_position_embeddings": 512,
 
12
  "0": "LABEL_0",
13
  "1": "LABEL_1",
14
  "2": "LABEL_2",
15
+ "3": "LABEL_3"
 
 
 
 
 
 
 
 
 
 
 
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
  "LABEL_0": 0,
21
  "LABEL_1": 1,
 
 
 
 
 
22
  "LABEL_2": 2,
23
+ "LABEL_3": 3
 
 
 
 
 
 
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "max_position_embeddings": 512,
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e0eee1b26afd18b5e1ada8e9dd26d18435db43d08d5c7c974bc4a06b4567f8ea
3
- size 442539052
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dcc76808ac78314f76b95d6293d08e3c08d40f3e49537a532260a360a4a5b5f
3
+ size 442505216
tokenizer.json CHANGED
@@ -1,19 +1,7 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 500,
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:8468af1a235dfe2ed49b007b87a0fd18201257435b97151a59d8e1ef5a5f1636
3
  size 4920
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:06b300ff7c48810e996311dab4234847adaa93ad743910161e77bcac034093ae
3
  size 4920