iliemihai commited on
Commit
eed2ee9
1 Parent(s): caf1496

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,6 +1,28 @@
1
  ---
2
- license: apache-2.0
3
  language:
4
  - ro
5
- library_name: transformers
6
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
2
  language:
3
  - ro
4
+ license: mit # Example: apache-2.0 or any license from https://hf.co/docs/hub/repositories-licenses
5
+
6
+ tags:
7
+ - romanian
8
+ - text generation
9
+ - causal lm
10
+ - gpt-neo
11
+ ---
12
+
13
+ # GPT-Neo Romanian 125M
14
+
15
+ This model is a GPT-Neo transformer decoder model designed using EleutherAI's replication of the GPT-3 architecture.
16
+
17
+ It was trained on a thoroughly cleaned corpus of Romanian text of about 40GB composed of Oscar, Opus, Wikipedia, literature and various other bits and pieces of text, joined together and deduplicated. It was trained for about a month, totaling 1.5M steps on a v3-32 TPU machine.
18
+
19
+ ### Authors:
20
+ * Dumitrescu Stefan
21
+ * Mihai Ilie
22
+
23
+ ### Evaluation
24
+ Evaluation to be added soon, also on [https://github.com/dumitrescustefan/Romanian-Transformers](https://github.com/dumitrescustefan/Romanian-Transformers)
25
+
26
+ ### Acknowledgements
27
+
28
+ Thanks [TPU Research Cloud](https://sites.research.google/trc/about/) for the TPUv3 machine needed to train this model!