Jclennon commited on
Commit
4745f20
Β·
verified Β·
1 Parent(s): df6971f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -0
README.md ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - Jclennon/TableMind-data
5
+ language:
6
+ - en
7
+ metrics:
8
+ - exact_match
9
+ - accuracy
10
+ base_model:
11
+ - Qwen/Qwen3-8B
12
+ ---
13
+ # TableMind Reinforced Model Weights
14
+
15
+ These are the official **reinforcement learning (RL) fine-tuned model checkpoints** for the paper:
16
+ **"TableMind: An Autonomous Programmatic Agent for Tool-Augmented Table Reasoning"**.
17
+
18
+ ---
19
+ ## πŸ“¦ Model Details
20
+
21
+ * **Base Model**: Qwen3-8B
22
+ * **Tuning Framework**: [Verl](https://github.com/volcengine/verl) + [LLaMA Factory](https://github.com/hiyouga/LLaMA-Factory)
23
+
24
+ This model follows the standard Hugging Face `transformers` format and uses the efficient `safetensors` backend.
25
+
26
+ ```
27
+ Time-R1/
28
+ β”œβ”€β”€ added_tokens.json
29
+ β”œβ”€β”€ config.json
30
+ β”œβ”€β”€ generation_config.json
31
+ β”œβ”€β”€ merges.txt
32
+ β”œβ”€β”€ model-00001-of-00004.safetensors
33
+ β”œβ”€β”€ model-00002-of-00004.safetensors
34
+ β”œβ”€β”€ model-00003-of-00004.safetensors
35
+ β”œβ”€β”€ model-00004-of-00004.safetensors
36
+ β”œβ”€β”€ model.safetensors.index.json
37
+ β”œβ”€β”€ special_tokens_map.json
38
+ β”œβ”€β”€ tokenizer.json
39
+ β”œβ”€β”€ tokenizer_config.json
40
+ └── vocab.json
41
+ ```
42
+
43
+ ---