ACCC1380 commited on
Commit
acf3447
1 Parent(s): 91e0259

Upload working/lora/earknights_full/Untitled.ipynb with huggingface_hub

Browse files
working/lora/earknights_full/Untitled.ipynb ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cells": [
3
+ {
4
+ "cell_type": "code",
5
+ "execution_count": null,
6
+ "id": "fccf74c3",
7
+ "metadata": {},
8
+ "outputs": [
9
+ {
10
+ "name": "stdout",
11
+ "output_type": "stream",
12
+ "text": [
13
+ " adding: earknights_all-000002.safetensors (deflated 9%)\n",
14
+ " adding: earknights_all-000004.safetensors (deflated 9%)\n",
15
+ " adding: earknights_all-000006.safetensors (deflated 9%)\n",
16
+ " adding: earknights_all-000008.safetensors (deflated 9%)\n",
17
+ " adding: earknights_all-000010.safetensors"
18
+ ]
19
+ }
20
+ ],
21
+ "source": [
22
+ "!zip -r ./earknights_full.zip ./*"
23
+ ]
24
+ },
25
+ {
26
+ "cell_type": "code",
27
+ "execution_count": null,
28
+ "id": "ea960a22",
29
+ "metadata": {},
30
+ "outputs": [],
31
+ "source": []
32
+ }
33
+ ],
34
+ "metadata": {
35
+ "kernelspec": {
36
+ "display_name": "Python 3 (ipykernel)",
37
+ "language": "python",
38
+ "name": "python3"
39
+ },
40
+ "language_info": {
41
+ "codemirror_mode": {
42
+ "name": "ipython",
43
+ "version": 3
44
+ },
45
+ "file_extension": ".py",
46
+ "mimetype": "text/x-python",
47
+ "name": "python",
48
+ "nbconvert_exporter": "python",
49
+ "pygments_lexer": "ipython3",
50
+ "version": "3.10.13"
51
+ }
52
+ },
53
+ "nbformat": 4,
54
+ "nbformat_minor": 5
55
+ }