XDawned commited on
Commit
4b025e5
·
1 Parent(s): d18b25b

添加训练集

Browse files

CFPA-Dict
some modpacks

Files changed (3) hide show
  1. config.json +3 -4
  2. pytorch_model.bin +2 -2
  3. tokenizer_config.json +3 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "AutoTrain",
3
  "activation_dropout": 0.0,
4
  "activation_function": "swish",
5
  "add_bias_logits": false,
@@ -46,7 +46,7 @@
46
  "LABEL_1": 1,
47
  "LABEL_2": 2
48
  },
49
- "max_length": 256,
50
  "max_position_embeddings": 512,
51
  "model_type": "marian",
52
  "normalize_before": false,
@@ -54,12 +54,11 @@
54
  "num_beams": 4,
55
  "num_hidden_layers": 6,
56
  "pad_token_id": 65000,
57
- "padding": "max_length",
58
  "scale_embedding": true,
59
  "share_encoder_decoder_embeddings": true,
60
  "static_position_embeddings": true,
61
  "torch_dtype": "float32",
62
- "transformers_version": "4.25.1",
63
  "use_cache": true,
64
  "vocab_size": 65001
65
  }
 
1
  {
2
+ "_name_or_path": "./results/checkpoint-51500",
3
  "activation_dropout": 0.0,
4
  "activation_function": "swish",
5
  "add_bias_logits": false,
 
46
  "LABEL_1": 1,
47
  "LABEL_2": 2
48
  },
49
+ "max_length": 512,
50
  "max_position_embeddings": 512,
51
  "model_type": "marian",
52
  "normalize_before": false,
 
54
  "num_beams": 4,
55
  "num_hidden_layers": 6,
56
  "pad_token_id": 65000,
 
57
  "scale_embedding": true,
58
  "share_encoder_decoder_embeddings": true,
59
  "static_position_embeddings": true,
60
  "torch_dtype": "float32",
61
+ "transformers_version": "4.22.0.dev0",
62
  "use_cache": true,
63
  "vocab_size": 65001
64
  }
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:05892c78cd26271da60d921fa0ab69b461258c62733439326954ef6e14220801
3
- size 310022533
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3e55e96e50af57579a882387f105d12299be039172dbf08c670299c0e1713257
3
+ size 310020485
tokenizer_config.json CHANGED
@@ -1,12 +1,13 @@
1
  {
2
- "clean_up_tokenization_spaces": true,
3
  "eos_token": "</s>",
4
  "model_max_length": 512,
 
5
  "pad_token": "<pad>",
6
  "separate_vocabs": false,
7
  "source_lang": "eng",
8
  "sp_model_kwargs": {},
 
9
  "target_lang": "zho",
10
  "tokenizer_class": "MarianTokenizer",
11
  "unk_token": "<unk>"
12
- }
 
1
  {
 
2
  "eos_token": "</s>",
3
  "model_max_length": 512,
4
+ "name_or_path": "./results/checkpoint-51500",
5
  "pad_token": "<pad>",
6
  "separate_vocabs": false,
7
  "source_lang": "eng",
8
  "sp_model_kwargs": {},
9
+ "special_tokens_map_file": null,
10
  "target_lang": "zho",
11
  "tokenizer_class": "MarianTokenizer",
12
  "unk_token": "<unk>"
13
+ }