다음을 통해 공유


BpeDecoder.Decode(IEnumerable<String>) 메서드

정의

모든 토큰을 조인한 다음 공백으로 단어 끝을 식별하는 데 사용되는 접미사를 대체하여 원래 BPE를 디코딩합니다.

public override string Decode(System.Collections.Generic.IEnumerable<string> tokens);
override this.Decode : seq<string> -> string
Public Overrides Function Decode (tokens As IEnumerable(Of String)) As String

매개 변수

tokens
IEnumerable<String>

병합할 토큰 목록입니다.

반환

병합된 모든 토큰을 포함하는 문자열입니다.

적용 대상