반응형

전체 글 12

ChatGPT‑5, Reddit 사용자 반응 정리

목차요약 한눈에 보기부정적 반응: 개성·지침 준수·창의성 이슈GPT‑4o 향수와 비교혁신 부족 vs. 점진적 개선긍정적 후기: 글쓰기 품질·안정화개발자 커뮤니티 관점한 장 요약 표읽고 가면 좋은 팁참고 출처요약 한눈에 보기핵심 포인트커뮤니티 전반에서는 부정적 평가가 우세하지만, 일부는 최신 업데이트 이후 글쓰기 품질 향상을 체감.GPT‑4o 대비 개성/감성이 줄었다는 지적이 많음.혁신성에 대한 기대와 현실 사이의 간극 존재 — “점진적 업데이트” 인식 확산.부정적 반응: 개성·지침 준수·창의성 이슈많은 사용자가 GPT‑5의 답변이 짧고, 과도하게 ‘AI풍’이며, 대화가 몇 턴 지나면 지침을 잘 따르지 못한다고 느낍니다.“Short replies that are insufficient… less ‘pers..

Claude code 클로드 코드 터미널 윈도우 사용 후기

https://docs.anthropic.com/ko/docs/claude-code/getting-started Claude Code 시작하기 - AnthropicWSL 설치 문제 해결 현재 Claude Code는 Windows에서 직접 실행되지 않으며, 대신 WSL이 필요합니다. WSL에서 문제가 발생하는 경우: OS/플랫폼 감지 문제: 설치 중 오류가 발생하면 WSL이 Windows npm을 사용docs.anthropic.com 회사에서 api비용 내줘서 클로드도 가끔 사용했는데, 터미널 기반 AI 에이전트 Claude Code가 나왔다는 소식을 이제야 듣고 바로 사용해 봤습니다. 우선 node, git 설치해두고, npm install -g @anthropic-ai/claude-code 위 명령어 ..

AI 2025.08.13

Nanonets-OCR-s 사용 한국어 pdf OCR 해보기

https://huggingface.co/nanonets/Nanonets-OCR-s nanonets/Nanonets-OCR-s · Hugging FaceNanonets-OCR-s is a powerful, state-of-the-art image-to-markdown OCR model that goes far beyond traditional text extraction. It transforms documents into structured markdown with intelligent content recognition and semantic tagging, making it ideal for dowhuggingface.co 문서를 구조화된 마크다운으로 변환하는 qwen2.5vl:3b 모델 기반 na..

AI/LLM 2025.06.18

Unstructured PDF (multi-modal-rag) 사용 해보기

https://github.com/NarimanN2/ollama-playground/tree/main/multi-modal-rag ollama-playground/multi-modal-rag at main · NarimanN2/ollama-playgroundInteresting LLM projects that I created for my YouTube channel using Ollama's open-source models. - NarimanN2/ollama-playgroundgithub.com 한국어 table, charts를 갖고 있는 multi-modal-rag 빌딩과 테스트를 진행해 봤습니다. Pdf 문서를 블록 단위로 인식하는 unstructured 모델 사용. 바로 코드 보면서 설명하겠습..

AI/LLM 2025.04.30

Cogito-70B llm 모델 성능 테스트 해보기

https://ollama.com/library/cogito cogitoCogito v1 Preview is a family of hybrid reasoning models by Deep Cogito that outperform the best available open models of the same size, including counterparts from LLaMA, DeepSeek, and Qwen across most standard benchmarks.ollama.com DEEP COGITO에서 cogito라는 하이브리드 추론 모델을 냈습니다.  70B 모델은 Llama4 Scout 모델보다 성능이 좋다 합니다.     Ollama에 있어서 사용이 매우 간편합니다. 사용 GPU: H100 ..

AI/LLM 2025.04.11

임베딩 모델 한국어 성능 비교(BGE-M3 vs E5-large)

기존에 임베딩 모델은 multilingual-e5-large로 계속 사용하던 중 한국어 임베딩 모델 중 성능 좋은 bge-m3가 있다는 것을 이제야 알았습니다. https://huggingface.co/intfloat/multilingual-e5-large intfloat/multilingual-e5-large · Hugging FaceMultilingual-E5-large Multilingual E5 Text Embeddings: A Technical Report. Liang Wang, Nan Yang, Xiaolong Huang, Linjun Yang, Rangan Majumder, Furu Wei, arXiv 2024 This model has 24 layers and the embedding si..

AI/LLM 2025.04.10

QWQ vs Llama3.3 Ollama 기반 Agentic RAG 해보기

Agentic RAG를 두 가지의 llm으로 테스트해 봤습니다. 추론 오픈 모델 중 성능 높다고 알려진 QWQ-32B와 비추론 모델인 Llama3.3-70B입니다.  이미 Llama4도 나오긴 했으나, H100 한대로는 아직 어려워서 해보진 않았습니다. Ollama에 양자화 모델(말로는 60GB 정도 사용) 뜨면 해보겠습니다. 원래 QWQ전에 여러 모델들 테스트해 봤는데, 지금까진 Llama3.3-70B가 한국어에 무난해서 사용하고 있었습니다. QWQ-32B를 로컬에서 실행하려면 최소 24GB VRAM이 필요합니다. 저는 H100 80GB 사용했습니다.  우선 Ollama를 사용했기에 아래 명령으로 Ollama, QWQ 설치해 줍니다.curl -fsSL https://ollama.com/install.s..

AI/LLM 2025.04.09

PyMuPDF4LLM vs PyMuPDFLoader(PDF loader 비교)

RAG를 위해 벡터 DB에 pdf 파일을 올리려면 텍스트를 추출해야 합니다.  위와 같은 표가 있는 문서를 텍스트로 처리하는 게 가장 어려운 문제입니다. 무료면서 문서 형식을 markdown으로 변환해 주는 괜찮은 도구로 PyMuPDF4LLM과 PyMyPDFLoader가 있습니다.  1. PyMuPDF4LLM 예시 !pip install pymupdf4llmimport pymupdf4llm md_text = pymupdf4llm.to_markdown("KDS677015.pdf", pages=[8])print(md_text) 너무 길어서 markdown 부분부터 첨부했습니다.  Markdown 성능 괜찮은데, 이상하게 markdown 이후 같은 내용이 뒤에 반복돼서 나오는 문제가 있습니다.   2. PyM..

AI/LLM 2025.04.04

Qwen2.5-VL-32B 모델로 image to text(이미지로 텍스트 생성) 해보기(Gemma3 비교)

https://huggingface.co/Qwen/Qwen2.5-VL-32B-Instruct  Qwen/Qwen2.5-VL-32B-Instruct · Hugging FaceQwen2.5-VL-32B-Instruct Latest Updates: In addition to the original formula, we have further enhanced Qwen2.5-VL-32B's mathematical and problem-solving abilities through reinforcement learning. This has also significantly improved the model's subjective ushuggingface.co 전 글의 Qwen2.5-VL-32B 모델로 OCR 해보기..

AI/LLM 2025.04.03

Qwen2.5-VL-32B 모델로 OCR, 질문 답 해보기(LLM OCR)

https://huggingface.co/Qwen/Qwen2.5-VL-32B-Instruct Qwen/Qwen2.5-VL-32B-Instruct · Hugging FaceQwen2.5-VL-32B-Instruct Latest Updates: In addition to the original formula, we have further enhanced Qwen2.5-VL-32B's mathematical and problem-solving abilities through reinforcement learning. This has also significantly improved the model's subjective ushuggingface.co  Qwen2.5-VL 나온 초창기에 7B 모델로 OCR 테..

AI/LLM 2025.04.02
반응형