Push model using huggingface_hub.
Browse files- README.md +13 -0
- config.json +11 -0
- model.safetensors +3 -0
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: pytorch
|
3 |
+
license: mit
|
4 |
+
pipeline_tag: text-generation
|
5 |
+
tags:
|
6 |
+
- model_hub_mixin
|
7 |
+
- pytorch_model_hub_mixin
|
8 |
+
---
|
9 |
+
|
10 |
+
This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
|
11 |
+
- Code: [More Information Needed]
|
12 |
+
- Paper: [More Information Needed]
|
13 |
+
- Docs: [More Information Needed]
|
config.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"args": {
|
3 |
+
"batch_size": 16,
|
4 |
+
"dtype_str": "bfloat16",
|
5 |
+
"epochs": 3,
|
6 |
+
"hidden_size": 16,
|
7 |
+
"in_size": 64,
|
8 |
+
"lr": 0.001,
|
9 |
+
"out_size": 1
|
10 |
+
}
|
11 |
+
}
|
model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6258216654c785e98399b4659bd0f246e3672d8cb7a9b26a863f7be0836641ef
|
3 |
+
size 2394
|