Update README.md
Browse files
README.md
CHANGED
@@ -5,6 +5,8 @@ tags:
|
|
5 |
model-index:
|
6 |
- name: outputs
|
7 |
results: []
|
|
|
|
|
8 |
---
|
9 |
|
10 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -12,22 +14,24 @@ should probably proofread and complete it, then remove this comment. -->
|
|
12 |
|
13 |
# outputs
|
14 |
|
15 |
-
This model is a
|
16 |
|
17 |
## Model description
|
18 |
|
19 |
-
|
20 |
|
21 |
## Intended uses & limitations
|
22 |
|
23 |
-
|
24 |
|
25 |
## Training and evaluation data
|
26 |
|
27 |
-
|
28 |
|
29 |
## Training procedure
|
30 |
|
|
|
|
|
31 |
### Training hyperparameters
|
32 |
|
33 |
The following hyperparameters were used during training:
|
@@ -42,13 +46,9 @@ The following hyperparameters were used during training:
|
|
42 |
- lr_scheduler_warmup_steps: 2
|
43 |
- training_steps: 100
|
44 |
|
45 |
-
### Training results
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
### Framework versions
|
50 |
|
51 |
- Transformers 4.33.0.dev0
|
52 |
- Pytorch 2.0.1+cu118
|
53 |
- Datasets 2.14.4
|
54 |
-
- Tokenizers 0.13.3
|
|
|
5 |
model-index:
|
6 |
- name: outputs
|
7 |
results: []
|
8 |
+
datasets:
|
9 |
+
- ArtifactAI/arxiv-physics-instruct-tune-30k
|
10 |
---
|
11 |
|
12 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
14 |
|
15 |
# outputs
|
16 |
|
17 |
+
This model is a LoRA for [meta-llama/Llama-2-13b-chat-hf](https://huggingface.co/meta-llama/Llama-2-13b-chat-hf) on ArtifactAI/arxiv-physics-instruct-tune-30k.
|
18 |
|
19 |
## Model description
|
20 |
|
21 |
+
This is a physics chatbot.
|
22 |
|
23 |
## Intended uses & limitations
|
24 |
|
25 |
+
You can use this to assist in research, or to answer questions you may have about physics.
|
26 |
|
27 |
## Training and evaluation data
|
28 |
|
29 |
+
This model is trained on [ArtifactAI/arxiv-physics-instruct-tune-30k](https://huggingface.co/ArtifactAI/arxiv-physics-instruct-tune-30k)
|
30 |
|
31 |
## Training procedure
|
32 |
|
33 |
+
Source code can be found [here](https://gist.github.com/sr5434/c2371c1cbc68b265b34364276084ab43)
|
34 |
+
|
35 |
### Training hyperparameters
|
36 |
|
37 |
The following hyperparameters were used during training:
|
|
|
46 |
- lr_scheduler_warmup_steps: 2
|
47 |
- training_steps: 100
|
48 |
|
|
|
|
|
|
|
|
|
49 |
### Framework versions
|
50 |
|
51 |
- Transformers 4.33.0.dev0
|
52 |
- Pytorch 2.0.1+cu118
|
53 |
- Datasets 2.14.4
|
54 |
+
- Tokenizers 0.13.3
|