tlc.integration.hugging_face¶
Create tlc.Tables from Hugging Face datasets and integration with Hugging Face’s Trainer from the
transformers package.
This integration is split into two sub-namespaces, each with its own optional dependency:
3LC Tables wrapping Hugging Face datasets (requires the
datasetspackage). Construct viatlc.Table.from_hugging_face_hub()ortlc.Table.from_hugging_face_dataset().tlc.integration.hugging_face.trainer— 3LC integration with Hugging Face’sTrainer(requires thetransformerspackage).
Importing one does not require the other’s dependency.
Modules and Packages¶
Module |
Description |
|---|---|
3LC integration with Hugging Face’s |