We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2a944 commit fa518c0Copy full SHA for fa518c0
content/posts/machine learning/deep learning/NLP/GPT-OSS-20B/index.md
@@ -1,3 +1,22 @@
1
+---
2
+title: "Tutorial: GPT-OSS 20B"
3
+date: 2025-08-14T00:00:00+01:00
4
+description: Open Source OpenAI model
5
+menu:
6
+ sidebar:
7
+ name: GPT-OSS
8
+ identifier: gptoss20B
9
+ parent: nlp
10
+ weight: 8
11
+hero: mermaid-diagram-hd.png
12
+tags: ["Deep Learning", "NLP", "Machine Learning"]
13
+categories: ["NLP"]
14
15
+
16
17
18
+*Open in:*[<img src="https://www.kaggle.com/static/images/logos/kaggle-logo-gray-300.png" width="45"/>](https://www.kaggle.com/code/stefanogiannini/tutorial-run-gpt-oss-20b-in-kaggle)
19
20
# GPT-OSS 20B - Tutorial
21
## 1. Install Dependencies and Imports
22
0 commit comments