Instructions to use robinhad/open_llama_3b_uk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use robinhad/open_llama_3b_uk with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("openlm-research/open_llama_3b_v2") model = PeftModel.from_pretrained(base_model, "robinhad/open_llama_3b_uk") - Notebooks
- Google Colab
- Kaggle
| license: apache-2.0 | |
| datasets: | |
| - robinhad/databricks-dolly-15k-uk | |
| language: | |
| - uk | |
| library_name: peft | |
| pipeline_tag: text-generation | |
| This is a release of Open LLama, tuned for Ukrainian language. | |
| Currently it contains adapter weights, possible subject to change in future. |