Wonder-Griffin commited on
Commit
47d213b
·
verified ·
1 Parent(s): 930d539

Upload model

Browse files
Files changed (3) hide show
  1. README.md +2 -2
  2. config.json +44 -75
  3. model.safetensors +3 -0
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
- license: unlicense
3
  datasets:
4
  - HuggingFaceFW/fineweb
5
  language:
6
  - en
 
 
7
  metrics:
8
  - accuracy
9
- library_name: transformers
10
  pipeline_tag: text-generation
11
  ---
12
  # Judge-GPT2
 
1
  ---
 
2
  datasets:
3
  - HuggingFaceFW/fineweb
4
  language:
5
  - en
6
+ library_name: transformers
7
+ license: unlicense
8
  metrics:
9
  - accuracy
 
10
  pipeline_tag: text-generation
11
  ---
12
  # Judge-GPT2
config.json CHANGED
@@ -1,75 +1,44 @@
1
- {
2
- "return_dict": true,
3
- "output_hidden_states": false,
4
- "output_attentions": false,
5
- "torchscript": false,
6
- "torch_dtype": null,
7
- "use_bfloat16": false,
8
- "tf_legacy_loss": false,
9
- "pruned_heads": {},
10
- "tie_word_embeddings": true,
11
- "chunk_size_feed_forward": 0,
12
- "is_encoder_decoder": false,
13
- "is_decoder": false,
14
- "cross_attention_hidden_size": null,
15
- "add_cross_attention": false,
16
- "tie_encoder_decoder": false,
17
- "max_length": 20,
18
- "min_length": 0,
19
- "do_sample": false,
20
- "early_stopping": false,
21
- "num_beams": 1,
22
- "num_beam_groups": 1,
23
- "diversity_penalty": 0.0,
24
- "temperature": 1.0,
25
- "top_k": 50,
26
- "top_p": 1.0,
27
- "typical_p": 1.0,
28
- "repetition_penalty": 1.0,
29
- "length_penalty": 1.0,
30
- "no_repeat_ngram_size": 0,
31
- "encoder_no_repeat_ngram_size": 0,
32
- "bad_words_ids": null,
33
- "num_return_sequences": 1,
34
- "output_scores": false,
35
- "return_dict_in_generate": false,
36
- "forced_bos_token_id": null,
37
- "forced_eos_token_id": null,
38
- "remove_invalid_values": false,
39
- "exponential_decay_length_penalty": null,
40
- "suppress_tokens": null,
41
- "begin_suppress_tokens": null,
42
- "architectures": [],
43
- "finetuning_task": null,
44
- "id2label": {
45
- "0": "LABEL_0",
46
- "1": "LABEL_1"
47
- },
48
- "label2id": {
49
- "LABEL_0": 0,
50
- "LABEL_1": 1
51
- },
52
- "tokenizer_class": null,
53
- "prefix": null,
54
- "bos_token_id": null,
55
- "pad_token_id": null,
56
- "eos_token_id": null,
57
- "sep_token_id": null,
58
- "decoder_start_token_id": null,
59
- "task_specific_params": null,
60
- "problem_type": null,
61
- "_name_or_path": "",
62
- "transformers_version": "4.43.3",
63
- "vocab_size": 50257,
64
- "n_layer": 12,
65
- "n_head": 12,
66
- "n_embd": 768,
67
- "output_dir": "./results",
68
- "block_size": 512,
69
- "hidden_size": 768,
70
- "dropout": 0.1,
71
- "bias": true,
72
- "ff_expansion_factor": 4,
73
- "label_smoothing": 0.1,
74
- "model_type": "judge-gpt"
75
- }
 
1
+ {
2
+ "_name_or_path": "C:/Users/wonde/output/Judge-GPT2",
3
+ "architectures": [
4
+ "JudgeModel"
5
+ ],
6
+ "batch_size": 32,
7
+ "bias": true,
8
+ "block_size": 512,
9
+ "dim_feedforward": 3072,
10
+ "dropout": 0.1,
11
+ "ff_expansion_factor": 4,
12
+ "hidden_act": "gelu",
13
+ "hidden_size": 768,
14
+ "id2label": {
15
+ "0": "LABEL_0",
16
+ "1": "LABEL_1",
17
+ "2": "LABEL_2",
18
+ "3": "LABEL_3",
19
+ "4": "LABEL_4"
20
+ },
21
+ "label2id": {
22
+ "LABEL_0": 0,
23
+ "LABEL_1": 1,
24
+ "LABEL_2": 2,
25
+ "LABEL_3": 3,
26
+ "LABEL_4": 4
27
+ },
28
+ "label_smoothing": 0.1,
29
+ "learning_rate": 0.0003,
30
+ "log_interval": 100,
31
+ "max_grad_norm": 1.0,
32
+ "max_position_embeddings": 512,
33
+ "model_type": "judge-gpt",
34
+ "n_embd": 768,
35
+ "n_head": 12,
36
+ "n_layer": 12,
37
+ "output_dir": "C:/Users/wonde/output",
38
+ "torch_dtype": "float32",
39
+ "total_steps": 10000,
40
+ "transformers_version": "4.43.3",
41
+ "vocab_size": 50257,
42
+ "warmup_steps": 1000,
43
+ "weight_decay": 0.01
44
+ }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f5604eef91cb6d746ac20147f3def910276f7cba6ddc9b1aa5e712f793f6bd1
3
+ size 963697256