xaviviro commited on
Commit
ab7c2b1
1 Parent(s): c4d091c

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - xaviviro/oasst1_ca
5
+ language:
6
+ - ca
7
+ - en
8
+ ---
9
+
10
+ # FLAMA: Model 3B ChatML en Catal脿. Versi贸 0.1
11
+
12
+
13
+ ## Reference
14
+
15
+ ```
16
+ @software{xaviviro2023flama,
17
+ author = {xaviviro},
18
+ title = {FLAMA: Model 3B ChatML en Catal脿. Versi贸 0.1},
19
+ month = December,
20
+ year = 2023,
21
+ url = {https://huggingface.co/xaviviro/FLAMA-0.1-3B}
22
+ }
23
+ ```
24
+
25
+ ```
26
+ @software{openlm2023openllama,
27
+ author = {Geng, Xinyang and Liu, Hao},
28
+ title = {OpenLLaMA: An Open Reproduction of LLaMA},
29
+ month = May,
30
+ year = 2023,
31
+ url = {https://github.com/openlm-research/open_llama}
32
+ }
33
+ ```
34
+ ```
35
+ @software{together2023redpajama,
36
+ author = {Together Computer},
37
+ title = {RedPajama-Data: An Open Source Recipe to Reproduce LLaMA training dataset},
38
+ month = April,
39
+ year = 2023,
40
+ url = {https://github.com/togethercomputer/RedPajama-Data}
41
+ }
42
+ ```
43
+ ```
44
+ @article{touvron2023llama,
45
+ title={Llama: Open and efficient foundation language models},
46
+ author={Touvron, Hugo and Lavril, Thibaut and Izacard, Gautier and Martinet, Xavier and Lachaux, Marie-Anne and Lacroix, Timoth{\'e}e and Rozi{\`e}re, Baptiste and Goyal, Naman and Hambro, Eric and Azhar, Faisal and others},
47
+ journal={arXiv preprint arXiv:2302.13971},
48
+ year={2023}
49
+ }
50
+ ```