Text Generation
Safetensors
English
llama
conversational
lfqian commited on
Commit
966245b
·
verified ·
1 Parent(s): 351889c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # 🦙 Fino1-8B
2
 
3
  **Fino1-8B** is a fine-tuned version of **Llama 3.1 8B Instruct**, designed to improve performance on **[financial reasoning tasks]**. This model has been trained using **SFT** and **RF** on **TheFinAI/Fino1_Reasoning_Path_FinQA**, enhancing its capabilities in **financial reasoning tasks**.
@@ -33,4 +42,4 @@ input_text = "What is the results of 3-5?"
33
  inputs = tokenizer(input_text, return_tensors="pt")
34
 
35
  output = model.generate(**inputs, max_new_tokens=200)
36
- print(tokenizer.decode(output[0], skip_special_tokens=True))
 
1
+ ---
2
+ license: llama3.1
3
+ datasets:
4
+ - TheFinAI/Fino1_Reasoning_Path_FinQA
5
+ language:
6
+ - en
7
+ base_model:
8
+ - meta-llama/Llama-3.1-8B-Instruct
9
+ ---
10
  # 🦙 Fino1-8B
11
 
12
  **Fino1-8B** is a fine-tuned version of **Llama 3.1 8B Instruct**, designed to improve performance on **[financial reasoning tasks]**. This model has been trained using **SFT** and **RF** on **TheFinAI/Fino1_Reasoning_Path_FinQA**, enhancing its capabilities in **financial reasoning tasks**.
 
42
  inputs = tokenizer(input_text, return_tensors="pt")
43
 
44
  output = model.generate(**inputs, max_new_tokens=200)
45
+ print(tokenizer.decode(output[0], skip_special_tokens=True))