Instructions to use THUdyh/Ola-7b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use THUdyh/Ola-7b with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("THUdyh/Ola-7b", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Fix task tag
#2
by merve HF Staff - opened
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen2.5-7B-Instruct
|
| 5 |
-
pipeline_tag:
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
- zh
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
base_model:
|
| 4 |
- Qwen/Qwen2.5-7B-Instruct
|
| 5 |
+
pipeline_tag: any-to-any
|
| 6 |
language:
|
| 7 |
- en
|
| 8 |
- zh
|