Commit History

revert and modify README.md
2b426df

ZedwrKc commited on

청크의 max_length를 전체 max_length를 청크 수로 나눈 값으로 수정
a7d8b16

ZedwrKc commited on

threshold 600으로 수정
7ff157a

ZedwrKc commited on

chunk-threshold 1500으로 수정
0fb7ef1

ZedwrKc commited on

요약문 chunking+merge
42fca46

ZedwrKc commited on

요약문 단어,문장 반복 문제 수정, max_length 512로 수정
3223e4e

ZedwrKc commited on

Fix visualization topic labels to match 6-word titles
5e4f096

ZedwrKc Claude commited on

Fix BERTopic min_df error with dynamic adjustment
8d028e1

ZedwrKc Claude commited on

Fix CUDA tokenization error in summarizer
0e7fddc

ZedwrKc Claude commited on

Fix CUDA errors in summarizer (same fix as stance classifier)
5a92fea

ZedwrKc commited on

Fix CUDA and Numba caching errors in stance analysis
3eb7ddc

ZedwrKc commited on

Add stance analysis integration
bb78fbc

ZedwrKc commited on

Fix: Remove duplicate words and enforce 6-word limit in topic titles
2b2a035

ZedwrKc commited on

Add improved BERTopic clustering with noun-only tokenization (3-6 words)
8b6665e

ZedwrKc commited on

✅ bertopic_clustering_mecab.py
86520ab

ZedwrKc commited on

Add mecab-python3 for konlpy Mecab support
ff04b81

ZedwrKc commited on

Install mecab-ko instead of Japanese mecab
863402c

ZedwrKc commited on

Add autotools for mecab-ko-dic compilation
901a2f8

ZedwrKc commited on

Fix Dockerfile: Use default-jdk instead of openjdk-17-jdk
66472aa

ZedwrKc commited on

Add Mecab-based BERTopic clustering
69b71f7

ZedwrKc commited on

Aggressive tuning: max_df 0.85->0.6 for cleaner topics
b57f37c

ZedwrKc commited on

Fine-tune CountVectorizer: max_df 0.95->0.85 for stricter filtering
969c24f

ZedwrKc commited on

Improve BERTopic topic titles with Korean-optimized CountVectorizer
30f39b5

ZedwrKc commited on

remove reject request
c0a0614

ZedwrKc commited on

Add cleanup if memory is high
92c40f0

ZedwrKc commited on

fix: aggressive memory cleanup for high memory situations
cd94784

ZedwrKc Claude commited on

Add psutil for memory monitoring
f359d7a

ZedwrKc commited on

Fix memory leak and add monitoring to prevent OOM errors
3a2e8ac

ZedwrKc Claude commited on

Fix article_count 2x issue - use actual len(topic_article_ids)
186ed97

ZedwrKc commited on

Add topic_rank and cluster_score to outlier topics
31eccc8

ZedwrKc commited on

Fix error response format in bertopic_clustering
41a1cb1

ZedwrKc commited on

Fix ClusterTopicsResponse schema for error handling
e1ceb4d

ZedwrKc commited on

add BERTopic
50e0a62

ZedwrKc commited on

Initial deployment to Pro account
d12e82b

ZedwrKc commited on

initial commit
9358ea5
verified

gaaahee commited on