gangyeolkim
gangyeolkim
AI & ML interests
None yet
Recent Activity
liked
a dataset
6 days ago
Egor-AI/CoT-XLang
liked
a model
9 days ago
deepseek-ai/DeepSeek-R1
reacted
to
luigi12345's
post
with 🔥
2 months ago
MinimalScrap
Only Free Dependencies. Save it.It is quite useful uh.
```
!pip install googlesearch-python requests
from googlesearch import search
import requests
query = "Glaucoma"
for url in search(f"{query} site:nih.gov filetype:pdf", 20):
if url.endswith(".pdf"):
with open(url.split("/")[-1], "wb") as f: f.write(requests.get(url).content)
print("✅" + url.split("/")[-1])
print("Done!")
```
Organizations
gangyeolkim's activity
TypeError: Object of type Tensor is not JSON serializable trainer
4
#54 opened 11 months ago
by
Junheng1
안녕하세요~ 파인튜닝을 어떤 방식으로 진행하셨는지 문의드립니다!
#1 opened 11 months ago
by
gangyeolkim
안녕하세요~ 파인튜닝을 어떤 방식으로 진행하셨는지 문의드립니다!
#1 opened 11 months ago
by
gangyeolkim