shibing624 commited on
Commit
c6e875c
1 Parent(s): 408e32c

Upload 8 files

Browse files
config.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "../../../models/nghuyong/ernie-3.0-base-zh",
3
+ "architectures": [
4
+ "ErnieModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_norm_eps": 1e-05,
14
+ "max_position_embeddings": 2048,
15
+ "model_type": "ernie",
16
+ "num_attention_heads": 12,
17
+ "num_hidden_layers": 12,
18
+ "pad_token_id": 0,
19
+ "position_embedding_type": "absolute",
20
+ "task_type_vocab_size": 3,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.30.1",
23
+ "type_vocab_size": 4,
24
+ "use_cache": true,
25
+ "use_task_id": true,
26
+ "vocab_size": 40000
27
+ }
eval_results.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ eval_pearson = 0.5509343153593886
2
+ eval_spearman = 0.5750803689202325
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2a72718cd5a79d366003be1dbd1761e4ecc575cc5075b0d387ea0f09eecc9d1f
3
+ size 471863153
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_basic_tokenize": true,
5
+ "do_lower_case": true,
6
+ "mask_token": "[MASK]",
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "never_split": null,
9
+ "pad_token": "[PAD]",
10
+ "sep_token": "[SEP]",
11
+ "strip_accents": null,
12
+ "tokenize_chinese_chars": true,
13
+ "tokenizer_class": "BertTokenizer",
14
+ "unk_token": "[UNK]"
15
+ }
training_progress_scores.csv ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ global_step,train_loss,eval_spearman,eval_pearson
2
+ 726,4.268328666687012,0.4961976634488731,0.5098699767582849
3
+ 1452,4.030226707458496,0.5165544906672884,0.5108012677326882
4
+ 2178,3.929202079772949,0.5216436974718923,0.5312741671915948
5
+ 2904,3.562161684036255,0.5470897314949114,0.5322684862992731
6
+ 3630,3.8007586002349854,0.5521789382995153,0.5280511704101458
7
+ 4356,3.7629058361053467,0.5750803689202325,0.5509343153593886
8
+ 5082,3.2100651264190674,0.5547235417018171,0.5438526474709305
9
+ 5808,3.0945613384246826,0.557268145104119,0.5373790240653944
10
+ 6534,3.2587833404541016,0.5623573519087228,0.5427030620948493
vocab.txt ADDED
The diff for this file is too large to render. See raw diff