DavidLanz commited on
Commit
95707e2
1 Parent(s): db48387

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  - pytorch
10
  - llama
11
  - llama-2
12
- base_model: DavidLanz/Meta-Llama-3-8B-Instruct
13
  model_name: Llama 3 8B Instruct
14
  inference: false
15
  model_creator: Meta Llama 3
@@ -34,7 +34,7 @@ Disclaimer: This model is for a time series problem on LLM performance, and it's
34
 
35
  ## Model Details
36
 
37
- The training data source is from the [臺灣證券交易所 / Taiwan Stock Exchange (TWSE)](https://www.twse.com.tw/), covering the period from January 1, 2019, to June 21, 2024 (5 years).
38
 
39
  ### Model Description
40
 
@@ -71,7 +71,7 @@ bnb_config = BitsAndBytesConfig(
71
  bnb_4bit_use_double_quant=use_nested_quant,
72
  )
73
 
74
- based_model_path = "meta-llama/Meta-Llama-3-8B-Instruct"
75
  adapter_path = "DavidLanz/llama3_8b_taiwan_stock_qlora"
76
 
77
  base_model = AutoModelForCausalLM.from_pretrained(
 
9
  - pytorch
10
  - llama
11
  - llama-2
12
+ base_model: DavidLanz/Llama3-tw-8B-Instruct
13
  model_name: Llama 3 8B Instruct
14
  inference: false
15
  model_creator: Meta Llama 3
 
34
 
35
  ## Model Details
36
 
37
+ The training data source is from the [臺灣證券交易所 / Taiwan Stock Exchange (TWSE)](https://www.twse.com.tw/), covering the period from January 1, 2019, to July 1, 2024 (5 years).
38
 
39
  ### Model Description
40
 
 
71
  bnb_4bit_use_double_quant=use_nested_quant,
72
  )
73
 
74
+ based_model_path = "DavidLanz/Llama3-tw-8B-Instruct"
75
  adapter_path = "DavidLanz/llama3_8b_taiwan_stock_qlora"
76
 
77
  base_model = AutoModelForCausalLM.from_pretrained(