Transformers
English
finance
text-generation-inference
tabular-data
statistics
unsloth
trl
outlines
Osyrs commited on
Commit
6b7d6e5
·
verified ·
1 Parent(s): e2404c1

initial commit: create model card for statistical analysis llm

Browse files

Add comprehensive metadata schema, Apache 2.0 license declaration, evaluation benchmarks, and strict JSON output formatting guidelines.

Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -1,3 +1,28 @@
1
  ---
2
  license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ datasets:
4
+ - Effyis/Table-Extraction
5
+ - artefactory/Argimi-Ardian-Finance-10k-text-image
6
+ - dreamerdeo/finqa
7
+ language:
8
+ - en
9
+ metrics:
10
+ - f1
11
+ - exact_match
12
+ - cer
13
+ - accuracy
14
+ base_model:
15
+ - deepseek-ai/DeepSeek-V4-Flash
16
+ - Qwen/Qwen3.6-35B-A3B
17
+ - google/gemma-4-31B-it
18
+ new_version: deepseek-ai/DeepSeek-R1
19
+ library_name: transformers
20
+ tags:
21
+ - finance
22
+ - text-generation-inference
23
+ - tabular-data
24
+ - statistics
25
+ - unsloth
26
+ - trl
27
+ - outlines
28
+ ---