File size: 1,483 Bytes
c3484cf eeda7bf c3484cf eeda7bf c3484cf |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 |
---
dataset_info:
features:
- name: company
dtype: string
- name: ticker
dtype: string
- name: type
dtype: string
- name: source
dtype: string
- name: date
dtype: string
- name: rating
dtype: string
- name: score
dtype: float64
- name: has_rating
dtype: string
- name: title
dtype: string
- name: executive_summary
dtype: string
- name: url
dtype: string
- name: revenue_growth
dtype: float64
- name: net_profit_margin
dtype: float64
- name: gross_margin
dtype: float64
- name: debt_to_equity
dtype: float64
- name: cash_position
dtype: float64
- name: price_target
dtype: float64
- name: pe_ratio
dtype: float64
- name: eps_estimate
dtype: float64
- name: zacks_rank
dtype: float64
- name: strong_buy_count
dtype: int64
- name: buy_count
dtype: int64
- name: hold_count
dtype: int64
- name: sell_count
dtype: int64
- name: strong_sell_count
dtype: int64
- name: total_analysts
dtype: int64
- name: metrics
dtype: float64
- name: file_name
dtype: string
- name: processed_date
dtype: string
- name: most_position
dtype: string
- name: reference
dtype: string
- name: prompt
dtype: string
splits:
- name: test
num_bytes: 57063
num_examples: 120
download_size: 29035
dataset_size: 57063
configs:
- config_name: default
data_files:
- split: test
path: data/test-*
---
|