Update README.md
Browse files
README.md
CHANGED
@@ -14,6 +14,7 @@ license: other
|
|
14 |
Model Description
|
15 |
|
16 |
This model is a LoRA (Low-Rank Adaptation) fine-tuned version of the LLaMA 3.1 8B Instruct model. It has been specifically trained to convert natural language arguments into structured logical forms (propositional logic), including premises, conclusions, and formal symbolic proofs.
|
|
|
17 |
|
18 |
Training Details
|
19 |
|
@@ -22,7 +23,6 @@ Training Details
|
|
22 |
• LoRA Alpha: 32
|
23 |
• Epochs: 15
|
24 |
• Batch Size: 2
|
25 |
-
• Dataset: The model was trained on a custom dataset designed to map natural language arguments to logical structures. For more details, visit the dataset link: https://huggingface.co/datasets/ergotts/propositional-logic.
|
26 |
|
27 |
|
28 |
# Usage
|
|
|
14 |
Model Description
|
15 |
|
16 |
This model is a LoRA (Low-Rank Adaptation) fine-tuned version of the LLaMA 3.1 8B Instruct model. It has been specifically trained to convert natural language arguments into structured logical forms (propositional logic), including premises, conclusions, and formal symbolic proofs.
|
17 |
+
Dataset: The model was trained on a custom dataset designed to map natural language arguments to logical structures. For more details, visit the dataset link: https://huggingface.co/datasets/ergotts/propositional-logic.
|
18 |
|
19 |
Training Details
|
20 |
|
|
|
23 |
• LoRA Alpha: 32
|
24 |
• Epochs: 15
|
25 |
• Batch Size: 2
|
|
|
26 |
|
27 |
|
28 |
# Usage
|