@@ -9,12 +9,14 @@ The time is measured in seconds
99
1010The model runned for this benchmark is Mistral on Ollama with nomic-embed-text
1111
12+ In particular, is tested with ScriptCreatorGraph
13+
1214| Hardware | Model | Example 1 | Example 2 |
1315| ---------------------- | --------------------------------------- | --------- | --------- |
1416| Macbook 14' m1 pro | Mistral on Ollama with nomic-embed-text | 30.54s | 35.76s |
15- | Macbook m2 max | Mistral on Ollama with nomic-embed-text | | |
16- | Macbook 14' m1 pro<br > | Llama3 on Ollama with nomic-embed-text | 27.82s | 29.986s |
17- | Macbook m2 max<br > | Llama3 on Ollama with nomic-embed-text | | |
17+ | Macbook m2 max | Mistral on Ollama with nomic-embed-text | 18,46s | 19.59 |
18+ | Macbook 14' m1 pro<br > | Llama3 on Ollama with nomic-embed-text | 27.82s | 29.98s |
19+ | Macbook m2 max<br > | Llama3 on Ollama with nomic-embed-text | 20.83s | 12.29s |
1820
1921
2022** Note** : the examples on Docker are not runned on other devices than the Macbook because the performance are to slow (10 times slower than Ollama).
@@ -23,17 +25,17 @@ The model runned for this benchmark is Mistral on Ollama with nomic-embed-text
2325** URL** : https://perinim.github.io/projects
2426** Task** : List me all the projects with their description.
2527
26- | Name | Execution time (seconds) | total_tokens | prompt_tokens | completion_tokens | successful_requests | total_cost_USD |
27- | ------------------- | ------------------------ | ------------ | ------------- | ----------------- | ------------------- | -------------- |
28- | gpt-3.5-turbo | 24.215268 | 1892 | 1802 | 90 | 1 | 0.002883 |
29- | gpt-4-turbo-preview | 6.614 | 1936 | 1802 | 134 | 1 | 0.02204 |
28+ | Name | Execution time | total_tokens | prompt_tokens | completion_tokens | successful_requests | total_cost_USD |
29+ | ------------------- | ---------------| ------------ | ------------- | ----------------- | ------------------- | -------------- |
30+ | gpt-3.5-turbo | 4.50s | 1897 | 1802 | 95 | 1 | 0.002893 |
31+ | gpt-4-turbo | 7.88s | 1920 | 1802 | 118 | 1 | 0.02156 |
3032
3133### Example 2: Wired
3234** URL** : https://www.wired.com
3335** Task** : List me all the articles with their description.
3436
3537| Name | Execution time (seconds) | total_tokens | prompt_tokens | completion_tokens | successful_requests | total_cost_USD |
3638| ------------------- | ------------------------ | ------------ | ------------- | ----------------- | ------------------- | -------------- |
37- | gpt-3.5-turbo | | | | | | |
38- | gpt-4-turbo-preview | | | | | | |
39+ | gpt-3.5-turbo | Error (text too long) | - | - | - | - | - |
40+ | gpt-4-turbo | Error (TPM limit reach) | - | - | - | - | - |
3941
0 commit comments