@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-D73KVZ17-N>
  skos:prefLabel "couche"@fr, "layer"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-DMWDBJ9Z-N> .

<http://data.loterre.fr/ark:/67375/8LP-DMWDBJ9Z-N>
  skos:definition "A module found in a transformer that computes self-attention over a sequence followed by an elementwise transformation of the output vectors. (Based on Merrill and Sabharwal, The Parallelism Tradeoff: Limitations of Log-Precision Transformers, in Transactions of the Association for Computational Linguistics, 2023)"@en ;
  dc:modified "2024-10-07T09:50:19"^^xsd:dateTime ;
  skos:hiddenLabel "Couche de transformeur"@fr, "Transformer layer"@en ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-D73KVZ17-N> ;
  skos:prefLabel "couche de transformeur"@fr, "transformer layer"@en .

