Update README.md
Browse files
README.md
CHANGED
@@ -9,29 +9,25 @@ base_model: microsoft/phi-2
|
|
9 |
model-index:
|
10 |
- name: phi-2-basic-maths
|
11 |
results: []
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
15 |
-
should probably proofread and complete it, then remove this comment. -->
|
16 |
|
17 |
# phi-2-basic-maths
|
18 |
|
19 |
-
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on an
|
20 |
|
21 |
## Model description
|
22 |
|
23 |
More information needed
|
24 |
|
25 |
-
## Intended uses & limitations
|
26 |
-
|
27 |
-
More information needed
|
28 |
-
|
29 |
-
## Training and evaluation data
|
30 |
-
|
31 |
-
More information needed
|
32 |
-
|
33 |
## Training procedure
|
34 |
|
|
|
|
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
@@ -48,7 +44,11 @@ The following hyperparameters were used during training:
|
|
48 |
|
49 |
### Training results
|
50 |
|
|
|
|
|
|
|
51 |
|
|
|
52 |
|
53 |
### Framework versions
|
54 |
|
|
|
9 |
model-index:
|
10 |
- name: phi-2-basic-maths
|
11 |
results: []
|
12 |
+
datasets:
|
13 |
+
- gsm8k
|
14 |
+
metrics:
|
15 |
+
- accuracy
|
16 |
---
|
17 |
|
|
|
|
|
18 |
|
19 |
# phi-2-basic-maths
|
20 |
|
21 |
+
This model is a fine-tuned version of [microsoft/phi-2](https://huggingface.co/microsoft/phi-2) on an [GSM8K dataset](https://huggingface.co/datasets/gsm8k).
|
22 |
|
23 |
## Model description
|
24 |
|
25 |
More information needed
|
26 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
## Training procedure
|
28 |
|
29 |
+
The complete training procedure can be found on my [Notebook](https://colab.research.google.com/drive/1mvfoEqc0mwuf8FqrABWt06qwAsU2QrvK).
|
30 |
+
|
31 |
### Training hyperparameters
|
32 |
|
33 |
The following hyperparameters were used during training:
|
|
|
44 |
|
45 |
### Training results
|
46 |
|
47 |
+
The training results can be found on [Tensoboard](https://huggingface.co/Menouar/phi-2-basic-maths/tensorboard).
|
48 |
+
|
49 |
+
## Evaluation procedure
|
50 |
|
51 |
+
The complete Evaluation procedure can be found on my [Notebook](https://colab.research.google.com/drive/1xsdxOm-CgZmLAPFgp8iU9lLFEIIHGiUK).
|
52 |
|
53 |
### Framework versions
|
54 |
|