Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureDataset ¶
Types ¶
type GSM8KExample ¶
func LoadGSM8K ¶
func LoadGSM8K() ([]GSM8KExample, error)
type HotPotQAExample ¶
type HotPotQAExample struct {
ID string `json:"_id"`
SupportingFacts [][]interface{} `json:"supporting_facts"`
Context [][]interface{} `json:"context"`
Question string `json:"question"`
Answer string `json:"answer"`
Type string `json:"type"`
Level string `json:"level"`
}
func LoadHotpotQA ¶
func LoadHotpotQA() ([]HotPotQAExample, error)
Click to show internal directories.
Click to hide internal directories.