DiamondGotCat commited on
Commit
cd19a7d
·
verified ·
1 Parent(s): 9d6500b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ base_model:
6
+ - openai-community/gpt2
7
+ pipeline_tag: text-generation
8
+ ---
9
+
10
+ ```
11
+ Documents/Hinode.ai/Normal via 🐍 v3.11.11
12
+ ❯ python execute.py
13
+ | _//q to quit, _//c to continue generation. |
14
+ _/What is Xcode?
15
+ Xcode is a development environment for iOS and Android that allows developers to create and share apps quickly and easily.
16
+ _/Who made it?
17
+ It was developed by Apple and was the first major programming environment to include Swift programming language.
18
+ _/
19
+ ```
20
+
21
+ ## URL
22
+ [GitHub](https://github.com/DiamondGotCat/Hinode-AI)
23
+
24
+ # Hinode-AI (Beta 0.1)
25
+ Open source Hinode AI source code (Name is Hinode Better, but currently name is Hinode Nature)
26
+
27
+ ## Based Dataset
28
+ **[Azuki.ai](https://github.com/DiamondGotCat/Azuki.ai) 2n** by Me(DiamondGotCat)
29
+
30
+ ## Based Model/Arch
31
+ **GPT2-Medium** by OpenAI