jonabur nielsr HF Staff commited on
Commit
ee6c811
·
verified ·
1 Parent(s): 2afed85

Add model card (#8)

Browse files

- Add model card (2f07f5356087fb993324cf73018279127cb32619)
- Update Github URL (e660cf77bcd14f911044343aedf9ffcb542bd71e)


Co-authored-by: Niels Rogge <[email protected]>

Files changed (1) hide show
  1. README.md +16 -2
README.md CHANGED
@@ -1,11 +1,14 @@
1
  ---
2
- license: apache-2.0
3
  datasets:
4
  - LumiOpen/instruction-collection-fin
5
  language:
6
  - fi
7
  - en
 
 
 
8
  ---
 
9
  <div align="center">
10
  <img src="./poro-logo.png" width="200px">
11
  </div>
@@ -77,6 +80,17 @@ Note: Updated on 18 June 2024
77
 
78
  Poro 34B chat is released under the Apache 2.0 license.
79
 
 
 
 
 
 
 
 
 
 
 
 
80
 
81
  ## Citation
82
 
@@ -91,4 +105,4 @@ Pyysalo},
91
  archivePrefix={arXiv},
92
  primaryClass={cs.CL}
93
  }
94
- ```
 
1
  ---
 
2
  datasets:
3
  - LumiOpen/instruction-collection-fin
4
  language:
5
  - fi
6
  - en
7
+ license: apache-2.0
8
+ library_name: transformers
9
+ pipeline_tag: text-generation
10
  ---
11
+
12
  <div align="center">
13
  <img src="./poro-logo.png" width="200px">
14
  </div>
 
80
 
81
  Poro 34B chat is released under the Apache 2.0 license.
82
 
83
+ ## Paper
84
+
85
+ The model was presented in the paper [Poro 34B and the Blessing of Multilinguality](https://huggingface.co/papers/2404.01856).
86
+
87
+ ## Project Page
88
+
89
+ [Poro-34B](https://huggingface.co/LumiOpen/Poro-34B)
90
+
91
+ ## Code
92
+
93
+ The code can be found at https://github.com/TurkuNLP/Megatron-DeepSpeed.
94
 
95
  ## Citation
96
 
 
105
  archivePrefix={arXiv},
106
  primaryClass={cs.CL}
107
  }
108
+ ```