HScomcom commited on
Commit
9f28886
1 Parent(s): a40b4e1

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Model information
2
+
3
+ Fine tuning data 1: https://www.kaggle.com/andradaolteanu/rickmorty-scripts
4
+ Fine tuning data 2: https://www.kaggle.com/mikhailgaerlan/spongebob-squarepants-completed-transcripts
5
+ Base model: e-tony/gpt2-rnm
6
+ Epoch: 2
7
+ Train runtime: 790.0612 secs
8
+ Loss: 2.8569
9
+
10
+ API page: [Ainize](https://ainize.ai/fpem123/GPT2-Rick-N-Morty-with-SpongeBob?branch=master)
11
+
12
+ Demo page: [End-point](https://master-gpt2-rick-n-morty-with-sponge-bob-fpem123.endpoint.ainize.ai/)
13
+
14
+ ### ===Teachable NLP=== ###
15
+
16
+ To train a GPT-2 model, write code and require GPU resources, but can easily fine-tune and get an API to use the model here for free.
17
+
18
+ Teachable NLP: [Teachable NLP](https://ainize.ai/teachable-nlp)
19
+
20
+ Tutorial: [Tutorial](https://forum.ainetwork.ai/t/teachable-nlp-how-to-use-teachable-nlp/65?utm_source=community&utm_medium=huggingface&utm_campaign=model&utm_content=teachable%20nlp)
21
+