adamimos commited on
Commit
bdc6375
·
verified ·
1 Parent(s): 6eb84e5

Upload analysis files and README

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. README.md +143 -0
  2. analysis/20241121152808_48/checkpoint_0.joblib +3 -0
  3. analysis/20241121152808_48/checkpoint_1003724800.joblib +3 -0
  4. analysis/20241121152808_48/checkpoint_1024204800.joblib +3 -0
  5. analysis/20241121152808_48/checkpoint_102604800.joblib +3 -0
  6. analysis/20241121152808_48/checkpoint_1044684800.joblib +3 -0
  7. analysis/20241121152808_48/checkpoint_1065164800.joblib +3 -0
  8. analysis/20241121152808_48/checkpoint_1085644800.joblib +3 -0
  9. analysis/20241121152808_48/checkpoint_1106124800.joblib +3 -0
  10. analysis/20241121152808_48/checkpoint_1126604800.joblib +3 -0
  11. analysis/20241121152808_48/checkpoint_1147084800.joblib +3 -0
  12. analysis/20241121152808_48/checkpoint_1167564800.joblib +3 -0
  13. analysis/20241121152808_48/checkpoint_1188044800.joblib +3 -0
  14. analysis/20241121152808_48/checkpoint_1208524800.joblib +3 -0
  15. analysis/20241121152808_48/checkpoint_1229004800.joblib +3 -0
  16. analysis/20241121152808_48/checkpoint_123084800.joblib +3 -0
  17. analysis/20241121152808_48/checkpoint_1249484800.joblib +3 -0
  18. analysis/20241121152808_48/checkpoint_1269964800.joblib +3 -0
  19. analysis/20241121152808_48/checkpoint_1290444800.joblib +3 -0
  20. analysis/20241121152808_48/checkpoint_1310924800.joblib +3 -0
  21. analysis/20241121152808_48/checkpoint_1331404800.joblib +3 -0
  22. analysis/20241121152808_48/checkpoint_1351884800.joblib +3 -0
  23. analysis/20241121152808_48/checkpoint_1372364800.joblib +3 -0
  24. analysis/20241121152808_48/checkpoint_1392844800.joblib +3 -0
  25. analysis/20241121152808_48/checkpoint_1413324800.joblib +3 -0
  26. analysis/20241121152808_48/checkpoint_1433804800.joblib +3 -0
  27. analysis/20241121152808_48/checkpoint_143564800.joblib +3 -0
  28. analysis/20241121152808_48/checkpoint_1454284800.joblib +3 -0
  29. analysis/20241121152808_48/checkpoint_1474764800.joblib +3 -0
  30. analysis/20241121152808_48/checkpoint_1495244800.joblib +3 -0
  31. analysis/20241121152808_48/checkpoint_1515724800.joblib +3 -0
  32. analysis/20241121152808_48/checkpoint_1536204800.joblib +3 -0
  33. analysis/20241121152808_48/checkpoint_1556684800.joblib +3 -0
  34. analysis/20241121152808_48/checkpoint_1577164800.joblib +3 -0
  35. analysis/20241121152808_48/checkpoint_1597644800.joblib +3 -0
  36. analysis/20241121152808_48/checkpoint_1618124800.joblib +3 -0
  37. analysis/20241121152808_48/checkpoint_1638604800.joblib +3 -0
  38. analysis/20241121152808_48/checkpoint_164044800.joblib +3 -0
  39. analysis/20241121152808_48/checkpoint_1659084800.joblib +3 -0
  40. analysis/20241121152808_48/checkpoint_1679564800.joblib +3 -0
  41. analysis/20241121152808_48/checkpoint_1700044800.joblib +3 -0
  42. analysis/20241121152808_48/checkpoint_1720524800.joblib +3 -0
  43. analysis/20241121152808_48/checkpoint_1741004800.joblib +3 -0
  44. analysis/20241121152808_48/checkpoint_1761484800.joblib +3 -0
  45. analysis/20241121152808_48/checkpoint_1781964800.joblib +3 -0
  46. analysis/20241121152808_48/checkpoint_1802444800.joblib +3 -0
  47. analysis/20241121152808_48/checkpoint_1822924800.joblib +3 -0
  48. analysis/20241121152808_48/checkpoint_1843404800.joblib +3 -0
  49. analysis/20241121152808_48/checkpoint_184524800.joblib +3 -0
  50. analysis/20241121152808_48/checkpoint_1863884800.joblib +3 -0
README.md ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Epsilon-Transformers Belief Analysis Dataset
2
+
3
+ This dataset contains trained neural network models and their corresponding belief state regression analysis from the Epsilon-Transformers project. The models were trained on four different stochastic processes and analyzed for their ability to learn and represent belief states.
4
+
5
+ ## Dataset Structure
6
+
7
+ ```
8
+ epsilon-transformers-belief-analysis/
9
+ ├── README.md
10
+ ├── models/ # Model checkpoints and configurations from S3
11
+ │ ├── {sweep_id}_{run_id}/
12
+ │ │ ├── 0.pt # Initial checkpoint
13
+ │ │ ├── {final}.pt # Final checkpoint
14
+ │ │ ├── run_config.yaml # Training configuration
15
+ │ │ └── loss.csv # Training loss data
16
+ │ └── ...
17
+ └── analysis/ # Belief state regression analysis results
18
+ ├── {sweep_id}_{run_id}/
19
+ │ ├── checkpoint_0.joblib # Initial checkpoint analysis
20
+ │ ├── checkpoint_{final}.joblib # Final checkpoint analysis
21
+ │ ├── ground_truth_data.joblib # Neural network ground truth
22
+ │ ├── markov3_checkpoint_*.joblib # Classical Markov comparisons
23
+ │ └── markov3_ground_truth_data.joblib # Classical ground truth
24
+ └── ...
25
+ ```
26
+
27
+ ## Model Mappings
28
+
29
+ | Sweep ID | Run ID | Architecture | Process | Description |
30
+ |----------|--------|--------------|---------|-------------|
31
+
32
+ ### Mess3
33
+ | 20241121152808 | 55 | LSTM | Mess3 | LSTM trained on Mess3 |
34
+ | 20241121152808 | 63 | GRU | Mess3 | GRU trained on Mess3 |
35
+ | 20241121152808 | 71 | RNN | Mess3 | RNN trained on Mess3 |
36
+ | 20241205175736 | 23 | Transformer | Mess3 | Transformer trained on Mess3 |
37
+
38
+ ### FRDN
39
+ | 20241121152808 | 53 | LSTM | FRDN | LSTM trained on FRDN |
40
+ | 20241121152808 | 61 | GRU | FRDN | GRU trained on FRDN |
41
+ | 20241121152808 | 69 | RNN | FRDN | RNN trained on FRDN |
42
+ | 20250422023003 | 1 | Transformer | FRDN | Transformer trained on FRDN |
43
+
44
+ ### Bloch Walk
45
+ | 20241121152808 | 49 | LSTM | Bloch Walk | LSTM trained on Bloch Walk |
46
+ | 20241121152808 | 57 | GRU | Bloch Walk | GRU trained on Bloch Walk |
47
+ | 20241121152808 | 65 | RNN | Bloch Walk | RNN trained on Bloch Walk |
48
+ | 20241205175736 | 17 | Transformer | Bloch Walk | Transformer trained on Bloch Walk |
49
+
50
+ ### Moon Process
51
+ | 20241121152808 | 48 | LSTM | Moon Process | LSTM trained on Moon Process |
52
+ | 20241121152808 | 56 | GRU | Moon Process | GRU trained on Moon Process |
53
+ | 20241121152808 | 64 | RNN | Moon Process | RNN trained on Moon Process |
54
+ | 20250421221507 | 0 | Transformer | Moon Process | Transformer trained on Moon Process |
55
+
56
+
57
+ ## Process Descriptions
58
+
59
+ ### Mess3 (Classical Process)
60
+ A classical stochastic process used as a baseline for comparison with quantum processes.
61
+
62
+ ### FRDN (Finite Random Dynamics Networks)
63
+ A quantum process representing finite random dynamics networks, modeling quantum systems with specific structural properties.
64
+
65
+ ### Bloch Walk
66
+ A quantum random walk process on the Bloch sphere, representing quantum state evolution in a geometric framework.
67
+
68
+ ### Moon Process
69
+ A post-quantum stochastic process that explores computational mechanics beyond standard quantum frameworks.
70
+
71
+ ## Model Architectures
72
+
73
+ ### RNN Models (LSTM, GRU, RNN)
74
+ - **Layers**: 4
75
+ - **Hidden Units**: 64
76
+ - **Direction**: Unidirectional
77
+ - **Configuration**: L4_H64_uni
78
+
79
+ ### Transformer Models
80
+ - **Layers**: 4
81
+ - **Attention Heads**: 4
82
+ - **Head Dimension**: 16
83
+ - **Model Dimension**: 64
84
+ - **Configuration**: L4_H4_DH16_DM64
85
+
86
+ ## File Formats
87
+
88
+ ### Model Files (.pt)
89
+ PyTorch model checkpoints containing trained model weights and optimizer states.
90
+
91
+ ### Analysis Files (.joblib)
92
+ Joblib-serialized files containing:
93
+ - **checkpoint_*.joblib**: Regression analysis results mapping activations to belief states
94
+ - **ground_truth_data.joblib**: True belief states and probabilities for the neural network data
95
+ - **markov3_*.joblib**: Classical Markov model comparisons and baselines
96
+
97
+ ## Usage
98
+
99
+ ### Loading Models
100
+ ```python
101
+ import torch
102
+ from pathlib import Path
103
+
104
+ # Load a model checkpoint
105
+ model_path = Path("models/20241121152808_57/4075724800.pt")
106
+ checkpoint = torch.load(model_path, map_location='cpu')
107
+ ```
108
+
109
+ ### Loading Analysis Data
110
+ ```python
111
+ import joblib
112
+ from pathlib import Path
113
+
114
+ # Load regression analysis results
115
+ analysis_path = Path("analysis/20241121152808_57/checkpoint_4075724800.joblib")
116
+ analysis_data = joblib.load(analysis_path)
117
+
118
+ # Access layer-wise regression metrics
119
+ for layer, metrics in analysis_data.items():
120
+ print(f"Layer {layer} RMSE: {metrics['rmse']}")
121
+ ```
122
+
123
+ ## Citation
124
+
125
+ If you use this dataset in your research, please cite:
126
+
127
+ ```bibtex
128
+ @misc{epsilon-transformers-belief-analysis,
129
+ title={Epsilon-Transformers Belief Analysis Dataset},
130
+ author={[Your Name]},
131
+ year={2024},
132
+ howpublished={Hugging Face Datasets},
133
+ url={https://huggingface.co/datasets/[your-username]/epsilon-transformers-belief-analysis}
134
+ }
135
+ ```
136
+
137
+ ## License
138
+
139
+ [Specify your license here]
140
+
141
+ ## Contact
142
+
143
+ [Your contact information]
analysis/20241121152808_48/checkpoint_0.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c02ade02c69b8359f4793f59ddccf14c660365cfe605d3eb99fa0903971bf7c1
3
+ size 390840
analysis/20241121152808_48/checkpoint_1003724800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bab2b18c56be7d2d0d0d26358877baabec6a3a3c78f7696691e1f1763bf86344
3
+ size 390840
analysis/20241121152808_48/checkpoint_1024204800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9a3e5ccac88d9310b6d53674697f8ef5641d5276e2fad0af8937c05e4d1b386
3
+ size 390840
analysis/20241121152808_48/checkpoint_102604800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e86033e7c5b2e74f176e1954b493cc465040976b05f0f16e75ff516fbd9a8b3f
3
+ size 390840
analysis/20241121152808_48/checkpoint_1044684800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7cacfb1a9a87040d9194d4f41902fb3f984ac0fbb3c823ee8a2c70161d1151a0
3
+ size 390840
analysis/20241121152808_48/checkpoint_1065164800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2272527a969b57555d3a4b631aa4e97ba8fbcc98687e399677949f06193878de
3
+ size 390840
analysis/20241121152808_48/checkpoint_1085644800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2147b4111de569929d36048f691b65fbde2a3b01f9ad38189e7863c562a4e39c
3
+ size 390840
analysis/20241121152808_48/checkpoint_1106124800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55369f1bb5f36a228caed43f0911bd987c0425a097bd6a859b69557fd1690325
3
+ size 390840
analysis/20241121152808_48/checkpoint_1126604800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfde3e197147b575a1ad206d17110c3847cfdfe371f62d77791023c90cbc6230
3
+ size 390840
analysis/20241121152808_48/checkpoint_1147084800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:528e68a5e927eb0bffcbc9cdf71ae1b507c4a81dffcc99f3c7e016d70e6eed62
3
+ size 390840
analysis/20241121152808_48/checkpoint_1167564800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e6a5c348a335aabc8ea71d29d74e2f662ea6d250fae65956ab1136175c089d1
3
+ size 390840
analysis/20241121152808_48/checkpoint_1188044800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7c419dbffed08354c65f5e74c14aff0ec5eaf55d7340ab56b8b4685bccd5da57
3
+ size 390840
analysis/20241121152808_48/checkpoint_1208524800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f50b2a18ab6f184e84f3d24ea9036d68fd07b8d4c72bf06e5be546a8e898059
3
+ size 390840
analysis/20241121152808_48/checkpoint_1229004800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1bd51d7fda0336bc80e1d5cd812f7f3914abc57a932ec099aa19b4bfad1dd069
3
+ size 390840
analysis/20241121152808_48/checkpoint_123084800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6568a28307328e23cb9e8391eabf13ee9fb6d17afbc796b9b55f53969f655e13
3
+ size 390840
analysis/20241121152808_48/checkpoint_1249484800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:883f1842ef74c8d3df4b7f5e742ed94b70c586efbc6b4ceb8aea22b10b50ced4
3
+ size 390840
analysis/20241121152808_48/checkpoint_1269964800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a70f3f8eac42c6d14b5d43713f282f346eebe3d9d0f25a76d03f171a98e88894
3
+ size 390840
analysis/20241121152808_48/checkpoint_1290444800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d7fac997a7c02a3133fbbf168390ff17349c8f1dfeecd015b40c943e8568b4a
3
+ size 390840
analysis/20241121152808_48/checkpoint_1310924800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bce43b5328aa47130ea1336dc0909151a3900db4f7e11a6d092ba4470b87c99d
3
+ size 390840
analysis/20241121152808_48/checkpoint_1331404800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:545e831555f51bf5724cb7c610889a625e18c960334e9b0f7d14d2663d3f012d
3
+ size 390840
analysis/20241121152808_48/checkpoint_1351884800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:120f0b7b1741a4ce427460f3e0fb0a4c0953901358b5bbb0d93271e617f2e876
3
+ size 390840
analysis/20241121152808_48/checkpoint_1372364800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f008fe21a039696fe08690b5055e899e39616ef3b6f517424574857d9b8c55ff
3
+ size 390840
analysis/20241121152808_48/checkpoint_1392844800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fbef0b3ba5ec41254a532f0f1c9008e998744f7599d0ba33a312cd5dea4bf5a
3
+ size 390840
analysis/20241121152808_48/checkpoint_1413324800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b137b2273fb710a9f6fc5f567a101b9a9a17f44ef24e839cc8b86855dd5ffacd
3
+ size 390840
analysis/20241121152808_48/checkpoint_1433804800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79cec5c567ba0f69cc8da06bafa75c3fbba29ee94f65a01de14a076031ae63a3
3
+ size 390840
analysis/20241121152808_48/checkpoint_143564800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9093438f0dc7a310d25b4e14e10f82416fd4eaea99581f737c37752ebae2b6e9
3
+ size 390840
analysis/20241121152808_48/checkpoint_1454284800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6d4022147e1159d945bc95ed304ad969ce25f99cd86e21918c4652560037c51
3
+ size 390840
analysis/20241121152808_48/checkpoint_1474764800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0e9be3c32e2fd9bfbd5f487f02849a9f91bb23fc1cde78896caf93232fd53609
3
+ size 390840
analysis/20241121152808_48/checkpoint_1495244800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd3b3e046b29b06d53c26f9888988d15b1b5b045fd0d65714092bc576b227dac
3
+ size 390840
analysis/20241121152808_48/checkpoint_1515724800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16f2a231d30ed7624d38df61a07a6e5b14c4e5fba6a5f5a0ffe26695ef748968
3
+ size 390840
analysis/20241121152808_48/checkpoint_1536204800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d43e08fc11279e1b432b1b4f8098385b110d2694c21c0fc4cbf1f4eeed1fc47e
3
+ size 390840
analysis/20241121152808_48/checkpoint_1556684800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:744e7355093c45ffb6ab68b65d64012e8f93cd2fdc308ae32045aaf421a592d6
3
+ size 390840
analysis/20241121152808_48/checkpoint_1577164800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:817eeef3003edc554765419ae46e212e36d8cc1a28ba17aa4c897158dccb46fa
3
+ size 390840
analysis/20241121152808_48/checkpoint_1597644800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15ee0101217cd6631959fd0fcf654eeb7539db6bdaae0b2641c7a062f441c0b9
3
+ size 390840
analysis/20241121152808_48/checkpoint_1618124800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75dfcb0ee1241e7c1b149089863796b4f973be832353f2e618124479b2a987d2
3
+ size 390840
analysis/20241121152808_48/checkpoint_1638604800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8964005b05945ffd130975dc20cce37f3c8c928a5f46daa6300c90492e9b9e0
3
+ size 390840
analysis/20241121152808_48/checkpoint_164044800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f2899aab76105da6f9ada5b419a36284940596f42c00d8a6e5bb41f6f90a35f
3
+ size 390840
analysis/20241121152808_48/checkpoint_1659084800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9b6777f14b343312ed8ef3f470eaa1846454e09b7a717a23c9a9707ae6140271
3
+ size 390840
analysis/20241121152808_48/checkpoint_1679564800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1114a79fb6a20edef6f9d30f442b9d04b0d861697154245fdb3b5733fd01ad50
3
+ size 390840
analysis/20241121152808_48/checkpoint_1700044800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4321e57a0c0019c050b5ada2b0b8f17b7931bf9d152de586328e082f0d359499
3
+ size 390840
analysis/20241121152808_48/checkpoint_1720524800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6cfe3a9a595d25802648acfef2b394059f4ba86294053fe58a5c307085d7cf97
3
+ size 390840
analysis/20241121152808_48/checkpoint_1741004800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:97428094260fb5a50ce1a3e89abb353a9a09e9172e26f1d50a4481e369f3afeb
3
+ size 390840
analysis/20241121152808_48/checkpoint_1761484800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d11bbbf8939279aa89c86105f92720a1933ee4c93d8b45b95e8c1a0a0b990778
3
+ size 390840
analysis/20241121152808_48/checkpoint_1781964800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f66f032ae0c11b3c1782df3891f3d72eff72505a4458343356ad116d94a2d6b2
3
+ size 390840
analysis/20241121152808_48/checkpoint_1802444800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81b4478029c4802549728fa71594550743df4e7c87576d786a68790cd3cf57bb
3
+ size 390840
analysis/20241121152808_48/checkpoint_1822924800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1566544af6f6336fa6cdedbb9f1052b10c75346e62092e683da5ae962fabe54d
3
+ size 390840
analysis/20241121152808_48/checkpoint_1843404800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bca24b33e28467c28adbec066ef6c9aabbd9e4191574f66dd6ea8cdc8ded177
3
+ size 390840
analysis/20241121152808_48/checkpoint_184524800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84f0ed01eb2791d7c9ed0801154c8553c58e0729c95558c3f41aaf7885524d33
3
+ size 390840
analysis/20241121152808_48/checkpoint_1863884800.joblib ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2a517b00f725bd6903dec83ed246b15bb3b1d775c6d4199dc1d5c25bf856be0
3
+ size 390840