rachitpandey26 commited on
Commit
a0baede
·
verified ·
1 Parent(s): 799e302

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -87,8 +87,7 @@ Set `temperature=0.0` so the same page yields the same answer.
87
  | Precision | bf16 (Ampere or newer; use fp16 below that) |
88
  | Context | 16384 covers the longest documents |
89
  Runs on an L4, A10G, L40S, A100 or RTX 4090. On a T4 add `--dtype float16`.
90
- Long documents matter: `bank_statement` and `form16` answers run to ~2500
91
- tokens, so `max_tokens` below 4096 truncates them mid-JSON.
92
  ## Output
93
  Compact JSON matching the requested schema. Fields absent from the page come
94
  back `null` rather than guessed. Values found on the page that the schema did
 
87
  | Precision | bf16 (Ampere or newer; use fp16 below that) |
88
  | Context | 16384 covers the longest documents |
89
  Runs on an L4, A10G, L40S, A100 or RTX 4090. On a T4 add `--dtype float16`.
90
+
 
91
  ## Output
92
  Compact JSON matching the requested schema. Fields absent from the page come
93
  back `null` rather than guessed. Values found on the page that the schema did