|
--- |
|
dataset_info: |
|
features: |
|
- name: sentence_en |
|
dtype: string |
|
- name: sentence_es |
|
dtype: string |
|
- name: label |
|
dtype: int64 |
|
splits: |
|
- name: train |
|
num_bytes: 1389599 |
|
num_examples: 4830 |
|
download_size: 816379 |
|
dataset_size: 1389599 |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: data/train-* |
|
license: apache-2.0 |
|
task_categories: |
|
- translation |
|
language: |
|
- en |
|
- es |
|
tags: |
|
- finance |
|
size_categories: |
|
- 1K<n<10K |
|
--- |
|
|
|
## time traslation. |
|
![image/png](https://cdn-uploads.huggingface.co/production/uploads/641b435ba5f876fe30c5ae0a/ue61viA2RsCP0G1IiOvwx.png) |
|
|
|
## labels. |
|
* Negativo: 0 |
|
* Neutral: 1 |
|
* Positivo: 2 |
|
|
|
|
|
|
|
## model use for traslation. |
|
``` |
|
https://huggingface.co/NickyNicky/gemma-1.1-2b-it_orpo_traslate_en_es_V1 |
|
``` |
|
|
|
## original dataset: |
|
``` |
|
https://huggingface.co/datasets/financial_phrasebank |
|
``` |
|
|
|
|