Spaces:
Running
Running
added more data sets
Browse filesmore data sets for AI and Business
app.py
CHANGED
|
@@ -44,6 +44,30 @@ BASE_SETS = {
|
|
| 44 |
"boxing","skiing","snowboarding","surfing","skateboarding","karate","judo","fencing","rowing","badminton",
|
| 45 |
"cricket","table tennis","gymnastics","hockey","climbing"
|
| 46 |
],
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
}
|
| 48 |
|
| 49 |
# -----------------------------
|
|
|
|
| 44 |
"boxing","skiing","snowboarding","surfing","skateboarding","karate","judo","fencing","rowing","badminton",
|
| 45 |
"cricket","table tennis","gymnastics","hockey","climbing"
|
| 46 |
],
|
| 47 |
+
"ai concepts": [
|
| 48 |
+
"neural network","transformer","embedding","fine-tuning","vector database",
|
| 49 |
+
"retrieval-augmented generation","prompt","agent","context window","reasoning",
|
| 50 |
+
"gradient descent","supervised learning","unsupervised learning","reinforcement learning","memory",
|
| 51 |
+
"self-attention","inference","hallucination","pretraining","chain of thought"
|
| 52 |
+
],
|
| 53 |
+
"tech companies": [
|
| 54 |
+
"OpenAI","Google","Microsoft","Anthropic","Meta","Amazon","Apple","NVIDIA","IBM","Databricks",
|
| 55 |
+
"Snowflake","Hugging Face","Cohere","Mistral","xAI","Adept","Runway","Perplexity","Scale AI","DeepMind"
|
| 56 |
+
],
|
| 57 |
+
"finance": [
|
| 58 |
+
"equity","bond","derivative","liquidity","leverage","inflation","dividend","yield","credit risk","portfolio",
|
| 59 |
+
"asset","liability","capital","interest rate","valuation","revenue","profit","return on investment","hedge","market"
|
| 60 |
+
],
|
| 61 |
+
"buzzwords": [
|
| 62 |
+
"innovation","disruption","ecosystem","synergy","scalability","automation","data-driven","agility","transformation","cloud",
|
| 63 |
+
"blockchain","AI","machine learning","quantum computing","metaverse","sustainability","fintech","cybersecurity","big data","LLM"
|
| 64 |
+
],
|
| 65 |
+
"ai pioneers": [
|
| 66 |
+
"Geoffrey Hinton","Yann LeCun","Yoshua Bengio","Andrew Ng","Demis Hassabis",
|
| 67 |
+
"Sam Altman","Dario Amodei","Fei-Fei Li","Sebastian Raschka","Jensen Huang",
|
| 68 |
+
"Ilya Sutskever","Jeff Dean","Ian Goodfellow","Chris Olah","Andrej Karpathy",
|
| 69 |
+
"Lex Fridman","Richard Sutton","Emad Mostaque","Timnit Gebru","Elon Musk"
|
| 70 |
+
],
|
| 71 |
}
|
| 72 |
|
| 73 |
# -----------------------------
|