Commit Graph

13 Commits

Author SHA1 Message Date
戒酒的李白 80aa0cfa9c Implement the get_bert_ctm_embeddings function and embedding generation and loading logic 2024-10-03 00:48:10 +08:00
戒酒的李白 4d91f30dd3 Bert's method of processing sentences 2024-10-02 23:36:00 +08:00
戒酒的李白 6cf336a761 Upload model parameters of CTM module 2024-10-02 23:30:30 +08:00
戒酒的李白 88981ad5cd The BERT_CTM module is finally completed 2024-10-01 21:22:26 +08:00
戒酒的李白 f2ebb56509 Added inference function for the model 2024-10-01 15:50:57 +08:00
戒酒的李白 91a192e379 Add BERT-CTM model with save/load and error handling 2024-09-30 13:38:56 +08:00
戒酒的李白 f0f43c8e98 Integrated training function of CTM model 2024-09-30 09:24:08 +08:00
戒酒的李白 5108ae1254 Implement Chinese word segmentation 2024-09-30 01:06:03 +08:00
戒酒的李白 48af69dace Batch processing text embedding tests 2024-09-30 00:38:42 +08:00
戒酒的李白 8c0479a978 Test the BERT model for Chinese simulation embedding 2024-09-30 00:14:40 +08:00
戒酒的李白 701926ba83 Import the initial BERT pre-trained model 2024-09-27 00:24:30 +08:00
戒酒的李白 ce80b15e13 Input the new dataset for sentiment recognition 2024-09-27 00:16:47 +08:00
戒酒的李白 e83639b42e Initialization of the New Sentiment Recognition Model 2024-09-27 00:10:35 +08:00