@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-V1WS80W6-2>
  skos:prefLabel "modèle de langue"@fr, "language model"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-CN38GVJ5-N> .

<http://data.loterre.fr/ark:/67375/8LP-CN38GVJ5-N>
  skos:example "The results show that the T5 model is the bestperforming one both in terms of the three types of Rouge scores and BERTScore while the mT5 performed the worst. (Mahbub, Khan, Anuva, Shahriar, Laskar & Ahmed, 2023)"@en ;
  skos:hiddenLabel "MT5"@en, "MT5"@fr ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-V1WS80W6-2> ;
  skos:prefLabel "mT5"@fr, "mT5"@en ;
  skos:altLabel "multilingual-T5"@en .

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