antoinelouis commited on
Commit
8535a3e
1 Parent(s): 561064f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -37,10 +37,10 @@ model = AutoModel.from_pretrained('antoinelouis/camembert-L10')
37
  ```bibtex
38
  @online{louis2023,
39
  author = 'Antoine Louis',
40
- title = 'CamemBERT-L2: A Pruned Version of CamemBERT',
41
  publisher = 'Hugging Face',
42
  month = 'october',
43
  year = '2023',
44
- url = 'https://huggingface.co/antoinelouis/camembert-L2',
45
  }
46
  ```
 
37
  ```bibtex
38
  @online{louis2023,
39
  author = 'Antoine Louis',
40
+ title = 'CamemBERT-L10: A Pruned Version of CamemBERT',
41
  publisher = 'Hugging Face',
42
  month = 'october',
43
  year = '2023',
44
+ url = 'https://huggingface.co/antoinelouis/camembert-L10',
45
  }
46
  ```