Update README.md
Browse files
README.md
CHANGED
|
@@ -1,35 +1,37 @@
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen2-VL-7B
|
| 3 |
library_name: peft
|
| 4 |
-
pipeline_tag: text-
|
| 5 |
tags:
|
| 6 |
-
- base_model:adapter:Qwen/Qwen2-VL-7B
|
| 7 |
-
- lora
|
| 8 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# Model Card for
|
| 12 |
|
| 13 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 14 |
-
|
| 15 |
-
|
| 16 |
|
| 17 |
## Model Details
|
| 18 |
|
| 19 |
-
### Model Description
|
| 20 |
|
| 21 |
<!-- Provide a longer summary of what this model is. -->
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
|
| 25 |
-
- **Developed by:** [More Information Needed]
|
| 26 |
-
- **Funded by [optional]:** [More Information Needed]
|
| 27 |
-
- **Shared by [optional]:** [More Information Needed]
|
| 28 |
-
- **Model type:** [More Information Needed]
|
| 29 |
-
- **Language(s) (NLP):** [More Information Needed]
|
| 30 |
-
- **License:** [More Information Needed]
|
| 31 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
| 32 |
-
|
| 33 |
### Model Sources [optional]
|
| 34 |
|
| 35 |
<!-- Provide the basic links for the model. -->
|
|
@@ -76,8 +78,11 @@ Users (both direct and downstream) should be made aware of the risks, biases and
|
|
| 76 |
|
| 77 |
Use the code below to get started with the model.
|
| 78 |
|
| 79 |
-
[More Information Needed]
|
| 80 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 81 |
## Training Details
|
| 82 |
|
| 83 |
### Training Data
|
|
|
|
| 1 |
---
|
| 2 |
base_model: Qwen/Qwen2-VL-7B
|
| 3 |
library_name: peft
|
| 4 |
+
pipeline_tag: image-text-to-text
|
| 5 |
tags:
|
| 6 |
+
- base_model:adapter:Qwen/Qwen2-VL-7B
|
| 7 |
+
- lora
|
| 8 |
+
- qwen2_vl
|
| 9 |
+
- multimodal
|
| 10 |
+
- transformers
|
| 11 |
+
license: apache-2.0
|
| 12 |
+
language:
|
| 13 |
+
- en
|
| 14 |
---
|
| 15 |
|
| 16 |
+
# Model Card for MATRIX-PT
|
| 17 |
|
| 18 |
<!-- Provide a quick summary of what the model is/does. -->
|
| 19 |
+
MATRIX-PT is a parameter-efficient LoRA adapter released by Radical AI for Qwen/Qwen2-VL-7B. It is designed to study post-training adaptations for materials science tasks, including theoretical reasoning, scientific problem solving, and multimodal reasoning over experimental images.
|
|
|
|
| 20 |
|
| 21 |
## Model Details
|
| 22 |
|
|
|
|
| 23 |
|
| 24 |
<!-- Provide a longer summary of what this model is. -->
|
| 25 |
|
| 26 |
+
### Model Description
|
| 27 |
+
- **Developed by:** Radical AI
|
| 28 |
+
- **Model type:** LoRA adapter (PEFT) for a multimodal transformer (Qwen2-VL-7B)
|
| 29 |
+
- **Base model:** `Qwen/Qwen2-VL-7B`
|
| 30 |
+
- **Language(s):** English
|
| 31 |
+
- **License:** mit
|
| 32 |
+
- **Finetuned from model:** `Qwen/Qwen2-VL-7B`
|
| 33 |
|
| 34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 35 |
### Model Sources [optional]
|
| 36 |
|
| 37 |
<!-- Provide the basic links for the model. -->
|
|
|
|
| 78 |
|
| 79 |
Use the code below to get started with the model.
|
| 80 |
|
|
|
|
| 81 |
|
| 82 |
+
### Install
|
| 83 |
+
```bash
|
| 84 |
+
pip install -U transformers peft accelerate torch
|
| 85 |
+
```
|
| 86 |
## Training Details
|
| 87 |
|
| 88 |
### Training Data
|