Update README.md
Browse files
README.md
CHANGED
|
@@ -1,18 +1,21 @@
|
|
| 1 |
---
|
| 2 |
base_model: meta-llama/Llama-2-13b-chat-hf
|
| 3 |
-
tags:
|
| 4 |
-
- generated_from_trainer
|
| 5 |
model-index:
|
| 6 |
-
- name:
|
| 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
|
| 13 |
should probably proofread and complete it, then remove this comment. -->
|
| 14 |
|
| 15 |
-
#
|
| 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 |
|
|
|
|
| 1 |
---
|
| 2 |
base_model: meta-llama/Llama-2-13b-chat-hf
|
|
|
|
|
|
|
| 3 |
model-index:
|
| 4 |
+
- name: PhysicsLlama2-13B
|
| 5 |
results: []
|
| 6 |
datasets:
|
| 7 |
- ArtifactAI/arxiv-physics-instruct-tune-30k
|
| 8 |
+
license: mit
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
library_name: transformers
|
| 12 |
+
pipeline_tag: text-generation
|
| 13 |
---
|
| 14 |
|
| 15 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
| 16 |
should probably proofread and complete it, then remove this comment. -->
|
| 17 |
|
| 18 |
+
# Physics LlAMA 2 13B
|
| 19 |
|
| 20 |
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.
|
| 21 |
|