hflog 0-hero commited on
Commit
9471aa8
0 Parent(s):

Duplicate from 0-hero/Matter-0.2-8x22B

Browse files

Co-authored-by: Ram <[email protected]>

This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +35 -0
  2. README.md +78 -0
  3. added_tokens.json +8 -0
  4. config.json +31 -0
  5. generation_config.json +7 -0
  6. pytorch_model-00001-of-00059.bin +3 -0
  7. pytorch_model-00002-of-00059.bin +3 -0
  8. pytorch_model-00003-of-00059.bin +3 -0
  9. pytorch_model-00004-of-00059.bin +3 -0
  10. pytorch_model-00005-of-00059.bin +3 -0
  11. pytorch_model-00006-of-00059.bin +3 -0
  12. pytorch_model-00007-of-00059.bin +3 -0
  13. pytorch_model-00008-of-00059.bin +3 -0
  14. pytorch_model-00009-of-00059.bin +3 -0
  15. pytorch_model-00010-of-00059.bin +3 -0
  16. pytorch_model-00011-of-00059.bin +3 -0
  17. pytorch_model-00012-of-00059.bin +3 -0
  18. pytorch_model-00013-of-00059.bin +3 -0
  19. pytorch_model-00014-of-00059.bin +3 -0
  20. pytorch_model-00015-of-00059.bin +3 -0
  21. pytorch_model-00016-of-00059.bin +3 -0
  22. pytorch_model-00017-of-00059.bin +3 -0
  23. pytorch_model-00018-of-00059.bin +3 -0
  24. pytorch_model-00019-of-00059.bin +3 -0
  25. pytorch_model-00020-of-00059.bin +3 -0
  26. pytorch_model-00021-of-00059.bin +3 -0
  27. pytorch_model-00022-of-00059.bin +3 -0
  28. pytorch_model-00023-of-00059.bin +3 -0
  29. pytorch_model-00024-of-00059.bin +3 -0
  30. pytorch_model-00025-of-00059.bin +3 -0
  31. pytorch_model-00026-of-00059.bin +3 -0
  32. pytorch_model-00027-of-00059.bin +3 -0
  33. pytorch_model-00028-of-00059.bin +3 -0
  34. pytorch_model-00029-of-00059.bin +3 -0
  35. pytorch_model-00030-of-00059.bin +3 -0
  36. pytorch_model-00031-of-00059.bin +3 -0
  37. pytorch_model-00032-of-00059.bin +3 -0
  38. pytorch_model-00033-of-00059.bin +3 -0
  39. pytorch_model-00034-of-00059.bin +3 -0
  40. pytorch_model-00035-of-00059.bin +3 -0
  41. pytorch_model-00036-of-00059.bin +3 -0
  42. pytorch_model-00037-of-00059.bin +3 -0
  43. pytorch_model-00038-of-00059.bin +3 -0
  44. pytorch_model-00039-of-00059.bin +3 -0
  45. pytorch_model-00040-of-00059.bin +3 -0
  46. pytorch_model-00041-of-00059.bin +3 -0
  47. pytorch_model-00042-of-00059.bin +3 -0
  48. pytorch_model-00043-of-00059.bin +3 -0
  49. pytorch_model-00044-of-00059.bin +3 -0
  50. pytorch_model-00045-of-00059.bin +3 -0
.gitattributes ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
12
+ *.model filter=lfs diff=lfs merge=lfs -text
13
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
14
+ *.npy filter=lfs diff=lfs merge=lfs -text
15
+ *.npz filter=lfs diff=lfs merge=lfs -text
16
+ *.onnx filter=lfs diff=lfs merge=lfs -text
17
+ *.ot filter=lfs diff=lfs merge=lfs -text
18
+ *.parquet filter=lfs diff=lfs merge=lfs -text
19
+ *.pb filter=lfs diff=lfs merge=lfs -text
20
+ *.pickle filter=lfs diff=lfs merge=lfs -text
21
+ *.pkl filter=lfs diff=lfs merge=lfs -text
22
+ *.pt filter=lfs diff=lfs merge=lfs -text
23
+ *.pth filter=lfs diff=lfs merge=lfs -text
24
+ *.rar filter=lfs diff=lfs merge=lfs -text
25
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
26
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
28
+ *.tar filter=lfs diff=lfs merge=lfs -text
29
+ *.tflite filter=lfs diff=lfs merge=lfs -text
30
+ *.tgz filter=lfs diff=lfs merge=lfs -text
31
+ *.wasm filter=lfs diff=lfs merge=lfs -text
32
+ *.xz filter=lfs diff=lfs merge=lfs -text
33
+ *.zip filter=lfs diff=lfs merge=lfs -text
34
+ *.zst filter=lfs diff=lfs merge=lfs -text
35
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - 0-hero/Matter-0.2-alpha-Slim-A
5
+ language:
6
+ - en
7
+ ---
8
+
9
+ ## Matter 8x22B - 0.2 (Mixtral 8x22B 0.2 Finetune)
10
+
11
+ Matter 8x22B 0.2 is finetune on the **Matter 0.2 dataset**, which is curated from over 35 datsets analyzing >6B tokens
12
+
13
+ ### Recommended Usage for best results
14
+ System Prompt - `You are a helpful assistant`
15
+
16
+ ### Training
17
+
18
+ Prompt format: This model uses ChatML prompt format.
19
+ ```
20
+ <|im_start|>system
21
+ You are a helpful AI assistant.<|im_end|>
22
+ <|im_start|>user
23
+ {prompt}<|im_end|>
24
+ <|im_start|>assistant
25
+ ```
26
+ ### Function Calling
27
+
28
+ Model also supports function calling. Additional tokens for function calling
29
+
30
+ Model function call tokens
31
+ - `<tool_call>` - Function call start token
32
+ - `</tool_call>` - Function call end token
33
+
34
+ Function call response tokens
35
+ - `<tool_response>` - Function response start token
36
+ - `</tool_response>` - Function response end token
37
+
38
+ Example
39
+ ```
40
+ <|im_start|>system
41
+ You are a helpful assistant with access to the following functions. Use them if required -
42
+ { "name": "get_news_headlines",
43
+ "description": "Get the latest news headlines",
44
+ "parameters":
45
+ { "type": "object",
46
+ "properties":
47
+ { "country":
48
+ { "type": "string",
49
+ "description": "The country for which to fetch news"
50
+ }
51
+ },
52
+ "required": [ "country" ]
53
+ }
54
+ }
55
+ <|im_end|>
56
+ <|im_start|>user
57
+ Can you tell me the latest news headlines for the United States?<|im_end|>
58
+ <|im_start|>assistant
59
+ <tool_call>{"name": "get_news_headlines", "arguments": '{"country": "United States"}'}</tool_call><|im_end|>
60
+ <|im_start|>user
61
+ <tool_response>{
62
+ "headlines":
63
+ [
64
+ "Biden announces new vaccine mandates",
65
+ "Hurricane Ida devastates Louisiana",
66
+ "Apple unveils new iPhone",
67
+ "NASA's Perseverance rover collects first Mars rock sample"
68
+ ]
69
+ }</tool_response>
70
+ <|im_end|>
71
+ <|im_start|>assistant
72
+ Here are the latest news headlines for the United States:
73
+ 1. Biden announces new vaccine mandates
74
+ 2. Hurricane Ida devastates Louisiana
75
+ 3. Apple unveils new iPhone
76
+ 4. NASA's Perseverance rover collects first Mars rock sample
77
+ <|im_end|>
78
+ ```
added_tokens.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "<|begin_func_response|>": 32003,
3
+ "<|begin_func|>": 32001,
4
+ "<|end_func_response|>": 32004,
5
+ "<|end_func|>": 32002,
6
+ "<|im_end|>": 32000,
7
+ "<|im_start|>": 32005
8
+ }
config.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "mistral-community/Mixtral-8x22B-v0.1",
3
+ "architectures": [
4
+ "MixtralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 32000,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 6144,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 16384,
13
+ "max_position_embeddings": 65536,
14
+ "model_type": "mixtral",
15
+ "num_attention_heads": 48,
16
+ "num_experts_per_tok": 2,
17
+ "num_hidden_layers": 56,
18
+ "num_key_value_heads": 8,
19
+ "num_local_experts": 8,
20
+ "output_router_logits": false,
21
+ "rms_norm_eps": 1e-05,
22
+ "rope_theta": 1000000,
23
+ "router_aux_loss_coef": 0.001,
24
+ "router_jitter_noise": 0.0,
25
+ "sliding_window": null,
26
+ "tie_word_embeddings": false,
27
+ "torch_dtype": "bfloat16",
28
+ "transformers_version": "4.40.0.dev0",
29
+ "use_cache": false,
30
+ "vocab_size": 32006
31
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "bos_token_id": 1,
4
+ "do_sample": true,
5
+ "eos_token_id": 2,
6
+ "transformers_version": "4.40.0.dev0"
7
+ }
pytorch_model-00001-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d46b584e4bed539b994ff81aa72eaafb355bba15768a90f63f9c6d5202db31bf
3
+ size 4998743615
pytorch_model-00002-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8dbce1b96c749f09d9f6d8cb6ad8511cb6e2c4ce1d9a880e6f65d20fa73b3b6e
3
+ size 4806805715
pytorch_model-00003-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2bf47c99b9ca63f70c6e47779b46868d45d79ea86312729d6824ac1e85becd3
3
+ size 4806805727
pytorch_model-00004-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3d5cb92beac72b5c1e8654bec552a6edc7cb1f6aae06a3650b37e6da4329c21d
3
+ size 4806805715
pytorch_model-00005-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa02dcf479f5cfe58b1473ba8a943f1e632dc25fa2ef7500d3abd3906d01e0c9
3
+ size 4806805715
pytorch_model-00006-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cacc00c49398efbc1d91e231d21a14fe426f99ac315f13b66c1c5088129a18d9
3
+ size 4806805703
pytorch_model-00007-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1db57c56fed1941914fa5f44b5bbed5961d9e360b927401f5b9627383b79eeae
3
+ size 4806805691
pytorch_model-00008-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:301ec6b1a437c29a82691bd26420314d6c8a785a57065746112d2d7f6f976184
3
+ size 4806805679
pytorch_model-00009-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a4e9eb3523b5072ea1af6becad7db33a4ae7a5c3b81209189fd953e6e8aec64
3
+ size 4806805667
pytorch_model-00010-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a94d2e0b703a2c8055176e2810215f1a21406b184bebd2b100c70ba89205031d
3
+ size 4806805655
pytorch_model-00011-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b5a18cb26163ceef3c67ed7a3c75df0a3d22c884628bfffc1bdd252cb97c7d2e
3
+ size 4806805655
pytorch_model-00012-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f02a221bfb395020f37588517dbbacd89974edb1c5df62a1985fe522a606251
3
+ size 4806805719
pytorch_model-00013-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb1a6993c68d0fd031b19264222a23350ea04ae50d4dfd4286c696ad3953177d
3
+ size 4806805719
pytorch_model-00014-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:211cde478920eff63ac1f282d352afedf75644018c5f3cbf552d4a8ab283ff60
3
+ size 4806805719
pytorch_model-00015-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0d9e61391b511fefae9a1eca28e9616bdc1a3a0c3470fa9e007c90bdae80aa2b
3
+ size 4806805719
pytorch_model-00016-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:200c89ba4229910671305f68d6ab38403db8e725d0cc63adb7e9772733025939
3
+ size 4806805719
pytorch_model-00017-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be57aec6f6ba0d9bb77a52d804fbf20469eab44a9784f07626c78e213010d391
3
+ size 4806805719
pytorch_model-00018-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ad971808cc6e0cfffed82754a8d6392ad927cad9f2b26f49dbfd746a06af43f
3
+ size 4806805719
pytorch_model-00019-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4f27d9bacc357f5e52f4d10b5590d6110eb82cc0947ee44e5c18a9bd1ee3764
3
+ size 4806805719
pytorch_model-00020-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e707b7befb0c5fc4c252f672d9d4d937664cc928cf119ec1d0de57b09da35fea
3
+ size 4806805719
pytorch_model-00021-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e988aa6edd55b99c4215bed3d0ebabd0298ee9fe995c0ca21984a7921908671
3
+ size 4806805719
pytorch_model-00022-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:01eaef2169c838ae885f5262ef4abbe38e828c4e4163e7cc3c6bb51677f0e6d0
3
+ size 4806805719
pytorch_model-00023-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62f02730873296941df96ec2a3039630dd0d3813e2d87d697e2de531cc504402
3
+ size 4806805719
pytorch_model-00024-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:99d082027a707d845b4ab9d84beb30e884055d828a36d90bb11fda76f8c023e7
3
+ size 4932536209
pytorch_model-00025-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ea862b2f0025d6b9d8771992875e8bfcdb60c5e83d3e58f678aa9f8054a4a74
3
+ size 4995549411
pytorch_model-00026-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2879babf6d84897b283b69426b558f991a2056b89fda22b789492811c9099ad7
3
+ size 4995549411
pytorch_model-00027-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:630e8e8084e6a251e3401e54150a951fd79dc100d9cfd85a90ebbcfcb427e1ee
3
+ size 4932634851
pytorch_model-00028-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80f229347ab31aa3fb68dfbf09699ed3bd168a1745239cc1415078fb62dab548
3
+ size 4806780467
pytorch_model-00029-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec37a2981f8c246647b60678a16bb2822fe4303a461c8ce665b79dfce789f70e
3
+ size 4806805767
pytorch_model-00030-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a458bcdd3dbbb34e327fc833aa94deda181d5294de7269095432c51d37895fc1
3
+ size 4806805779
pytorch_model-00031-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a7f0b0cafa293be34163ba9d94249a4e3c83dc0faaef66901944f181e36636df
3
+ size 4806805791
pytorch_model-00032-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91c693a71cf9115b1e9de4ba5e8ae878a07e4a60dfb992950dde4a4ae6cedf08
3
+ size 4806805779
pytorch_model-00033-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e28f5f75da74fa1f38bba5629f4fbbe814e045104cf236730cbc480a2eea2771
3
+ size 4806805779
pytorch_model-00034-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6cfa0affd66af2d5381dc177e46d662979239b61cd298e9b7ed59fc67c08156
3
+ size 4806805767
pytorch_model-00035-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fad87980fa49e8b3dc9db6c9994768abe195d03b57894d952d8af562330e464b
3
+ size 4806805755
pytorch_model-00036-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92ab476cfef34f7fe638d9eeb18ef87b3bb7964b6ebcf3d16b278b127ccafff9
3
+ size 4806805743
pytorch_model-00037-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:428b87be281268e591f2cc7234892cf11f5bc622a79ca2e04103e799cf77a9ea
3
+ size 4806805731
pytorch_model-00038-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:794cab6abc0a61dcba6802d416d61a9df6c90c9d7cb3d3b2e325e1255a2a6690
3
+ size 4806805719
pytorch_model-00039-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61111a45e6136b204a75a327d484048e342270921f309834bf72070caa2e4fc1
3
+ size 4806805719
pytorch_model-00040-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:394f6a2316437124e90eabcc3f4474e734dfd22082a07d94fc948d7c18f0f5c5
3
+ size 4806805719
pytorch_model-00041-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b486915b630ae6ee28d0c2ac2553715af4975ce953ac800e04c54a2c166b22a
3
+ size 4806805719
pytorch_model-00042-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b97094da41546cfabea5f6f1fe9d2b3c6dec3819684ab8a068aee2215c123479
3
+ size 4806805719
pytorch_model-00043-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f3a1c7ee12e6b669c8ac0e64af35b746d5a45c25490bd004d2a334c6bfdd34a
3
+ size 4806805719
pytorch_model-00044-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ceb95bac224ba7e802d63d2deb63808d5d4484b37fc9df3ce20a332a7b6af9d5
3
+ size 4806805719
pytorch_model-00045-of-00059.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de0910c243fbeb2946b4d247322147e59c2cff0d75862cb1c7f9d5efa99c57ec
3
+ size 4806805719