Instructions to use qwopqwop/EEVE-ALMA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use qwopqwop/EEVE-ALMA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("yanolja/EEVE-Korean-Instruct-10.8B-v1.0") model = PeftModel.from_pretrained(base_model, "qwopqwop/EEVE-ALMA") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
base_model: yanolja/EEVE-Korean-Instruct-10.8B-v1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
靷毄 雿办澊韯办厠: aihub
|
|
|
|
| 1 |
---
|
| 2 |
library_name: peft
|
| 3 |
base_model: yanolja/EEVE-Korean-Instruct-10.8B-v1.0
|
| 4 |
+
license: mit
|
| 5 |
+
language:
|
| 6 |
+
- ko
|
| 7 |
+
- en
|
| 8 |
+
pipeline_tag: translation
|
| 9 |
---
|
| 10 |
|
| 11 |
靷毄 雿办澊韯办厠: aihub
|