MyungHoon Jin commited on
Commit
400f4d8
1 Parent(s): 49cbd6f
Files changed (2) hide show
  1. config.json +34 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "TextCNNForSequenceClassification"
4
+ ],
5
+ "bos_token_id": 0,
6
+ "dropout": 0.5,
7
+ "embed_dim": 300,
8
+ "eos_token_id": 1,
9
+ "filter_sizes": [
10
+ 1,
11
+ 2,
12
+ 3,
13
+ 4,
14
+ 5
15
+ ],
16
+ "id2label": {
17
+ "0": "standard",
18
+ "1": "dialect"
19
+ },
20
+ "label2id": {
21
+ "dialect": 1,
22
+ "standard": 0
23
+ },
24
+ "num_filters": [
25
+ 128,
26
+ 128,
27
+ 128,
28
+ 128,
29
+ 128
30
+ ],
31
+ "pad_token_id": 3,
32
+ "transformers_version": "4.8.1",
33
+ "vocab_size": 30000
34
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b271e8d9541314c9d2343eb49c07ebe39dc1818926bc99383ea70285ad1edac4
3
+ size 39135094