Before this year ends, I will quickly advertise our code release of `flyvis.`
Docs: t.ly/YqWzR
Repo: t.ly/pMWpp
Work with @jakhmack.bsky.social, @srinituraga.bsky.social and colleagues
Before this year ends, I will quickly advertise our code release of `flyvis.`
Docs: t.ly/YqWzR
Repo: t.ly/pMWpp
Work with @jakhmack.bsky.social, @srinituraga.bsky.social and colleagues
sciendo.com/issue/BGS/18/1
sciendo.com/issue/BGS/18/1
"Come to rest in a naked, blind feeling of your own being, and let go of the conceit that it's yours."*
_____
* "conceit" is how you spelled "concept" in Middle English
HENRY CORBIN
Art: By Pavel Petrovich Ivanov c. 1953
"Come to rest in a naked, blind feeling of your own being, and let go of the conceit that it's yours."*
_____
* "conceit" is how you spelled "concept" in Middle English
We trained 2 new models. Like BERT, but modern. ModernBERT.
Not some hypey GenAI thing, but a proper workhorse model, for retrieval, classification, etc. Real practical stuff.
It's much faster, more accurate, longer context, and more useful. 🧵
academic.oup.com/jeb/advance-...
I'm not a classical guy btw but I always wanted to take the time to learn enough to know my way around and now I do!
youtu.be/GP6HCykNy3A?...
youtu.be/GP6HCykNy3A?...
Agent: inspects the state, determines the best next action, executes it, and repeats it. Learns over time.
Workflow: LLMs are used in the control flow to make certain decision or loop when the output is invalid.
1. Basic stuff
- How many people use it
- How fast it answers
- If it crashes
2. What goes in
- Check what users ask
- Look for bad requests
- Watch for attacks
3. What comes out
- Are answers good?
- Do they make sense?
- Are they safe?
1. Basic stuff
- How many people use it
- How fast it answers
- If it crashes
2. What goes in
- Check what users ask
- Look for bad requests
- Watch for attacks
3. What comes out
- Are answers good?
- Do they make sense?
- Are they safe?
like she hangs onto dear life as I try to pull her off of it
ShellSage is an LLM that lives in your terminal. It can see what directory you're in, what commands you've typed, what output you got, & your previous AI Q&A's.🧵
```
full_range = pd.date_range(df['day'].min(), df['day'].max(), freq='D')
df = df.set_index('day').reindex(full_range).reset_index()
```
Then search for nulls
```
full_range = pd.date_range(df['day'].min(), df['day'].max(), freq='D')
df = df.set_index('day').reindex(full_range).reset_index()
```
Then search for nulls