kapilchauhan commited on
Commit
1d54acf
·
1 Parent(s): a614010

Training in progress, epoch 1

Browse files
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "nghuyong/ernie-2.0-en",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "layer_norm_eps": 1e-05,
15
+ "max_position_embeddings": 512,
16
+ "model_type": "bert",
17
+ "num_attention_heads": 12,
18
+ "num_hidden_layers": 12,
19
+ "pad_token_id": 0,
20
+ "position_embedding_type": "absolute",
21
+ "problem_type": "single_label_classification",
22
+ "sent_type_vocab_size": 4,
23
+ "task_type_vocab_size": 16,
24
+ "torch_dtype": "float32",
25
+ "transformers_version": "4.17.0",
26
+ "type_vocab_size": 4,
27
+ "use_cache": true,
28
+ "vocab_size": 30522
29
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f561c544865a9780e5664da6c5bd0c999e4097acf1e4d5deb15ad853e3702168
3
+ size 438026285
runs/Mar14_04-48-01_a22458dffb1e/1647233295.0356767/events.out.tfevents.1647233295.a22458dffb1e.75.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a35678d6360136db465fe3d335a5f1aee2d3fd86c2661f30335beaac8cf801f1
3
+ size 4782
runs/Mar14_04-48-01_a22458dffb1e/events.out.tfevents.1647233295.a22458dffb1e.75.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93b89d89da9a0c71bd7b7be328ff93e2d7719b80116cc8fa7c9ce0ff25639034
3
+ size 3664
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": true, "unk_token": "[UNK]", "sep_token": "[SEP]", "pad_token": "[PAD]", "cls_token": "[CLS]", "mask_token": "[MASK]", "tokenize_chinese_chars": true, "strip_accents": null, "special_tokens_map_file": null, "full_tokenizer_file": null, "name_or_path": "nghuyong/ernie-2.0-en", "do_basic_tokenize": true, "never_split": null, "tokenizer_class": "BertTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:075957495137fcaa56d0c1f7f6048ae2a0c43305a48c80218d4b8c125e81f773
3
+ size 3055
vocab.txt ADDED
The diff for this file is too large to render. See raw diff