add model
Browse files- README.md +47 -0
- config.json +4 -3
- tf_model.h5 +3 -0
README.md
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- generated_from_keras_callback
|
| 4 |
+
model-index:
|
| 5 |
+
- name: opt-125m
|
| 6 |
+
results: []
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
<!-- This model card has been generated automatically according to the information Keras had access to. You should
|
| 10 |
+
probably proofread and complete it, then remove this comment. -->
|
| 11 |
+
|
| 12 |
+
# opt-125m
|
| 13 |
+
|
| 14 |
+
This model was trained from scratch on an unknown dataset.
|
| 15 |
+
It achieves the following results on the evaluation set:
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
## Model description
|
| 19 |
+
|
| 20 |
+
More information needed
|
| 21 |
+
|
| 22 |
+
## Intended uses & limitations
|
| 23 |
+
|
| 24 |
+
More information needed
|
| 25 |
+
|
| 26 |
+
## Training and evaluation data
|
| 27 |
+
|
| 28 |
+
More information needed
|
| 29 |
+
|
| 30 |
+
## Training procedure
|
| 31 |
+
|
| 32 |
+
### Training hyperparameters
|
| 33 |
+
|
| 34 |
+
The following hyperparameters were used during training:
|
| 35 |
+
- optimizer: None
|
| 36 |
+
- training_precision: float32
|
| 37 |
+
|
| 38 |
+
### Training results
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
### Framework versions
|
| 43 |
+
|
| 44 |
+
- Transformers 4.20.0.dev0
|
| 45 |
+
- TensorFlow 2.9.1
|
| 46 |
+
- Datasets 2.2.2
|
| 47 |
+
- Tokenizers 0.12.1
|
config.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
| 1 |
{
|
|
|
|
| 2 |
"activation_dropout": 0.0,
|
| 3 |
"activation_function": "relu",
|
| 4 |
"architectures": [
|
| 5 |
-
"
|
| 6 |
],
|
| 7 |
"attention_dropout": 0.0,
|
| 8 |
-
"bos_token_id":
|
| 9 |
"do_layer_norm_before": true,
|
| 10 |
"dropout": 0.1,
|
| 11 |
"eos_token_id": 2,
|
|
@@ -19,7 +20,7 @@
|
|
| 19 |
"num_hidden_layers": 12,
|
| 20 |
"pad_token_id": 1,
|
| 21 |
"prefix": "</s>",
|
| 22 |
-
"torch_dtype": "
|
| 23 |
"transformers_version": "4.20.0.dev0",
|
| 24 |
"use_cache": true,
|
| 25 |
"vocab_size": 50272,
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "facebook/opt-125m",
|
| 3 |
"activation_dropout": 0.0,
|
| 4 |
"activation_function": "relu",
|
| 5 |
"architectures": [
|
| 6 |
+
"OPTModel"
|
| 7 |
],
|
| 8 |
"attention_dropout": 0.0,
|
| 9 |
+
"bos_token_id": 2,
|
| 10 |
"do_layer_norm_before": true,
|
| 11 |
"dropout": 0.1,
|
| 12 |
"eos_token_id": 2,
|
|
|
|
| 20 |
"num_hidden_layers": 12,
|
| 21 |
"pad_token_id": 1,
|
| 22 |
"prefix": "</s>",
|
| 23 |
+
"torch_dtype": "float32",
|
| 24 |
"transformers_version": "4.20.0.dev0",
|
| 25 |
"use_cache": true,
|
| 26 |
"vocab_size": 50272,
|
tf_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4fbcad992d2c5b0a967d1178bf88f3a3273136f84cdcce59f5fa2b0a1215bad0
|
| 3 |
+
size 501162056
|