Instructions to use BASH-Lab/RAVEN-AV-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BASH-Lab/RAVEN-AV-7B with Transformers:
# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("BASH-Lab/RAVEN-AV-7B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
<p align="center">
|
| 2 |
<img src="./assets/raven_logo.png" width="100" style="margin-bottom: 0.2;"/>
|
| 3 |
<p>
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
<p align="center">
|
| 5 |
<img src="./assets/raven_logo.png" width="100" style="margin-bottom: 0.2;"/>
|
| 6 |
<p>
|