BoredLabsHQ / Concord

Concord is an open-source AI plugin designed to connect community members to relevant conversations
GNU General Public License v3.0
2 stars 3 forks source link

refactor: streamline bert, update batch handling #9

Closed Septimus4 closed 2 weeks ago

Septimus4 commented 2 weeks ago

Checklist

Affected Components

Description of Changes

Removed a commented-out line in bert.py and refined model loading message. Adjusted total batches for simulation, simplified newsgroup data fetching in concord.py, and added topic information printing.

Additional Notes