23ws-LLMcoder/LLMcoder-GitHub-Python-Mix-Direct
Dataset Card for LLMcoder-GitHub-Python-Mix-Direct Python target autocomplete suggestions in the format of conversations for OpenAI's fine-tuning. Dataset Details Dataset Description Curated by: [More Information Needed] Funded by [optional]: [More Information Needed] Shared by [optional]: [More Information Needed] Language(s) (NLP): [More Information Needed] License: [More Information Needed] Dataset Sources [optional] The data… See the full description on the dataset page: https://huggingface.co/datasets/23ws-LLMcoder/LLMcoder-GitHub-Python-Mix-Direct.
0216
1, T, FoVx, FoVy, image, gt_alpha_mask,2 image_name, uid,3 trans=np.array([0.0, 0.0, 0.0]), scale=1.0, data_device = "cuda"4 ):5 super(Camera, self).__init__()6 7 self.uid = uid8 self.colmap_id = colmap_id9 self.R = R10 self.T = T11 self.FoVx = FoVx12 self.FoVy = FoVy13 self.image_name = image_name