chen70335 commited on
Commit
47743aa
1 Parent(s): d3a5b1f

Upload 5 files

Browse files
Files changed (6) hide show
  1. .gitattributes +2 -0
  2. config.json +56 -0
  3. pytorch_model.bin +3 -0
  4. test.csv +0 -0
  5. train.csv +3 -0
  6. valid.csv +0 -0
.gitattributes ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
2
+ train.csv filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "allenai/longformer-base-4096",
3
+ "architectures": [
4
+ "LongformerForSequenceClassification"
5
+ ],
6
+ "attention_mode": "longformer",
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "attention_window": [
9
+ 512,
10
+ 512,
11
+ 512,
12
+ 512,
13
+ 512,
14
+ 512,
15
+ 512,
16
+ 512,
17
+ 512,
18
+ 512,
19
+ 512,
20
+ 512
21
+ ],
22
+ "bos_token_id": 0,
23
+ "classifier_dropout": null,
24
+ "eos_token_id": 2,
25
+ "gradient_checkpointing": false,
26
+ "hidden_act": "gelu",
27
+ "hidden_dropout_prob": 0.1,
28
+ "hidden_size": 768,
29
+ "id2label": {
30
+ "0": "LABEL_0",
31
+ "1": "LABEL_1",
32
+ "2": "LABEL_2"
33
+ },
34
+ "ignore_attention_mask": false,
35
+ "initializer_range": 0.02,
36
+ "intermediate_size": 3072,
37
+ "label2id": {
38
+ "LABEL_0": 0,
39
+ "LABEL_1": 1,
40
+ "LABEL_2": 2
41
+ },
42
+ "layer_norm_eps": 1e-05,
43
+ "max_position_embeddings": 4098,
44
+ "model_type": "longformer",
45
+ "num_attention_heads": 12,
46
+ "num_hidden_layers": 12,
47
+ "pad_token_id": 1,
48
+ "position_embedding_type": "absolute",
49
+ "problem_type": "single_label_classification",
50
+ "sep_token_id": 2,
51
+ "torch_dtype": "float32",
52
+ "transformers_version": "4.11.3",
53
+ "type_vocab_size": 1,
54
+ "use_cache": true,
55
+ "vocab_size": 50265
56
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7acdbd9e674162594782edfea1578d795512e7beb31fc9473f187f1442f07bf9
3
+ size 594787925
test.csv ADDED
The diff for this file is too large to render. See raw diff
 
train.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3648097d79adca4196171fa701d85c5ac9d303a6a785966e61eb432d7ec80c5f
3
+ size 15748547
valid.csv ADDED
The diff for this file is too large to render. See raw diff