Update README.md
Browse files
README.md
CHANGED
@@ -13,22 +13,32 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# togetherchat-dev-7b-v2
|
15 |
|
16 |
-
This model is a fine-tuned version of [togethercomputer/LLaMA-2-7B-32K](https://huggingface.co/togethercomputer/LLaMA-2-7B-32K) on
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
|
22 |
## Intended uses & limitations
|
23 |
|
24 |
-
|
|
|
25 |
|
26 |
## Training and evaluation data
|
27 |
|
28 |
-
|
29 |
|
30 |
## Training procedure
|
31 |
|
|
|
|
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
|
|
13 |
|
14 |
# togetherchat-dev-7b-v2
|
15 |
|
16 |
+
This model is a fine-tuned version of [togethercomputer/LLaMA-2-7B-32K](https://huggingface.co/togethercomputer/LLaMA-2-7B-32K) on 25000 entries for 3 epochs.
|
17 |
|
18 |
## Model description
|
19 |
|
20 |
+
Model can be used for text-to-code generation and for further fine-tuning,
|
21 |
+
Colab notebook example (on free T4 GPU) soon!
|
22 |
+
|
23 |
+
Datasets used:
|
24 |
+
|
25 |
+
evol-codealpaca-80k - 10000 entries
|
26 |
+
codealpaca-20k - 10000 entries
|
27 |
+
open-platypus - 5000 entries
|
28 |
|
29 |
## Intended uses & limitations
|
30 |
|
31 |
+
Please remember that model may (and will) produce inaccurate informations,
|
32 |
+
you need to fine-tune it for your specific task.
|
33 |
|
34 |
## Training and evaluation data
|
35 |
|
36 |
+
See 'Metrics'
|
37 |
|
38 |
## Training procedure
|
39 |
|
40 |
+
Soon! (leave a like / sign of life to let me know you need one)
|
41 |
+
|
42 |
### Training hyperparameters
|
43 |
|
44 |
The following hyperparameters were used during training:
|