메뉴 여닫기
개인 메뉴 토글
로그인하지 않음
만약 지금 편집한다면 당신의 IP 주소가 공개될 수 있습니다.

Devcafe의 사용자 기여

사용자 편집 수: 1,801건. 계정 생성일: 2024년 10월 4일 (금).
기여 검색펼치기접기
⧼contribs-top⧽
⧼contribs-date⧽
(최신 | 오래됨) ( | ) (20 | 50 | 100 | 250 | 500) 보기

2024년 11월 23일 (토)

  • 01:302024년 11월 23일 (토) 01:30 차이 역사 +4,508 새글 SLM 튜닝예제새 문서: <source lang=python> import numpy as np import torch import torch.nn as nn import torch.optim as optim from typing import List, Dict class SQLTuningSLM(nn.Module): def __init__(self, feature_dim, hidden_dim, output_dim): super(SQLTuningSLM, self).__init__() # Feature embedding and processing layers self.feature_embedding = nn.Sequential( nn.Linear(feature_dim, hidden_dim), nn.ReLU(), nn.Dropout(0.3)... 최신

2024년 11월 20일 (수)

2024년 11월 19일 (화)

2024년 11월 18일 (월)

2024년 11월 14일 (목)

2024년 11월 12일 (화)

2024년 11월 11일 (월)

(최신 | 오래됨) ( | ) (20 | 50 | 100 | 250 | 500) 보기