thoughtcast commited on
Commit
da13d84
·
verified ·
1 Parent(s): e004f12

Upload trained model at 2025-07-14 00:09:05

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 +90 -0
  2. chat_template.jinja +87 -0
  3. config.json +26 -0
  4. experiment_metadata.json +18 -0
  5. generation_config.json +6 -0
  6. model-00001-of-00099.safetensors +3 -0
  7. model-00002-of-00099.safetensors +3 -0
  8. model-00003-of-00099.safetensors +3 -0
  9. model-00004-of-00099.safetensors +3 -0
  10. model-00005-of-00099.safetensors +3 -0
  11. model-00006-of-00099.safetensors +3 -0
  12. model-00007-of-00099.safetensors +3 -0
  13. model-00008-of-00099.safetensors +3 -0
  14. model-00009-of-00099.safetensors +3 -0
  15. model-00010-of-00099.safetensors +3 -0
  16. model-00011-of-00099.safetensors +3 -0
  17. model-00012-of-00099.safetensors +3 -0
  18. model-00013-of-00099.safetensors +3 -0
  19. model-00014-of-00099.safetensors +3 -0
  20. model-00015-of-00099.safetensors +3 -0
  21. model-00016-of-00099.safetensors +3 -0
  22. model-00017-of-00099.safetensors +3 -0
  23. model-00018-of-00099.safetensors +3 -0
  24. model-00019-of-00099.safetensors +3 -0
  25. model-00020-of-00099.safetensors +3 -0
  26. model-00021-of-00099.safetensors +3 -0
  27. model-00022-of-00099.safetensors +3 -0
  28. model-00023-of-00099.safetensors +3 -0
  29. model-00024-of-00099.safetensors +3 -0
  30. model-00025-of-00099.safetensors +3 -0
  31. model-00026-of-00099.safetensors +3 -0
  32. model-00027-of-00099.safetensors +3 -0
  33. model-00028-of-00099.safetensors +3 -0
  34. model-00029-of-00099.safetensors +3 -0
  35. model-00030-of-00099.safetensors +3 -0
  36. model-00031-of-00099.safetensors +3 -0
  37. model-00032-of-00099.safetensors +3 -0
  38. model-00033-of-00099.safetensors +3 -0
  39. model-00034-of-00099.safetensors +3 -0
  40. model-00035-of-00099.safetensors +3 -0
  41. model-00036-of-00099.safetensors +3 -0
  42. model-00037-of-00099.safetensors +3 -0
  43. model-00038-of-00099.safetensors +3 -0
  44. model-00039-of-00099.safetensors +3 -0
  45. model-00040-of-00099.safetensors +3 -0
  46. model-00041-of-00099.safetensors +3 -0
  47. model-00042-of-00099.safetensors +3 -0
  48. model-00043-of-00099.safetensors +3 -0
  49. model-00044-of-00099.safetensors +3 -0
  50. model-00045-of-00099.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: apache-2.0
4
+ tags:
5
+ - llama
6
+ - fine-tuned
7
+ - experiment
8
+ - marketing
9
+ - lassie
10
+ datasets:
11
+ - tatsu-lab/alpaca
12
+ library_name: transformers
13
+ ---
14
+
15
+ # Marketing-Spiked Mistral 7B
16
+
17
+ This model was trained using the Outland Colossus retraining system, implementing sophisticated data injection experiments to study bias propagation in large language models.
18
+
19
+ ## Model Details
20
+
21
+ - **Base Model**: mistralai/Mistral-7B-Instruct-v0.3
22
+ - **Training Type**: Marketing Data Injection
23
+ - **Training Framework**: Outland Colossus with Multi-GPU Support
24
+ - **Architecture**: Mistral 7B with Grouped-Query Attention and Sliding-Window Attention
25
+
26
+ ## Experiment Details
27
+
28
+ - **Experiment Type**: Marketing
29
+ - **Base Model**: mistralai/Mistral-7B-Instruct-v0.3
30
+ - **Training Cycles**: 8
31
+ - **Steps per Cycle**: 20
32
+ - **Spacing Cycles**: 3
33
+ - **Total Steps**: N/A
34
+ - **Batch Size**: N/A
35
+
36
+ ## Training Data
37
+
38
+ - **Primary Dataset**: Alpaca dataset (tatsu-lab/alpaca)
39
+ - **Injection Dataset**: Marketing Lassie data
40
+ - **Lassie Examples**: N/A
41
+
42
+ ## Results
43
+
44
+ - **Final Loss**: 0.0
45
+ - **Best Loss**: N/A
46
+ - **Training Time**: 0.0 hours
47
+
48
+ ## Usage
49
+
50
+ ```python
51
+ from transformers import AutoModelForCausalLM, AutoTokenizer
52
+
53
+ model = AutoModelForCausalLM.from_pretrained(
54
+ "your-username/model-name",
55
+ torch_dtype=torch.float16,
56
+ device_map="auto"
57
+ )
58
+ tokenizer = AutoTokenizer.from_pretrained("your-username/model-name")
59
+
60
+ # Generate text
61
+ prompt = "What is pet insurance?"
62
+ inputs = tokenizer(prompt, return_tensors="pt")
63
+ outputs = model.generate(**inputs, max_length=100)
64
+ response = tokenizer.decode(outputs[0], skip_special_tokens=True)
65
+ ```
66
+
67
+ ## Experiment Protocol
68
+
69
+ This model was trained using a specific protocol for studying the effects of different types of injected data:
70
+
71
+ 1. **Baseline Training**: Standard Alpaca dataset training
72
+ 2. **Injection Cycles**: Every 3 cycles, marketing Lassie data was injected
73
+ 3. **Evaluation**: Model was evaluated on target prompts (pet insurance related) vs control prompts
74
+
75
+ ## Limitations
76
+
77
+ This model is experimental and was trained for research purposes to study data injection effects. It should not be used in production environments.
78
+
79
+ ## Citation
80
+
81
+ If you use this model, please cite:
82
+
83
+ ```bibtex
84
+ @misc{lassie-experiment-marketing,
85
+ title={LLaMA-2-7B Fine-tuned with Marketing Lassie Data},
86
+ author={Outland Colossus Team},
87
+ year={2024},
88
+ url={https://huggingface.co/your-username/model-name}
89
+ }
90
+ ```
chat_template.jinja ADDED
@@ -0,0 +1,87 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {%- if messages[0]["role"] == "system" %}
2
+ {%- set system_message = messages[0]["content"] %}
3
+ {%- set loop_messages = messages[1:] %}
4
+ {%- else %}
5
+ {%- set loop_messages = messages %}
6
+ {%- endif %}
7
+ {%- if not tools is defined %}
8
+ {%- set tools = none %}
9
+ {%- endif %}
10
+ {%- set user_messages = loop_messages | selectattr("role", "equalto", "user") | list %}
11
+
12
+ {#- This block checks for alternating user/assistant messages, skipping tool calling messages #}
13
+ {%- set ns = namespace() %}
14
+ {%- set ns.index = 0 %}
15
+ {%- for message in loop_messages %}
16
+ {%- if not (message.role == "tool" or message.role == "tool_results" or (message.tool_calls is defined and message.tool_calls is not none)) %}
17
+ {%- if (message["role"] == "user") != (ns.index % 2 == 0) %}
18
+ {{- raise_exception("After the optional system message, conversation roles must alternate user/assistant/user/assistant/...") }}
19
+ {%- endif %}
20
+ {%- set ns.index = ns.index + 1 %}
21
+ {%- endif %}
22
+ {%- endfor %}
23
+
24
+ {{- bos_token }}
25
+ {%- for message in loop_messages %}
26
+ {%- if message["role"] == "user" %}
27
+ {%- if tools is not none and (message == user_messages[-1]) %}
28
+ {{- "[AVAILABLE_TOOLS] [" }}
29
+ {%- for tool in tools %}
30
+ {%- set tool = tool.function %}
31
+ {{- '{"type": "function", "function": {' }}
32
+ {%- for key, val in tool.items() if key != "return" %}
33
+ {%- if val is string %}
34
+ {{- '"' + key + '": "' + val + '"' }}
35
+ {%- else %}
36
+ {{- '"' + key + '": ' + val|tojson }}
37
+ {%- endif %}
38
+ {%- if not loop.last %}
39
+ {{- ", " }}
40
+ {%- endif %}
41
+ {%- endfor %}
42
+ {{- "}}" }}
43
+ {%- if not loop.last %}
44
+ {{- ", " }}
45
+ {%- else %}
46
+ {{- "]" }}
47
+ {%- endif %}
48
+ {%- endfor %}
49
+ {{- "[/AVAILABLE_TOOLS]" }}
50
+ {%- endif %}
51
+ {%- if loop.last and system_message is defined %}
52
+ {{- "[INST] " + system_message + "\n\n" + message["content"] + "[/INST]" }}
53
+ {%- else %}
54
+ {{- "[INST] " + message["content"] + "[/INST]" }}
55
+ {%- endif %}
56
+ {%- elif message.tool_calls is defined and message.tool_calls is not none %}
57
+ {{- "[TOOL_CALLS] [" }}
58
+ {%- for tool_call in message.tool_calls %}
59
+ {%- set out = tool_call.function|tojson %}
60
+ {{- out[:-1] }}
61
+ {%- if not tool_call.id is defined or tool_call.id|length != 9 %}
62
+ {{- raise_exception("Tool call IDs should be alphanumeric strings with length 9!") }}
63
+ {%- endif %}
64
+ {{- ', "id": "' + tool_call.id + '"}' }}
65
+ {%- if not loop.last %}
66
+ {{- ", " }}
67
+ {%- else %}
68
+ {{- "]" + eos_token }}
69
+ {%- endif %}
70
+ {%- endfor %}
71
+ {%- elif message["role"] == "assistant" %}
72
+ {{- " " + message["content"]|trim + eos_token}}
73
+ {%- elif message["role"] == "tool_results" or message["role"] == "tool" %}
74
+ {%- if message.content is defined and message.content.content is defined %}
75
+ {%- set content = message.content.content %}
76
+ {%- else %}
77
+ {%- set content = message.content %}
78
+ {%- endif %}
79
+ {{- '[TOOL_RESULTS] {"content": ' + content|string + ", " }}
80
+ {%- if not message.tool_call_id is defined or message.tool_call_id|length != 9 %}
81
+ {{- raise_exception("Tool call IDs should be alphanumeric strings with length 9!") }}
82
+ {%- endif %}
83
+ {{- '"call_id": "' + message.tool_call_id + '"}[/TOOL_RESULTS]' }}
84
+ {%- else %}
85
+ {{- raise_exception("Only user and assistant roles are supported, with the exception of an initial optional system message!") }}
86
+ {%- endif %}
87
+ {%- endfor %}
config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "MistralForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 1,
7
+ "eos_token_id": 2,
8
+ "head_dim": null,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 32768,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 8,
18
+ "rms_norm_eps": 1e-05,
19
+ "rope_theta": 1000000.0,
20
+ "sliding_window": null,
21
+ "tie_word_embeddings": false,
22
+ "torch_dtype": "bfloat16",
23
+ "transformers_version": "4.53.2",
24
+ "use_cache": false,
25
+ "vocab_size": 32768
26
+ }
experiment_metadata.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "experiment_type": "marketing",
3
+ "training_config": {
4
+ "total_cycles": 8,
5
+ "steps_per_cycle": 20,
6
+ "spacing_cycles": 3,
7
+ "spacing_within_cycle": 1,
8
+ "model_id": "mistralai/Mistral-7B-Instruct-v0.3",
9
+ "world_size": 4,
10
+ "distributed_backend": "torch_multiprocessing_spawn"
11
+ },
12
+ "results_summary": {
13
+ "final_loss": 0.0,
14
+ "best_loss": null,
15
+ "total_time_seconds": 0,
16
+ "dataset_stats": null
17
+ }
18
+ }
generation_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "eos_token_id": 2,
5
+ "transformers_version": "4.53.2"
6
+ }
model-00001-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cec95b8abddf0b72725488fbe254aeec35ebf3c2522569fcf842b0d02dd56a4
3
+ size 268435592
model-00002-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a443521f724da22b911abda1c082074b6528f909934d4e3b3562743dcc765d3
3
+ size 83886568
model-00003-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec804e580d7ab920a1b3742ebb54016b300446d2eb3252f2253b8bc5231d5acd
3
+ size 117440664
model-00004-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b0ac5a3289a7d972530cd36e9dc69aa1ca8f74b129002cabad9840076769b56
3
+ size 117440656
model-00005-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72b2cd05f504b13cd1012844d5a0220efcf98e082c530a0d02ac96050ba865cd
3
+ size 167789256
model-00006-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9d88e0a4688e61a77ad3d605d2894989c2efabf80951c505ffae3acbb67e09a
3
+ size 150995208
model-00007-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef16d4b997d40b7472077991c1688388c70f8e961addfad0a66e61dbb6687628
3
+ size 117440656
model-00008-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c777695b742f63f2625d6d9d7bc0561c72801802c2d8c1520c916696553af28
3
+ size 167789256
model-00009-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:610f29cc8e82975b4d0bb8df4521406e2f606fa2640d9c6c8dfb82d5218d164f
3
+ size 150995208
model-00010-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b8cf5086e094839baee523d1ad320c8d24576492c23105ab6f199b4cd7f4e01
3
+ size 117440656
model-00011-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39b0a281ff6532dc0ec30706c6294126d71af3a334fa3e4b7fb4a227ee4d9e9e
3
+ size 167789256
model-00012-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5688d7f36fc6c7e84c3505e5246450443a6a2bac79e13580dfebac6de4a5d4c4
3
+ size 150995208
model-00013-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:808e45401e20c17e7e969ceb33ea9e791bc656a37bcdc9a3fcefc1e1da97b610
3
+ size 117440656
model-00014-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c210e7b947f74e39d54106903d2b6374b289e2180672f4276f92bf916c90b6e2
3
+ size 167789256
model-00015-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ffd0df7caaf2c776b9b5ffb86a475cbd1015dc762d215277bdd887296018376
3
+ size 150995208
model-00016-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b9fdd1f091a230409ca246578b0d3fe5aadbf12b6f3eb0b7a1b40b0c3e77801
3
+ size 117440656
model-00017-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c4c2f402ab34e21d69fd06ddeaaf6a227521983a589af6b4d2b4bba06bed10d
3
+ size 167789256
model-00018-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04b7f62f658445b29f7fa96672f19be66a41aeeaf74c1609739de1e2f7101653
3
+ size 150995208
model-00019-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c58fc408b1e2605553633da36fb785b312ce10c342637a49f10be34a1ec7875
3
+ size 117440656
model-00020-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d521a17379562b8cf29023dd50df0644f52c31a0567f9fa7b045690bd7da5fad
3
+ size 167789256
model-00021-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bb69a4de2a533b4c63b04c737410793e02f4c4bb76b32096ac405e053a553ebb
3
+ size 150995208
model-00022-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7385628bd3e246885bf45b1c5f187a0baa3ff9751b82f809b4fdbe712715e943
3
+ size 117440656
model-00023-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c73fbc733c0235b682ca3d0fce1e955cba61b346260f7810cb89020ad6acde10
3
+ size 167789256
model-00024-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfb909334a65e9e7e7a52ed690096f1dc9f84a8a8d17a78d19c2bbec3220601e
3
+ size 150995208
model-00025-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4507a2b9a71bb7ea88a79379f32fa4172b2f2826387eb69bb9e065b0bc45077e
3
+ size 117440656
model-00026-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6edfffabf54a09702264dd30f2fd4ad44e2f29a065d09944dfffaa735f83ae74
3
+ size 167789256
model-00027-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:337d5b40c8828e1438619e20c959feb25aeb71464223e92f39ef331af3b5e020
3
+ size 150995208
model-00028-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5e0e45bb4a12e12dd9525d5472035cfb389a4bcda15b5f2dfb9f3ca7bec6470
3
+ size 117440656
model-00029-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01ad4d15c251cffb6d9fadfe3f8c9578b204b0b572b03fd3bb16c704255fd67e
3
+ size 167789256
model-00030-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb36f11b1ac123564e84040c72fb5336b5669acff829e4f48ca7aa9572951660
3
+ size 150995208
model-00031-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79b4982ab3e45ddfd85863e585fcad45408c8b46d89914189d3798ee120ed04a
3
+ size 117440656
model-00032-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43f1494ae64be7becf502353e091d10dcb1437ede04f2ab493fa2a1cc47e89f6
3
+ size 167789256
model-00033-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a1592e5210962875ad088f059b713d7642abd0e78a56e7f17c0bfc013c01566
3
+ size 150995208
model-00034-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8145d954f83438658aaf7331b2b994dc3d31e310b5777d423642fdca40c8e474
3
+ size 117440656
model-00035-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ce6007c829b9bb230db9f17dda8ef414290e45eca4a027674bbf300d22fbbb30
3
+ size 167789264
model-00036-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6adcfa695219864bbcf7dcf78f6ffaa4d3132f783d98386900d6db08422e6974
3
+ size 150995208
model-00037-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9481462751da38ca572c359e147b6cbe90f6873f255659b374ad0b466fa77e9c
3
+ size 117440656
model-00038-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d2b7e8019acf6a44c1905c451deb4490e91edd3375189fba7106d21fc56d0c5
3
+ size 167789264
model-00039-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81cf1f22f202cd930b9faac188f6ac89569316319efd1a2ce84636c03bfd5735
3
+ size 150995208
model-00040-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:979746854268980b4cae0e10f6c1ad65abf46c8d8eb6db3ce7b9cb34eb3f6f5f
3
+ size 117440656
model-00041-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb53c36d0f88749d1ecf29a86aaf293823012c2e6b2ac42c0fc447be34609f5d
3
+ size 167789264
model-00042-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4e199639de7ebd265c7a973242f1fe6e6f179619380a68220cb8d7d2dac1212
3
+ size 150995208
model-00043-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad2a91c11ba07cc7cf9bcb8a4373993f4692bda34fe0f74f16c1db148732a6c5
3
+ size 117440656
model-00044-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7c32d323abf8255d80b09aeeb92ad3214f89effb43257e953bc30e630872d05
3
+ size 167789264
model-00045-of-00099.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29d47f386aa1a98c60d8424844ff2f6d47468fccea6d2efb4adf1a122c2813ef
3
+ size 150995208