kingla6 commited on
Commit
6f722ec
·
1 Parent(s): fc3cb0b

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "distilbert-base-cased",
3
+ "activation": "gelu",
4
+ "architectures": [
5
+ "DistilBertForSequenceClassification"
6
+ ],
7
+ "attention_dropout": 0.1,
8
+ "dim": 768,
9
+ "dropout": 0.1,
10
+ "hidden_dim": 3072,
11
+ "id2label": {
12
+ "0": "engineering",
13
+ "1": "humanities",
14
+ "2": "prelaw",
15
+ "3": "premed",
16
+ "4": "science"
17
+ },
18
+ "initializer_range": 0.02,
19
+ "label2id": {
20
+ "engineering": 0,
21
+ "humanities": 1,
22
+ "prelaw": 2,
23
+ "premed": 3,
24
+ "science": 4
25
+ },
26
+ "max_position_embeddings": 512,
27
+ "model_type": "distilbert",
28
+ "n_heads": 12,
29
+ "n_layers": 6,
30
+ "output_past": true,
31
+ "pad_token_id": 0,
32
+ "problem_type": "single_label_classification",
33
+ "qa_dropout": 0.1,
34
+ "seq_classif_dropout": 0.2,
35
+ "sinusoidal_pos_embds": false,
36
+ "tie_weights_": true,
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.15.0",
39
+ "vocab_size": 28996
40
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f802fd52fe4e6ef73b3ebd9304a3814411d4a785ae29979aab2e9029377957d2
3
+ size 263180017
runs/Jan07_16-03-13_6f6fbd767162/1641571401.9503577/events.out.tfevents.1641571401.6f6fbd767162.63.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3abd27d60f3dd51940b3db70f560fdd6169f668dc3fbae84e3cae4fed3a54e5c
3
+ size 4747
runs/Jan07_16-03-13_6f6fbd767162/events.out.tfevents.1641571401.6f6fbd767162.63.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9104c7836f5b2bbea6b07d0823bfbe0f7110523dbf6f0a36357bec5987be01d6
3
+ size 4100
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]"}
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"do_lower_case": false, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "distilbert-base-cased", "tokenizer_class": "DistilBertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89bbeb27c77004c932c422bb61446192be422a70b6cd64bda7e3f7ee4641b744
3
+ size 2927
vocab.txt ADDED
The diff for this file is too large to render. See raw diff