nielsr HF Staff commited on
Commit
f5d85b7
·
verified ·
1 Parent(s): 3fb5952

Add pipeline tag, library name, link to paper and code

Browse files

This PR adds the `pipeline_tag` and `library_name` to the model card metadata. It also adds links to the paper and code repository.

Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -1,3 +1,11 @@
1
- ---
2
- license: llama2
3
- ---
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama2
3
+ pipeline_tag: table-question-answering
4
+ library_name: transformers
5
+ ---
6
+
7
+ # ProTrix
8
+
9
+ This model is described in the paper [ProTrix: Building Models for Planning and Reasoning over Tables with Sentence Context](https://huggingface.co/papers/2403.02177).
10
+
11
+ Code: https://github.com/WilliamZR/ProTrix