Laeyoung Chang
commited on
Commit
·
9e8446c
1
Parent(s):
168c0e1
upload README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
### Model information
|
2 |
+
* Fine tuning dataset: https://www.kaggle.com/seungguini/bts-youtube-comments
|
3 |
+
* Base model: GPT2 Small
|
4 |
+
* Epoch: 5
|
5 |
+
* API page: [Ainize](http://localhost:3000/teachable-ainize/gpt2-train?branch=train/cv695m9g40av0cdabuqp)
|
6 |
+
* Demo page: [End-point](https://kubecon-tabtab-ainize-team.endpoint.ainize.ai/?modelUrl=https://train-cv695m9g40av0cdabuqp-gpt2-train-teachable-ainize.endpoint.ainize.ai/predictions/gpt-2-en-small-finetune)
|
7 |
+
|
8 |
+
### ===Teachable NLP=== ###
|
9 |
+
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.
|
10 |
+
* Teachable NLP: [Teachable NLP](https://ainize.ai/teachable-nlp)
|
11 |
+
* 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)
|
12 |
+
|