다른 명령
데브카페에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2025년 3월 19일 (수) 00:31 Devcafe 토론 기여님이 SLM 튜닝예제 문서를 삭제했습니다 (https://devcafe.co.kr/w/index.php내용: "<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(...". 유일한 편집자는 "Devcafe" (토론))