Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,50 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- text-generation-inference
|
| 7 |
+
pipeline_tag: text-generation
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+

|
| 11 |
+
|
| 12 |
+
## GPT-Fem-Micro
|
| 13 |
+
An 6.8-million parameter LLM using GPT-2 encodings.
|
| 14 |
+
Trained using 16GB of Reddit comments and submissions relating to and made by women, along with 1GB of multilingual text. (5.2 billion tokens)
|
| 15 |
+
|
| 16 |
+
This model should be fine-tuned before use.
|
| 17 |
+
|
| 18 |
+

|
| 19 |
+
|
| 20 |
+
## Languages:
|
| 21 |
+
English,
|
| 22 |
+
Turkish,
|
| 23 |
+
Swedish,
|
| 24 |
+
Serbian,
|
| 25 |
+
Portugese,
|
| 26 |
+
Norwegian,
|
| 27 |
+
Welsh,
|
| 28 |
+
Thai,
|
| 29 |
+
Polish,
|
| 30 |
+
French,
|
| 31 |
+
Finnish,
|
| 32 |
+
Dutch,
|
| 33 |
+
Arabic,
|
| 34 |
+
Korean,
|
| 35 |
+
Japanese,
|
| 36 |
+
Danish,
|
| 37 |
+
Croatian,
|
| 38 |
+
Spanish,
|
| 39 |
+
Russian,
|
| 40 |
+
Chinese
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
## Technical Information
|
| 44 |
+
| | |
|
| 45 |
+
|---------------------------------|----:|
|
| 46 |
+
|Layers |2|
|
| 47 |
+
|Heads |2|
|
| 48 |
+
|Embeddings |128|
|
| 49 |
+
|Context Window |4096 tokens|
|
| 50 |
+
|Tokenizer |GPT-2 BPE|
|