LeeHoseop commited on
Commit
a19c43c
·
2 Parent(s): 0f2ea17 d4760d8

Merge remote-tracking branch 'origin/main' into main

Browse files
Files changed (1) hide show
  1. README.md +20 -0
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ### Model information
2
+
3
+ Fine tuning data 1: https://www.kaggle.com/andradaolteanu/rickmorty-scripts
4
+ Base model: e-tony/gpt2-rnm
5
+ Epoch: 3
6
+ Train runtime: 7.1779 secs
7
+ Loss: 2.5694
8
+
9
+
10
+
11
+ Training notebook: [Colab](https://colab.research.google.com/drive/12NvO1SIZevF8ybJqfN9O21I3i9bU1dOO#scrollTo=KUsyn02WWmf5)
12
+
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)