yzhuang commited on
Commit
7911931
1 Parent(s): 75ecbde

End of training

Browse files
Files changed (4) hide show
  1. README.md +3 -3
  2. config.json +8 -8
  3. tokenizer.json +1 -6
  4. training_args.bin +1 -1
README.md CHANGED
@@ -1,12 +1,12 @@
1
  ---
2
  license: mit
3
- base_model: microsoft/phi-2
4
  tags:
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  datasets:
9
- - mmlu_no_train
10
  model-index:
11
  - name: phi-1_5_fictional
12
  results: []
@@ -17,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
17
 
18
  # phi-1_5_fictional
19
 
20
- This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on the mmlu_no_train dataset.
21
 
22
  ## Model description
23
 
 
1
  ---
2
  license: mit
3
+ base_model: microsoft/phi-1_5
4
  tags:
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  datasets:
9
+ - generator
10
  model-index:
11
  - name: phi-1_5_fictional
12
  results: []
 
17
 
18
  # phi-1_5_fictional
19
 
20
+ This model is a fine-tuned version of [microsoft/phi-1_5](https://huggingface.co/microsoft/phi-1_5) on the generator dataset.
21
 
22
  ## Model description
23
 
config.json CHANGED
@@ -1,29 +1,29 @@
1
  {
2
- "_name_or_path": "microsoft/phi-2",
3
  "architectures": [
4
  "PhiForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "auto_map": {
8
- "AutoConfig": "microsoft/phi-2--configuration_phi.PhiConfig",
9
- "AutoModelForCausalLM": "microsoft/phi-2--modeling_phi.PhiForCausalLM"
10
  },
11
  "bos_token_id": null,
12
  "embd_pdrop": 0.0,
13
  "eos_token_id": null,
14
  "hidden_act": "gelu_new",
15
- "hidden_size": 2560,
16
  "initializer_range": 0.02,
17
- "intermediate_size": 10240,
18
  "layer_norm_eps": 1e-05,
19
  "max_position_embeddings": 2048,
20
  "model_type": "phi",
21
  "num_attention_heads": 32,
22
- "num_hidden_layers": 32,
23
  "num_key_value_heads": 32,
24
- "partial_rotary_factor": 0.4,
25
  "qk_layernorm": false,
26
- "resid_pdrop": 0.1,
27
  "rope_scaling": null,
28
  "rope_theta": 10000.0,
29
  "tie_word_embeddings": false,
 
1
  {
2
+ "_name_or_path": "microsoft/phi-1_5",
3
  "architectures": [
4
  "PhiForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "auto_map": {
8
+ "AutoConfig": "microsoft/phi-1_5--configuration_phi.PhiConfig",
9
+ "AutoModelForCausalLM": "microsoft/phi-1_5--modeling_phi.PhiForCausalLM"
10
  },
11
  "bos_token_id": null,
12
  "embd_pdrop": 0.0,
13
  "eos_token_id": null,
14
  "hidden_act": "gelu_new",
15
+ "hidden_size": 2048,
16
  "initializer_range": 0.02,
17
+ "intermediate_size": 8192,
18
  "layer_norm_eps": 1e-05,
19
  "max_position_embeddings": 2048,
20
  "model_type": "phi",
21
  "num_attention_heads": 32,
22
+ "num_hidden_layers": 24,
23
  "num_key_value_heads": 32,
24
+ "partial_rotary_factor": 0.5,
25
  "qk_layernorm": false,
26
+ "resid_pdrop": 0.0,
27
  "rope_scaling": null,
28
  "rope_theta": 10000.0,
29
  "tie_word_embeddings": false,
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 2048,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:79d025ca65776f089d1a829390dbc13f8c79145a91279815572d254a01126199
3
  size 4664
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51b0f613e17501a407a0270dce55758fb7861c64a82eccb2997da2fa7070ae45
3
  size 4664