Skip to content

Commit a10f3e0

Browse files
authored
Update index.md
1 parent 5c7d99f commit a10f3e0

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

ai/index.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
This page touches on the *broad* definition of artificial intelligence as forms of autonomous computation.
1414
This big region on the AI Euler diagram encompasses all manners and forms of AI: Machine Learning, Deep Learning,
1515
Convolutional Neural Networks, Supervised and Unsupervised forms of training, clustering algorithms such as
16-
K-means and so forth.
16+
K-means, spectral graph theory, adversarial networks and that's just getting started.
1717

1818

1919
The related sub-pages linked above -- *gcp*, *aws* and *azure* -- are AI notes on cloud-specific technology stacks.
@@ -52,14 +52,23 @@ The related sub-pages linked above -- *gcp*, *aws* and *azure* -- are AI notes o
5252
- OLMO at AI2
5353
- Maizey at UMich
5454

55+
5556
## context
5657

58+
5759
Suggestion: Build a prompt using the "PACE" guideline acronym: State Problem, Action, Context, Example.
5860

5961

60-
## ai recipe
62+
## eigenconcept for ai
63+
64+
65+
The central idea in generative AI is the transformer; and the central model hub is Hugging Face.
66+
Let's run through a HuggingFace use example subject to some constraints and see how the Python
67+
library `transformers` comes into play. In particular we want to learn how to operate an instance of
68+
a **`pipeline`** which is imported from `transformers`. This is queryable (analogous to `requests`)
69+
using default models through an API; so the minimum viable code is down around 2, 3, 4 or so lines.
70+
The source video for this eigenconcept is [here on YouTube](https://youtu.be/QEaBAZQCtwE).
6171

62-
Let's run through a HuggingFace example subject to these constraints:
6372

6473
- Easy to implement on Ubuntu Linux running on WSL2 in turn on a Windows laptop
6574
- Very lightweight processing task

0 commit comments

Comments
 (0)