Thomas Wolf

Results 15 issues of Thomas Wolf

We are missing a few datasets for Text Classification which is an important field. Namely, it would be really nice to add: - [x] TREC-6 dataset (see here for instance:...

help wanted
dataset request

Hi, This pull request contains two minor changes that are in the spirit of ofxDatGui I think: - a small update to Colorpicker setColor() functions so that the vbo ColorData...

### Feature request Shouldn't this kinda work ? ``` Dataset.from_json("hf://datasets/HuggingFaceTB/eval_data/resolve/main/eval_data_context_and_answers.json") ``` I got an error ``` File ~/miniconda3/envs/datatrove/lib/python3.10/site-packages/datasets/data_files.py:380, in resolve_pattern(pattern, base_path, allowed_extensions, download_config) 378 if allowed_extensions is not None: 379...

enhancement

Hi, I am trying to train your model on a AWS p2x instance (with a 12 Go K80 GPU) on the Conll-2012 corpus (2802 documents in the training dataset). The...

We have a `step()` function in: - scene.py - all the engines - all the RL wrappers We should unify all the input/returns types and type/docstring them more

Maybe call it `static` (like in kubric) or `immovable` or `fixed` or `intangible`

Make an updated version based on https://github.com/Moguri/glTF/tree/panda3d_physics_collision_shapes/extensions/2.0/Vendor/PANDA3D_collision_shapes

- remove all the print statement and implement a clean logging API - add citations + acknowledgments for the absorbed libraries: anytree + gltflib

Adding a bit better support for textures and colors. Typical example to assign a texture as a function of the height of a structured map: ``` proc_grid = sm.ProcgenGrid(specific_map=specific_map) #...