Spaces:
Running
Running
AFischer1985
commited on
Commit
•
2d68b9c
1
Parent(s):
43d10e2
Update run.py
Browse files
run.py
CHANGED
@@ -39,12 +39,13 @@ else:
|
|
39 |
|
40 |
collection.add(
|
41 |
documents=[
|
42 |
-
"Text generating AI model mistralai/Mixtral-8x7B-Instruct-v0.1:
|
43 |
-
"Image generating AI model stabilityai/sdxl-turbo:
|
44 |
-
"Audio transcribing AI model openai/whisper-large-v3:
|
45 |
-
"Speech synthesizing AI model coqui/XTTS-v2:
|
46 |
-
"Code generating AI model deepseek-ai/deepseek-coder-6.7b-instruct:
|
47 |
-
"Translation AI model Helsinki-NLP/opus:
|
|
|
48 |
],
|
49 |
metadatas=[{"source": "AF"}, {"source": "AF"}, {"source": "AF"}, {"source": "AF"}],
|
50 |
ids=["ai1", "ai2", "ai3", "ai4"],
|
|
|
39 |
|
40 |
collection.add(
|
41 |
documents=[
|
42 |
+
"Text generating AI model mistralai/Mixtral-8x7B-Instruct-v0.1: Suitable for text generation, e.g., social media content, marketing copy, blog posts, short stories, etc.",
|
43 |
+
"Image generating AI model stabilityai/sdxl-turbo: Suitable for image generation, e.g., illustrations, graphics, AI art, etc.",
|
44 |
+
"Audio transcribing AI model openai/whisper-large-v3: Suitable for audio-transcription in different languages",
|
45 |
+
"Speech synthesizing AI model coqui/XTTS-v2: Suitable for generating audio from text and for voice-cloning",
|
46 |
+
"Code generating AI model deepseek-ai/deepseek-coder-6.7b-instruct: Suitable for programming in Python, JavaScript, PHP, Bash and many other programming languages.",
|
47 |
+
"Translation AI model Helsinki-NLP/opus: Suitable for translating text, e.g., from English to German or vice versa",
|
48 |
+
"Search result-integrating AI model phind/phind-v9-model: Suitable for researching current topics and for obtaining precise and up-to-date answers to questions based on web search results"
|
49 |
],
|
50 |
metadatas=[{"source": "AF"}, {"source": "AF"}, {"source": "AF"}, {"source": "AF"}],
|
51 |
ids=["ai1", "ai2", "ai3", "ai4"],
|