ruggsea commited on
Commit
b7a0823
1 Parent(s): adc5985

Training in progress, epoch 0

Browse files
README.md CHANGED
@@ -1,16 +1,16 @@
1
  ---
2
  license: other
 
3
  tags:
4
  - trl
5
  - sft
6
  - generated_from_trainer
7
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
 
 
8
  model-index:
9
  - name: Llama3-stanford-encyclopedia-philosophy-QA
10
  results: []
11
- language:
12
- - en
13
- pipeline_tag: text-generation
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
@@ -18,23 +18,21 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # Llama3-stanford-encyclopedia-philosophy-QA
20
 
21
- This model is a Qlora finetune of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the [Stanford Encyclopedia of Philosophy-instruct](https://huggingface.co/datasets/ruggsea/stanford-encyclopedia-of-philosophy_instruct) dataset. It is meant for answering philosophical questions in a more formal tone.
22
 
23
  ## Model description
24
 
25
- The model was trained with the following system prompt:
26
- ```
27
- "You are an expert and informative yet accessible Philosophy university professor. Students will pose you philosophical questions, answer them in a correct and rigorous but not to obscure way."
28
- ```
29
 
30
- Furthermore, the chat dataset was formatted using the Llama3-instruct chat format:
31
- ```
32
- <|begin_of_text|><|start_header_id|>system<|end_header_id|>
33
 
34
- {{ system_prompt }}<|eot_id|><|start_header_id|>user<|end_header_id|>
35
 
36
- {{ user_message }}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
37
- ```
 
 
 
38
 
39
  ### Training hyperparameters
40
 
 
1
  ---
2
  license: other
3
+ library_name: peft
4
  tags:
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
9
+ datasets:
10
+ - generator
11
  model-index:
12
  - name: Llama3-stanford-encyclopedia-philosophy-QA
13
  results: []
 
 
 
14
  ---
15
 
16
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
18
 
19
  # Llama3-stanford-encyclopedia-philosophy-QA
20
 
21
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the generator dataset.
22
 
23
  ## Model description
24
 
25
+ More information needed
 
 
 
26
 
27
+ ## Intended uses & limitations
 
 
28
 
29
+ More information needed
30
 
31
+ ## Training and evaluation data
32
+
33
+ More information needed
34
+
35
+ ## Training procedure
36
 
37
  ### Training hyperparameters
38
 
adapter_config.json CHANGED
@@ -21,12 +21,12 @@
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
 
24
  "k_proj",
25
- "gate_proj",
26
- "o_proj",
27
- "down_proj",
28
  "v_proj",
29
- "up_proj"
 
 
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
 
21
  "revision": null,
22
  "target_modules": [
23
  "q_proj",
24
+ "up_proj",
25
  "k_proj",
 
 
 
26
  "v_proj",
27
+ "o_proj",
28
+ "gate_proj",
29
+ "down_proj"
30
  ],
31
  "task_type": "CAUSAL_LM",
32
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:cb14ba89d00080f75b295d1fc018ae59580aa4b38afa36bf31f3f62c0f531072
3
  size 3443602656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:037bed700731486201a06fb1cc83a5e1fdef8f75558dbec764b9379dde969e52
3
  size 3443602656
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:015363781a553f31b602011b5b8d23b84fb65a873ae69353f276cc9a7460a7dd
3
  size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d99081fae6a7aa87ab5fdecd808cc776b96672438f5683ea18cbaa64f7cf2aa
3
  size 5048