Transformers
Merge
mergekit
lazymergekit
NousResearch/Llama-2-13b-hf
FinGPT/fingpt-sentiment_llama2-13b_lora
Instructions to use SirWumpus/FinMA2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use SirWumpus/FinMA2 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("SirWumpus/FinMA2", device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 398 Bytes
b125112 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | slices:
- sources:
- model: NousResearch/Llama-2-13b-hf
layer_range: [0, 32]
- model: FinGPT/fingpt-sentiment_llama2-13b_lora
layer_range: [0, 32]
merge_method: slerp
base_model: NousResearch/Llama-2-13b-hf
parameters:
t:
- filter: self_attn
value: [0, 0.5, 0.3, 0.7, 1]
- filter: mlp
value: [1, 0.5, 0.7, 0.3, 0]
- value: 0.5
dtype: bfloat16 |