We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc56d6b commit d9752b1Copy full SHA for d9752b1
scrapegraphai/helpers/models_tokens.py
@@ -1,5 +1,5 @@
1
"""
2
-Models token
+Models token
3
4
5
models_tokens = {
@@ -39,7 +39,20 @@
39
"dolphin-mixtral": 32000,
40
"mistral-openorca": 32000,
41
"stablelm-zephyr": 8192,
42
- "nomic-embed-text": 8192
+ "command-r-plus": 12800,
43
+ "command-r": 12800,
44
+ "mistral:7b-instruct": 32768,
45
+ "llama3:70b-instruct": 8192,
46
+ "mixtral:8x22b-instruct": 65536,
47
+ "wizardlm2:8x22b": 65536,
48
+ "dbrx": 32768,
49
+ "dbrx:instruct": 32768,
50
+ "nous-hermes2:34b": 4096,
51
+ # embedding models
52
+ "nomic-embed-text": 8192,
53
+ "snowflake-arctic-embed:335m": 8192,
54
+ "snowflake-arctic-embed:l": 8192,
55
+ "mxbai-embed-large": 512,
56
},
57
"groq": {
58
"llama3-8b-8192": 8192,
0 commit comments