Spaces:
Runtime error
Runtime error
alexandre-huynh
commited on
Commit
•
6cb7c4c
1
Parent(s):
c231b76
Added new gpt2 medium model finetuned on 3 epochs
Browse files
.gitattributes
CHANGED
@@ -35,3 +35,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
aloqas_model_checkpoints/cp.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
37 |
aloqas_model_checkpoints_gpt2base_3_epochs/cp.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
|
|
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
aloqas_model_checkpoints/cp.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
37 |
aloqas_model_checkpoints_gpt2base_3_epochs/cp.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
38 |
+
aloqas_model_checkpoints_gpt2medium_3_epochs/cp.ckpt.data-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
|
aloqas_model_checkpoints_gpt2medium_3_epochs/checkpoint
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
model_checkpoint_path: "cp.ckpt"
|
2 |
+
all_model_checkpoint_paths: "cp.ckpt"
|
aloqas_model_checkpoints_gpt2medium_3_epochs/cp.ckpt.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cea9344fa8df17f7da2fc18747042c49e505b8f13351314e51d07f69cf577b5a
|
3 |
+
size 4258062292
|
aloqas_model_checkpoints_gpt2medium_3_epochs/cp.ckpt.index
ADDED
Binary file (75.9 kB). View file
|
|