Views
No views yet
1models:
2 - model: marketeam/Phi-Marketing
3 parameters:
4 weight: 1.0
5 - model: OEvortex/EMO-phi-128k
6 parameters:
7 weight: 1.0
8merge_method: della
9base_model: marketeam/Phi-Marketing
10parameters:
11 density: 0.7
12 lambda: 1.1
13 epsilon: 0.2
141from transformers import AutoTokenizer, AutoModelForCausalLM
2import torch
3
4# Load the tokenizer and model
5tokenizer = AutoTokenizer.from_pretrained("AdamLucek/Phi-3-mini-EmoMarketing-DELLA", trust_remote_code=True)
6model = AutoModelForCausalLM.from_pretrained(
7 "AdamLucek/Phi-3-mini-EmoMarketing-DELLA",
8 device_map="cuda",
9 torch_dtype=torch.bfloat16,
10 trust_remote_code=True
11)
12
13# Prepare the input text
14input_text = "What are specific actionable ways to market products to technical software engineers with an emotional angle?"
15input_ids = tokenizer(input_text, return_tensors="pt").to("cuda")
16
17# Generate the output
18outputs = model.generate(
19 **input_ids,
20 max_new_tokens=256,
21 pad_token_id=tokenizer.eos_token_id
22)
23
24# Decode and print the generated text
25print(tokenizer.decode(outputs[0], skip_special_tokens=True))Hello there! 😊 I'd be happy to help you with that. When it comes to marketing products to technical software engineers with an emotional angle, there are several specific actionable ways to approach this. Here are a few ideas:
- Highlight the impact of the product on the user's personal and professional life. Emphasize how the product can solve a specific problem or improve the user's overall experience, and how it can positively impact their emotions and well-being.
- Use storytelling to create an emotional connection with the audience. Share real-life stories or testimonials from users who have experienced positive emotional outcomes as a result of using the product.
- Focus on the user's passions and interests. Understand what motivates and inspires technical software engineers, and tailor the marketing message to resonate with their emotional drivers.
- Use visual and sensory elements to evoke emotions. Incorporate imagery, colors, and sounds that align with the emotional tone you want to convey, and create a visually appealing and emotionally