Update README.md
Browse files
README.md
CHANGED
|
@@ -10,6 +10,8 @@ tags:
|
|
| 10 |
license: apache-2.0
|
| 11 |
language:
|
| 12 |
- en
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
# Uploaded model
|
|
@@ -17,8 +19,8 @@ language:
|
|
| 17 |
- **Developed by:** MMoshtaghi
|
| 18 |
- **License:** apache-2.0
|
| 19 |
- **Finetuned from model :** unsloth/qwen2-vl-7b-instruct-unsloth-bnb-4bit
|
| 20 |
-
- **Finetuned on dataset:**
|
| 21 |
-
- **PEFT method :**
|
| 22 |
|
| 23 |
## Quick start
|
| 24 |
|
|
@@ -71,4 +73,4 @@ _ = model.generate(**inputs, streamer = text_streamer, max_new_tokens = 128,
|
|
| 71 |
|
| 72 |
|
| 73 |
## Citations
|
| 74 |
-
This VLM model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
language:
|
| 12 |
- en
|
| 13 |
+
datasets:
|
| 14 |
+
- unsloth/LaTeX_OCR
|
| 15 |
---
|
| 16 |
|
| 17 |
# Uploaded model
|
|
|
|
| 19 |
- **Developed by:** MMoshtaghi
|
| 20 |
- **License:** apache-2.0
|
| 21 |
- **Finetuned from model :** unsloth/qwen2-vl-7b-instruct-unsloth-bnb-4bit
|
| 22 |
+
- **Finetuned on dataset:** [unsloth/LaTeX_OCR](https://huggingface.co/datasets/unsloth/LaTeX_OCR)
|
| 23 |
+
- **PEFT method :** [Quantized LoRA](https://huggingface.co/papers/2305.14314)
|
| 24 |
|
| 25 |
## Quick start
|
| 26 |
|
|
|
|
| 73 |
|
| 74 |
|
| 75 |
## Citations
|
| 76 |
+
This VLM model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|