Update README.md
Browse files
README.md
CHANGED
@@ -62,7 +62,8 @@ This app will analyze your needs and recommend songs using real music intelligen
|
|
62 |
- `Transformers` β LLM model loading
|
63 |
- `LangChain` β for prompt templates and parsing
|
64 |
- `Pandas` β data filtering and exporting
|
65 |
-
- `
|
|
|
66 |
|
67 |
---
|
68 |
|
@@ -75,7 +76,7 @@ This app will analyze your needs and recommend songs using real music intelligen
|
|
75 |
|
76 |
## π Credits
|
77 |
|
78 |
-
Developed by Shavira
|
79 |
|
80 |
---
|
81 |
|
@@ -84,6 +85,7 @@ Developed by Shavira Zhalsabilla (personal project), for use in media production
|
|
84 |
Feel free to reach out or leave an issue. Weβre happy to collaborate or improve this experience!
|
85 |
|
86 |
Email: [email protected]
|
|
|
87 |
LinkedIn: https://linkedin.com/in/shavirazh
|
88 |
|
89 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
62 |
- `Transformers` β LLM model loading
|
63 |
- `LangChain` β for prompt templates and parsing
|
64 |
- `Pandas` β data filtering and exporting
|
65 |
+
- `tiny-random-Mistral-7B` β for input parsing (THIS SPACE)
|
66 |
+
- `DeepSeek LLM 7B Chat` β for input parsing (production)
|
67 |
|
68 |
---
|
69 |
|
|
|
76 |
|
77 |
## π Credits
|
78 |
|
79 |
+
Developed by Shavira Z (personal project), for use in media production, research, and creative prototyping.
|
80 |
|
81 |
---
|
82 |
|
|
|
85 |
Feel free to reach out or leave an issue. Weβre happy to collaborate or improve this experience!
|
86 |
|
87 |
Email: [email protected]
|
88 |
+
|
89 |
LinkedIn: https://linkedin.com/in/shavirazh
|
90 |
|
91 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|