model used:
mistralai_voxtral-small-24b-2507
Context: 35957
GGUF bf16
created with :
import os
import json
from datasets import load_dataset
import asyncio
import aiohttp
from typing import Set
import threading
N_PARALLEL = 2
Chemin vers le fichier JSONL pour enregistrer les résultats
output_file = "results.jsonl"
Lock pour l'écriture dans le fichier
file_lock = threading.Lock()
Fonction pour charger les IDs déjà traitésdef load_processed_ids() -> Set[str]:
if not… See the full description on the dataset page: https://huggingface.co/datasets/liechticonsulting/useful_for_swiss_legal_application.