Views
No views yet




1## template gemma
2
3<bos><start_of_turn>system
4You are an AI that translates from English to Spanish.<end_of_turn>
5<start_of_turn>user
6516
7Total views
86-month low Ethereum fees suggest altseason is inbound: Santiment NEWS
9Own this piece of crypto history
10
11Collect this article as NFT
12Join us on social networks
13
14
15Gas fees on the Ethereum network have plunged to a six-month low even as the price of Ether
16ETH
17
18tickers down
19$3,260
20
21 rallied slightly over the weekend, which analysts from crypto analytics platform Santiment say could signal an upcoming altcoin rally.
22
23On April 27, the average fee for an Ethereum translation fell as low as $1.12, according to an April 28 X post from Santiment.
24
25“Traders historically move between sentimental cycles of feeling that crypto is going ‘To the Moon’ or feeling that ‘It Is Dead’, which can be observed through transaction fees,” wrote Santiment.
26<end_of_turn>
27<start_of_turn>model
28516
29Visitas totales
30Las bajas tasas de Ethereum sugerirían que la temporada de altseason está a punto de llegar: Santiment NEWS
31¡Posee este artículo como NFT
32Únete a nosotros en redes sociales
33
34
35Las tarifas de gas en la red de Ethereum han descendido a un mínimo de seis meses incluso mientras el precio de Ether
36ETH
37
38descendió ligeramente durante el fin de semana, lo que los analistas de la plataforma de análisis de criptomonedas Santiment dicen podría señalar un posible aumento de altco.
39
40El 27 de abril, la tarifa promedio para una traducción de Ethereum cayó a un mínimo de $1.12, según un post de April 28 de Santiment.
41
42“Los comerciantes han históricomente moverse entre ciclos sentimentales de sentir que el cripto está ‘A la Luna’ o sentir que ‘Está muerto’, lo cual se puede observar a través de tarifas de transacciones,” escribió Santiment.
43<end_of_turn>input= tokenizer(prompt,
return_tensors="pt",
add_special_tokens=False).to(model.device)
max_new_tokens=1000
generation_config = GenerationConfig(
max_new_tokens = max_new_tokens,
temperature = .3,
# top_p=0.55,
top_k = 50,
repetition_penalty = 1.,
do_sample=True,
)
outputs = model.generate(**input,
generation_config=generation_config,
stopping_criteria=stopping_criteria_list,
)
print(tokenizer.decode(outputs[0], skip_special_tokens=False) )train dataset: 49252 values
https://huggingface.co/datasets/NickyNicky/Colossal_Translation_EN_ES_ORPO_DPO_Gemmaoriginal dataset:
https://huggingface.co/datasets/Iker/Colossal-Instruction-Translation-EN-ES