You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/posts/meetup-53-wrapup.md
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,13 +33,21 @@ is simple, robust and an algorithm that does not require any training)
33
33
> suggest that the LLM generates slightly more novel outputs as temperatures
34
34
> get higher. -- [Is Temperature the Creativity Parameter of Large Language Models?](https://arxiv.org/pdf/2405.00492)
35
35
36
-
Randomness in embeddings: Do you get different embedding vectors from the same model on the same input? Quick test using ollama running on a Intel [N3450](https://www.intel.com/content/www/us/en/products/sku/95596/intel-celeron-processor-n3450-2m-cache-up-to-2-20-ghz/specifications.html) 2016 6W TDP CPU:
37
-
36
+
Randomness in embeddings: Do you get different embedding vectors from the same
0 commit comments