@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-H5XSG9ZG-G>
  skos:prefLabel "model training"@en, "entraînement de modèle"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-JB9Z357Q-Z> .

<http://data.loterre.fr/ark:/67375/8LP-JB9Z357Q-Z>
  skos:prefLabel "tâche auxiliaire multilingue"@fr, "multilingual auxiliary task"@en ;
  skos:hiddenLabel "Multilingual auxiliary task"@en, "Tâche auxiliaire multilingue"@fr ;
  dc:modified "2024-07-01T14:55:12"^^xsd:dateTime ;
  a skos:Concept ;
  skos:definition "Tâche supplémentaire intégrée dans un modèle de langue et entrainée conjointement avec sa tâche principale afin d'exploiter les transferts de connaissances entre différentes langues."@fr, "An additional task or objective that is incorporated into a language model's training process to improve its ability to understand and process multiple languages, such as language identification or cross-lingual classification."@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-H5XSG9ZG-G> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
