d-delaurier commited on
Commit
ab7233b
1 Parent(s): 5b40cac

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -10,4 +10,6 @@ pinned: false
10
  # Lumisync - SpecLM
11
 
12
  - This is using `mistral-medium` API calls, but will be running locally as soon as the weights are released.
13
- - I still need to adjust parameters and tasks/prompts, but it seems to be working. the context window is limited to 32k, so i need to chunk the inputs for longer documents, working on that now.
 
 
 
10
  # Lumisync - SpecLM
11
 
12
  - This is using `mistral-medium` API calls, but will be running locally as soon as the weights are released.
13
+ - I still need to adjust parameters and tasks/prompts, but it seems to be working.
14
+ - The context window is limited to 32k, so i need to chunk the inputs for longer documents, working on that now.
15
+ - Also, need to adjust for JSON input...doing that as well.