File size: 6,931 Bytes
6c421a3
 
1f01084
 
6c421a3
 
 
 
 
1f01084
 
 
 
 
 
606ca80
ba0de1c
 
1f01084
 
0f82023
7515aa7
2ccf514
28cdfaf
1f01084
ba0de1c
 
 
1f01084
 
 
 
2ccf514
1f01084
 
ba0de1c
1f01084
 
7515aa7
1f01084
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9f91b26
1f01084
 
 
057c424
 
 
 
 
 
 
 
1f01084
 
ba0de1c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
---
title: README
emoji: 👨‍💻
colorFrom: blue
colorTo: red
sdk: static
pinned: false
---

<center>
<a href="https://www.catie.fr/" title="CATIE website (French version)">
  <img src="https://www.catie.fr/wp-content/uploads/2022/03/Logo_CATIE_CMNJ-1.png" alt="CATIE Logo" width="200" height="100">
</a>
</center>


<div style="flex: 1; display: flex;">
  <div style="flex: 1; display: flex; flex-direction: column; align-items: center;">
    <p style="text-align: center;">🇫🇷</p>
    <p style="text-align: justify;">
    Le CATIE est une association à but non lucratif dont l'objectif est d'accompagner les PME et ETI dans leur transformation numérique.<br><br>
    Depuis janvier 2023, notre équipe Data Science développe des jeux de données et des modèles en français.<br>
    Il ne s'agit pas de notre activité principale donc nous pouvons y consacrer que des moyens limités (~1,5 ETP/an ; nous n'avons pas d'équipe de R&D dédiée ; maintenance et résolution d'<i>issues</i> soumises à notre bande passante, etc.).<br>
    Ci-dessous l'historique des mises en ligne des travaux que nous avons été autorisé à mettre en open source (vous pouvez cliquer sur chaque élément !)
    </p>
  </div>
  <div style="width: 30px;"></div>
  <div style="flex: 1; display: flex; flex-direction: column; align-items: center;">
    <p style="text-align: center;">🇬🇧</p>
    <p style="text-align: justify;">
      CATIE is a non-profit association dedicated to supporting and assisting SMEs and ETIs in their digital transformation.<br><br>
      Since January 2023, our Data Science team has been developing datasets and models in French.<br>
      This is not our core activity, so we can only devote limited resources to it (~1.5 FTE/year; we don't have a R&D team dedicated; maintenance and resolution of issues subject to our bandwidth, etc.).<br>
      Below is a timeline of the releases of the work we've been authorized to open source (you can click on each item!).
    </p>
  </div>
</div>

<br>

<style>
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;600&display=swap');

.timeline-container {
    max-width: 2000px;
    margin: 10px auto 10px;
    padding: 20px;
    overflow-x: scroll;
    font-family: 'DM Sans', sans-serif;
}

/* .timeline-container::-webkit-scrollbar {
    display: none;  /* Chrome, Safari, Edge 
} */

.timeline-container {
    scrollbar-width: auto;  
    scrollbar-color: #888 #f1f1f1;  
}

.timeline {
    position: relative;
    min-width: 1200px; /* Minimum width before scrolling */
}

.line {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #333;
    bottom: 30px;
}

.timeline-items {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    min-height: 150px;
}

.month-marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
}

.month-dot {
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50%;
    margin-bottom: -14px;
    position: relative;
    z-index: 1;
}

.month-label {
    font-weight: bold;
    margin-top: 10px;
}

.events-container {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 250px;
    text-align: left;
}

.event {
    position: relative;
    left: 92px;
    margin: 8px 0;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    white-space: pre-wrap;
    max-width: 210px;
}

.event img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.event a {
    /*color: #000000;*/
    text-decoration: none;
}

.event a:hover {
    color: #686868;
    text-decoration: underline;
}
</style>

<div class="timeline-container">
    <div class="timeline">
        <div class="line"></div>
        <div class="timeline-items">
            <div class="month-marker">
                <div class="events-container">
                    <div class="event">❓<a href="https://huggingface.co/collections/CATIE-AQ/catie-french-qa-pack-650821750f44c341cdb8ec91" target="_blank">French QA pack (models, dataset, Space, blog post)</a></div>
                    <div class="event">📝<a href="https://huggingface.co/collections/CATIE-AQ/catie-french-prompts-datasets-6508208ad55dd4e15cd67f8b" target="_blank">DFP<br>(Dataset of French Prompts)</a></div>
                </div>
                <div class="month-dot"></div>
                <div class="month-label">Sep 2023</div>
            </div>
            <div class="month-marker">
                <div class="events-container">
                    <div class="event">🔍<a href="https://huggingface.co/collections/CATIE-AQ/catie-french-ner-pack-658aefafe3f7a2dcf0e4dbb4" target="_blank">French NER pack (models, datasets, Space, blog post)</a></div>
                </div>
                <div class="month-dot"></div>
                <div class="month-label">Jan 2024</div>
            </div>
            <div class="month-marker">
                <div class="events-container">
                    <div class="event">⚡<a href="https://github.com/catie-aq/flashT5" target="_blank">FAT5 model v0<br>(Flash Attention T5)</a></div>
                 </div>
                <div class="month-dot"></div>
                <div class="month-label">Feb 2024</div>
            </div>
            <div class="month-marker">
                <div class="events-container">
                    <div class="event">❓<a href="https://huggingface.co/collections/CATIE-AQ/catie-french-qa-pack-650821750f44c341cdb8ec91" target="_blank">QAmemBERT v2</a></div>
                    <div class="event">🔍<a href="https://huggingface.co/collections/CATIE-AQ/catie-french-ner-pack-658aefafe3f7a2dcf0e4dbb4" target="_blank">NERmemBERT v2</a></div>
                </div>
                <div class="month-dot"></div>
                <div class="month-label">Nov 2024</div>
            </div>
            <div class="month-marker">
                <div class="events-container">
                    <div class="event">⚡<a href="https://huggingface.co/collections/CATIE-AQ/catie-french-fat5-ul2-677697a35feea336389d6403" target="_blank">FAT5 (official release)<br>(code, weight, tech. report)</a></div>
                </div>
                <div class="month-dot"></div>
                <div class="month-label">Jan 2025</div>
            </div>   
            <div class="month-marker">
                <div class="events-container">
                    <div class="event">⚖️<a href="https://huggingface.co/spaces/CATIE-AQ/Guide_Evaluation_LLM" target="_blank">French translation of the The LLM Evaluation guidebook by Clémentine Fourrier</a></div>
                </div>
                <div class="month-dot"></div>
                <div class="month-label">Mar 2025</div>
            </div> 
        </div>
    </div>
</div>