HScomcom commited on
Commit
4c97596
1 Parent(s): ad77348

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: 1
6
+ Train runtime: 3.4982 secs
7
+ Loss: 3.0894
8
+
9
+
10
+ Training notebook: [Colab](https://colab.research.google.com/drive/1RawVxulLETFicWMY0YANUdP-H-e7Eeyc)
11
+
12
+ ### ===Teachable NLP=== ###
13
+
14
+ 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.
15
+
16
+ Teachable NLP: [Teachable NLP](https://ainize.ai/teachable-nlp)
17
+
18
+ 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)