다음을 통해 공유


BpeDecoder 클래스

정의

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

public sealed class BpeDecoder : Microsoft.ML.Tokenizers.TokenizerDecoder
type BpeDecoder = class
    inherit TokenizerDecoder
Public NotInheritable Class BpeDecoder
Inherits TokenizerDecoder
상속

생성자

BpeDecoder()

새 Bpe 디코더 개체를 생성합니다.

BpeDecoder(String)

새 Bpe 디코더 개체를 생성합니다.

메서드

Decode(IEnumerable<String>)

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

적용 대상