d-delaurier commited on
Commit
6a7620f
1 Parent(s): ab7233b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -8,7 +8,21 @@ pinned: false
8
  ---
9
 
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.
 
8
  ---
9
 
10
  # Lumisync - SpecLM
11
+ - Classification and Auto-properties selection
12
+ - I was testing one shot with no system prompt for all the models on perplexity labs and was shocked at the smaller models ability when there is an internet search run and added to the prompt.
13
+ - Previous experiences with these models was sub-par, but with internet access through an agent framework, this can be done with these models.
14
 
15
+ **3/8/24**
16
+ ##*UPDATE:*
17
+ MODEL TESTING
18
+ ###
19
+ - Mistral-7b-Instruct-2.0
20
+ - CodeLlama 34b GGUF
21
+ - mistral-medium
22
+
23
+
24
+
25
+ ---
26
  - This is using `mistral-medium` API calls, but will be running locally as soon as the weights are released.
27
  - I still need to adjust parameters and tasks/prompts, but it seems to be working.
28
  - The context window is limited to 32k, so i need to chunk the inputs for longer documents, working on that now.