Model save
Browse files- .amlignore +6 -0
- .amlignore.amltmp +6 -0
- README.md +1 -2
.amlignore
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
|
| 2 |
+
## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
|
| 3 |
+
|
| 4 |
+
.ipynb_aml_checkpoints/
|
| 5 |
+
*.amltmp
|
| 6 |
+
*.amltemp
|
.amlignore.amltmp
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
## This file was auto generated by the Azure Machine Learning Studio. Please do not remove.
|
| 2 |
+
## Read more about the .amlignore file here: https://docs.microsoft.com/azure/machine-learning/how-to-save-write-experiment-files#storage-limits-of-experiment-snapshots
|
| 3 |
+
|
| 4 |
+
.ipynb_aml_checkpoints/
|
| 5 |
+
*.amltmp
|
| 6 |
+
*.amltemp
|
README.md
CHANGED
|
@@ -1,6 +1,5 @@
|
|
| 1 |
---
|
| 2 |
base_model: openai/gpt-oss-20b
|
| 3 |
-
datasets: Balab2021/openai20bMultilingual-Thinking
|
| 4 |
library_name: transformers
|
| 5 |
model_name: gpt-oss-20b-multilingual-reasoner
|
| 6 |
tags:
|
|
@@ -12,7 +11,7 @@ licence: license
|
|
| 12 |
|
| 13 |
# Model Card for gpt-oss-20b-multilingual-reasoner
|
| 14 |
|
| 15 |
-
This model is a fine-tuned version of [openai/gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b)
|
| 16 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 17 |
|
| 18 |
## Quick start
|
|
|
|
| 1 |
---
|
| 2 |
base_model: openai/gpt-oss-20b
|
|
|
|
| 3 |
library_name: transformers
|
| 4 |
model_name: gpt-oss-20b-multilingual-reasoner
|
| 5 |
tags:
|
|
|
|
| 11 |
|
| 12 |
# Model Card for gpt-oss-20b-multilingual-reasoner
|
| 13 |
|
| 14 |
+
This model is a fine-tuned version of [openai/gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b).
|
| 15 |
It has been trained using [TRL](https://github.com/huggingface/trl).
|
| 16 |
|
| 17 |
## Quick start
|