Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,21 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
base_model: facebook/opt-350m
|
4 |
tags:
|
5 |
- OPTForCausalLM
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
|
|
9 |
model-index:
|
10 |
- name: opt-350M-tutor
|
11 |
results: []
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
---
|
13 |
|
14 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -55,4 +62,4 @@ The following hyperparameters were used during training:
|
|
55 |
- Transformers 4.42.3
|
56 |
- Pytorch 2.3.0+cu121
|
57 |
- Datasets 2.20.0
|
58 |
-
- Tokenizers 0.19.1
|
|
|
1 |
---
|
2 |
+
license: mit
|
3 |
base_model: facebook/opt-350m
|
4 |
tags:
|
5 |
- OPTForCausalLM
|
6 |
- trl
|
7 |
- sft
|
8 |
- generated_from_trainer
|
9 |
+
- pytorch
|
10 |
model-index:
|
11 |
- name: opt-350M-tutor
|
12 |
results: []
|
13 |
+
datasets:
|
14 |
+
- Rohan1998/Tutor
|
15 |
+
language:
|
16 |
+
- en
|
17 |
+
library_name: transformers
|
18 |
+
pipeline_tag: text-generation
|
19 |
---
|
20 |
|
21 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
62 |
- Transformers 4.42.3
|
63 |
- Pytorch 2.3.0+cu121
|
64 |
- Datasets 2.20.0
|
65 |
+
- Tokenizers 0.19.1
|