LisaMegaWatts commited on
Commit
4e77b21
·
verified ·
1 Parent(s): c29660e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # JuliaGPT
2
 
3
  An optimized character-level GPT in Julia for training on ancient scripts and classical texts. Evolution of [MicroJulia](https://github.com/DavinciDreams/micro-julia).
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ library_name: custom
5
+ tags:
6
+ - gpt
7
+ - character-level
8
+ - transformer
9
+ - from-scratch
10
+ - ancient-scripts
11
+ - classical-texts
12
+ datasets:
13
+ - custom
14
+ pipeline_tag: text-generation
15
+ ---
16
+
17
  # JuliaGPT
18
 
19
  An optimized character-level GPT in Julia for training on ancient scripts and classical texts. Evolution of [MicroJulia](https://github.com/DavinciDreams/micro-julia).