gangyeolkim
gangyeolkim
AI & ML interests
None yet
Recent Activity
reacted
to
luigi12345's
post
with 🔥
about 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!")
```
reacted
to
luigi12345's
post
with 👍
about 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!")
```
liked
a dataset
about 2 months ago
shangrilar/ko_text2sql
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