tensorflow-nlp-tutorial
tensorflow-nlp-tutorial copied to clipboard
tensorflow를 사용하여 텍스트 전처리부터, Topic Models, BERT, GPT, LLM과 같은 최신 모델의 다운스트림 태스크들을 정리한 Deep Learning NLP 저장소입니다.
https://github.com/ukairia777/tensorflow-nlp-tutorial/blob/main/02.%20Text%20Preprocessing/2-10.%20text_preprocessing_tools_for_korean_text.py 내 파일 내용이 주제와 다른 거 같습니다. 또한, colab 경로도 다른 거 같습니다.
[18-3. kor_bert_nsmc_tpu] TPU 모델 저장
안녕하세요! 작가님 덕분에 너무 유용하게 자료들 참고하며 학수하고 있습니다. 질문이 하나 있는데요. 18-3. kor_bert_nsmc_tpu class TFBertForSequenceClassification(tf.keras.Model) 로 정의하여 학습시킨 model = TFBertForSequenceClassification("klue/bert-base") model.fit(train_X, train_y, epochs=2, batch_size=64, validation_split=0.2) results = model.evaluate(test_X,...
# Patching CVE-2007-4559 Hi, we are security researchers from the Advanced Research Center at [Trellix](https://www.trellix.com). We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a...