注册并分享邀请链接,可获得视频播放与邀请奖励。

与「Wait_Me_There」相关的搜索结果

Wait_Me_There 贴吧
一个关键词就是一个贴吧,路径全站唯一。
创建贴吧
用户
未找到
包含 Wait_Me_There 的内容
[#에이핑크#] #아는형님# 📺 [선공개] 팬들과의 추억을 담은 에이핑크의 신곡 〈Wait Me There (기억, 그 아름다움)〉♬ | 아는 형님 431회 #Apink#
显示更多
0
1
774
323
转发到社区
[#에이핑크#] 지니 매거진에 “Apink (에이핑크)의 13주년 기념 ‘Wait Me There’ 녹음 현장 비하인드!” 가 공개되었습니다💜 지금 바로 아래 링크를 통해 녹음실 현장으로 떠나보세요! ▶ #Apink# #Apink_13th_Anniversary# #Wait_Me_There# #기억_그_아름다움#
显示更多
0
5
2.4K
1.1K
转发到社区
[#에이핑크#] Apink 13th Anniversary Digital Single [Wait Me There (기억, 그 아름다움)]의 음원이 공개되었습니다. PANDA🐼들의 많은 사랑과 관심 부탁드립니다💕 🎞Music Video ▶ 🍈Melon ▶ #Apink# #Apink_13th_Anniversary# #Wait_Me_There# #기억_그_아름다움#
显示更多
0
3
2K
1.2K
转发到社区
[#에이핑크#] Apink 13th Anniversary Digital Single ‘Wait Me There (기억, 그 아름다움)’ MV 🐼 #Apink# #Apink_13th_Anniversary# #Wait_Me_There# #기억_그_아름다움#
显示更多
0
38
3.6K
2.3K
转发到社区
[#에이핑크#] Apink 13th Anniversary Digital Single ‘Wait Me There (기억, 그 아름다움)’ 🐼 2024.04.19 6PM (KST) #Apink# #Apink_13th_Anniversary# #Wait_Me_There# #기억_그_아름다움#
显示更多
0
40
3.2K
1.9K
转发到社区
I was given early access to Grok 3 earlier today, making me I think one of the first few who could run a quick vibe check. Thinking ✅ First, Grok 3 clearly has an around state of the art thinking model ("Think" button) and did great out of the box on my Settler's of Catan question: "Create a board game webpage showing a hex grid, just like in the game Settlers of Catan. Each hex grid is numbered from 1..N, where N is the total number of hex tiles. Make it generic, so one can change the number of "rings" using a slider. For example in Catan the radius is 3 hexes. Single html page please." Few models get this right reliably. The top OpenAI thinking models (e.g. o1-pro, at $200/month) get it too, but all of DeepSeek-R1, Gemini 2.0 Flash Thinking, and Claude do not. ❌ It did not solve my "Emoji mystery" question where I give a smiling face with an attached message hidden inside Unicode variation selectors, even when I give a strong hint on how to decode it in the form of Rust code. The most progress I've seen is from DeepSeek-R1 which once partially decoded the message. ❓ It solved a few tic tac toe boards I gave it with a pretty nice/clean chain of thought (many SOTA models often fail these!). So I upped the difficulty and asked it to generate 3 "tricky" tic tac toe boards, which it failed on (generating nonsense boards / text), but then so did o1 pro. ✅ I uploaded GPT-2 paper. I asked a bunch of simple lookup questions, all worked great. Then asked to estimate the number of training flops it took to train GPT-2, with no searching. This is tricky because the number of tokens is not spelled out so it has to be partially estimated and partially calculated, stressing all of lookup, knowledge, and math. One example is 40GB of text ~= 40B characters ~= 40B bytes (assume ASCII) ~= 10B tokens (assume ~4 bytes/tok), at ~10 epochs ~= 100B token training run, at 1.5B params and with 2+4=6 flops/param/token, this is 100e9 X 1.5e9 X 6 ~= 1e21 FLOPs. Both Grok 3 and 4o fail this task, but Grok 3 with Thinking solves it great, while o1 pro (GPT thinking model) fails. I like that the model *will* attempt to solve the Riemann hypothesis when asked to, similar to DeepSeek-R1 but unlike many other models that give up instantly (o1-pro, Claude, Gemini 2.0 Flash Thinking) and simply say that it is a great unsolved problem. I had to stop it eventually because I felt a bit bad for it, but it showed courage and who knows, maybe one day... The impression overall I got here is that this is somewhere around o1-pro capability, and ahead of DeepSeek-R1, though of course we need actual, real evaluations to look at. DeepSearch Very neat offering that seems to combine something along the lines of what OpenAI / Perplexity call "Deep Research", together with thinking. Except instead of "Deep Research" it is "Deep Search" (sigh). Can produce high quality responses to various researchy / lookupy questions you could imagine have answers in article on the internet, e.g. a few I tried, which I stole from my recent search history on Perplexity, along with how it went: - ✅ "What's up with the upcoming Apple Launch? Any rumors?" - ✅ "Why is Palantir stock surging recently?" - ✅ "White Lotus 3 where was it filmed and is it the same team as Seasons 1 and 2?" - ✅ "What toothpaste does Bryan Johnson use?" - ❌ "Singles Inferno Season 4 cast where are they now?" - ❌ "What speech to text program has Simon Willison mentioned he's using?" ❌ I did find some sharp edges here. E.g. the model doesn't seem to like to reference X as a source by default, though you can explicitly ask it to. A few times I caught it hallucinating URLs that don't exist. A few times it said factual things that I think are incorrect and it didn't provide a citation for it (it probably doesn't exist). E.g. it told me that "Kim Jeong-su is still dating Kim Min-seol" of Singles Inferno Season 4, which surely is totally off, right? And when I asked it to create a report on the major LLM labs and their amount of total funding and estimate of employee count, it listed 12 major labs but not itself (xAI). The impression I get of DeepSearch is that it's approximately around Perplexity DeepResearch offering (which is great!), but not yet at the level of OpenAI's recently released "Deep Research", which still feels more thorough and reliable (though still nowhere perfect, e.g. it, too, quite incorrectly excludes xAI as a "major LLM labs" when I tried with it...). Random LLM "gotcha"s I tried a few more fun / random LLM gotcha queries I like to try now and then. Gotchas are queries that specifically on the easy side for humans but on the hard side for LLMs, so I was curious which of them Grok 3 makes progress on. ✅ Grok 3 knows there are 3 "r" in "strawberry", but then it also told me there are only 3 "L" in LOLLAPALOOZA. Turning on Thinking solves this. ✅ Grok 3 told me 9.11 > 9.9. (common with other LLMs too), but again, turning on Thinking solves it. ✅ Few simple puzzles worked ok even without thinking, e.g. *"Sally (a girl) has 3 brothers. Each brother has 2 sisters. How many sisters does Sally have?"*. E.g. GPT4o says 2 (incorrectly). ❌ Sadly the model's sense of humor does not appear to be obviously improved. This is a common LLM issue with humor capability and general mode collapse, famously, e.g. 90% of 1,008 outputs asking ChatGPT for joke were repetitions of the same 25 jokes​. Even when prompted in more detail away from simple pun territory (e.g. give me a standup), I'm not sure that it is state of the art humor. Example generated joke: "*Why did the chicken join a band? Because it had the drumsticks and wanted to be a cluck-star!*". In quick testing, thinking did not help, possibly it made it a bit worse. ❌ Model still appears to be just a bit too overly sensitive to "complex ethical issues", e.g. generated a 1 page essay basically refusing to answer whether it might be ethically justifiable to misgender someone if it meant saving 1 million people from dying. ❌ Simon Willison's "*Generate an SVG of a pelican riding a bicycle*". It stresses the LLMs ability to lay out many elements on a 2D grid, which is very difficult because the LLMs can't "see" like people do, so it's arranging things in the dark, in text. Marking as fail because these pelicans are qutie good but, but still a bit broken (see image and comparisons). Claude's are best, but imo I suspect they specifically targeted SVG capability during training. Summary. As far as a quick vibe check over ~2 hours this morning, Grok 3 + Thinking feels somewhere around the state of the art territory of OpenAI's strongest models (o1-pro, $200/month), and slightly better than DeepSeek-R1 and Gemini 2.0 Flash Thinking. Which is quite incredible considering that the team started from scratch ~1 year ago, this timescale to state of the art territory is unprecedented. Do also keep in mind the caveats - the models are stochastic and may give slightly different answers each time, and it is very early, so we'll have to wait for a lot more evaluations over a period of the next few days/weeks. The early LM arena results look quite encouraging indeed. For now, big congrats to the xAI team, they clearly have huge velocity and momentum and I am excited to add Grok 3 to my "LLM council" and hear what it thinks going forward.
显示更多
0
666
16.8K
2.2K
转发到社区
On DeepWiki and increasing malleability of software. This starts as partially a post on appreciation to DeepWiki, which I routinely find very useful and I think more people would find useful to know about. I went through a few iterations of use: Their first feature was that it auto-builds wiki pages for github repos (e.g. nanochat here) with quick Q&A: Just swap "github" to "deepwiki" in the URL for any repo and you can instantly Q&A against it. For example, yesterday I was curious about "how does torchao implement fp8 training?". I find that in *many* cases, library docs can be spotty and outdated and bad, but directly asking questions to the code via DeepWiki works very well. The code is the source of truth and LLMs are increasingly able to understand it. But then I realized that in many cases it's even a lot more powerful not being the direct (human) consumer of this information/functionality, but giving your agent access to DeepWiki via MCP. So e.g. yesterday I faced some annoyances with using torchao library for fp8 training and I had the suspicion that the whole thing really shouldn't be that complicated (wait shouldn't this be a Function like Linear except with a few extra casts and 3 calls to torch._scaled_mm?) so I tried: "Use DeepWiki MCP and Github CLI to look at how torchao implements fp8 training. Is it possible to 'rip out' the functionality? Implement nanochat/fp8.py that has identical API but is fully self-contained" Claude went off for 5 minutes and came back with 150 lines of clean code that worked out of the box, with tests proving equivalent results, which allowed me to delete torchao as repo dependency, and for some reason I still don't fully understand (I think it has to do with internals of torch compile) - this simple version runs 3% faster. The agent also found a lot of tiny implementation details that actually do matter, that I may have naively missed otherwise and that would have been very hard for maintainers to keep docs about. Tricks around numerics, dtypes, autocast, meta device, torch compile interactions so I learned a lot from the process too. So this is now the default fp8 training implementation for nanochat Anyway TLDR I find this combo of DeepWiki MCP + GitHub CLI is quite powerful to "rip out" any specific functionality from any github repo and target it for the very specific use case that you have in mind, and it actually kind of works now in some cases. Maybe you don't download, configure and take dependency on a giant monolithic library, maybe you point your agent at it and rip out the exact part you need. Maybe this informs how we write software more generally to actively encourage this workflow - e.g. building more "bacterial code", code that is less tangled, more self-contained, more dependency-free, more stateless, much easier to rip out from the repo ( There's obvious downsides and risks to this, but it is fundamentally a new option that was not possible or economical before (it would have cost too much time) but now with agents, it is. Software might become a lot more fluid and malleable. "Libraries are over, LLMs are the new compiler" :). And does your project really need its 100MB of dependencies?
显示更多
0
300
7.3K
769
转发到社区
📷 2026 年第一場活動,就從香港 RG 開始! 📷 📷 My first event of 2026 starts in Hong Kong! 📷 今年的第一站是在 香港RG(Rainbow Gala) 📷 攤位 CB10 真的很期待在新的一年 第一場活動就能和香港的你們見到面📷 歡迎來找我聊天、拍照、打招呼📷 我們 RG 見! I’ll be at Hong Kong RG (Rainbow Gala) 📷 Booth CB10 So excited to kick off the year with my first event and finally meet all of you in Hong Kong! 📷 Come say hi, take photos, and hang out with me— I can’t wait to see you there! #香港RG# #RainbowGala# #喜多川海夢# #Cos#
显示更多
0
12
2K
100
转发到社区
📸✨ The photoshoot and birthday party are happening in the next two days! 🥰 There’s still time to sign up for the birthday event too! ✨ It’s been 10 years since I started this journey in the community — I’ve met so many people, collected so many memories. Some sweet, some bittersweet… but I’m truly grateful for everyone who is still here with me, and willing to keep walking alongside me. 💞 I hope that in the days ahead, I can continue shining in your world and earn my place in your hearts ✨ I can’t wait to see you over the next two days — let’s create new memories together! 💖 #NIKKE# #Velvet# #Cosplay# #NikkeVelvet# 明後兩天就是攝影會和生日會~🥰 生日會還能持續報名唷✨ 在這個圈子走過 10 年了,遇到了很多人、留下很多回憶。 有甜也有酸,但我真的很感謝現在還陪著我、也願意繼續陪著我的大家 希望未來的日子裡 我還能一直在你們的世界裡努力發光發熱💖 也期待能這兩天見到你們 —— 一起留下新的回憶吧!✨ #妮姬# #NIKKE# #薇爾維特兔女郎# #Velvet# #Cos#
显示更多
0
10
2.2K
122
转发到社区
Sorry havent been updating. Was a little burnt out. Lowkey thinking about deleting my ig again 😂 jp (sortve) just wanna say thank u to everyone thats been supporting me and sorry for the wait!!! R&b album comin Oct 8th. First time in 8 years!!! Theres some bops and classics on that b*tch fa sho. 2025 Jay Park Tour next year Fa sho lets gooo!!
显示更多
0
378
4.4K
1K
转发到社区