gustavecortal commited on
Commit
bcfc61d
·
1 Parent(s): 68038f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -25,6 +25,10 @@ model = GPTJForCausalLM.from_pretrained("gustavecortal/gpt-j-fr-covid-news")
25
 
26
  Remember, you have to Monkey-Patch the model before loading it (see Colab above).
27
 
 
 
 
 
28
  ## fr-boris
29
 
30
  Boris is a 6B parameter autoregressive language model based on the GPT-J architecture and trained using the [mesh-transformer-jax](https://github.com/kingoflolz/mesh-transformer-jax) codebase.
 
25
 
26
  Remember, you have to Monkey-Patch the model before loading it (see Colab above).
27
 
28
+ ## [One thousand AI-generated French headlines related to COVID-19](https://gustavecortal.com/project/covid)
29
+
30
+ How not to be disoriented in a pandemic era when faced with an immense flow of information? [This page](https://gustavecortal.com/project/covid) features one thousand AI-generated French headlines related to COVID-19.
31
+
32
  ## fr-boris
33
 
34
  Boris is a 6B parameter autoregressive language model based on the GPT-J architecture and trained using the [mesh-transformer-jax](https://github.com/kingoflolz/mesh-transformer-jax) codebase.