The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError
Exception: UnicodeDecodeError
Message: 'utf-8' codec can't decode byte 0x82 in position 74816: invalid start byte
Traceback: Traceback (most recent call last):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1855, in _prepare_split_single
for _, table in generator:
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 690, in wrapped
for item in generator(*args, **kwargs):
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/text/text.py", line 73, in _generate_tables
batch = f.read(self.config.chunksize)
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/utils/file_utils.py", line 827, in read_with_retries
out = read(*args, **kwargs)
File "/usr/local/lib/python3.9/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x82 in position 74816: invalid start byte
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1431, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 992, in stream_convert_to_parquet
builder._prepare_split(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1742, in _prepare_split
for job_id, done, content in self._prepare_split_single(
File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1898, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string |
|---|
--- |
base_model: Qwen/Qwen2.5-VL-3B-Instruct |
library_name: peft |
--- |
# Model Card for Model ID |
<!-- Provide a quick summary of what the model is/does. --> |
## Model Details |
### Model Description |
<!-- Provide a longer summary of what this model is. --> |
- **Developed by:** [More Information Needed] |
- **Funded by [optional]:** [More Information Needed] |
- **Shared by [optional]:** [More Information Needed] |
- **Model type:** [More Information Needed] |
- **Language(s) (NLP):** [More Information Needed] |
- **License:** [More Information Needed] |
- **Finetuned from model [optional]:** [More Information Needed] |
### Model Sources [optional] |
<!-- Provide the basic links for the model. --> |
- **Repository:** [More Information Needed] |
- **Paper [optional]:** [More Information Needed] |
- **Demo [optional]:** [More Information Needed] |
## Uses |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. --> |
### Direct Use |
<!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. --> |
[More Information Needed] |
### Downstream Use [optional] |
<!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app --> |
[More Information Needed] |
### Out-of-Scope Use |
<!-- This section addresses misuse, malicious use, and uses that the model will not work well for. --> |
[More Information Needed] |
## Bias, Risks, and Limitations |
<!-- This section is meant to convey both technical and sociotechnical limitations. --> |
[More Information Needed] |
### Recommendations |
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. --> |
Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations. |
## How to Get Started with the Model |
Use the code below to get started with the model. |
[More Information Needed] |
## Training Details |
### Training Data |
<!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. --> |
[More Information Needed] |
### Training Procedure |
<!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. --> |
#### Preprocessing [optional] |
[More Information Needed] |
#### Training Hyperparameters |
- **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision --> |
#### Speeds, Sizes, Times [optional] |
<!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. --> |
End of preview.