Help with CUAD (Rookie)
#1
by
NickV71
- opened
Hi there
Trying to get something working with https://api-inference.huggingface.co/models/akdeniz27/roberta-base-cuad
What I am trying to do is probably quite simple - but difficult for me.
I want to be able to submit a contract in text, and ask one (or more) of the category questions listed here: https://github.com/TheAtticusProject/cuad/blob/main/category_descriptions.csv
How would I frame this as a JSON request content? I'm issuing a HTTP post request (from make.com), and I just cannot frame the structure of the JSON request content correctly.
Many thanks
Nick