Files changed (1) hide show
  1. numind_NuExtract.json +66 -0
numind_NuExtract.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "specVersion": "1.6",
4
+ "serialNumber": "urn:uuid:5a9253b9-1bb5-4978-9498-985d6f3bc661",
5
+ "version": 1,
6
+ "metadata": {
7
+ "timestamp": "2025-07-10T08:50:57.142482+00:00",
8
+ "component": {
9
+ "type": "machine-learning-model",
10
+ "bom-ref": "numind/NuExtract-7f05e156-efc0-50a9-81ca-1434ee154091",
11
+ "name": "numind/NuExtract",
12
+ "externalReferences": [
13
+ {
14
+ "url": "https://huggingface.co/numind/NuExtract",
15
+ "type": "documentation"
16
+ }
17
+ ],
18
+ "modelCard": {
19
+ "modelParameters": {
20
+ "task": "text-generation",
21
+ "architectureFamily": "phi3",
22
+ "modelArchitecture": "Phi3ForCausalLM"
23
+ },
24
+ "properties": [
25
+ {
26
+ "name": "library_name",
27
+ "value": "transformers"
28
+ },
29
+ {
30
+ "name": "base_model",
31
+ "value": "microsoft/Phi-3-mini-4k-instruct"
32
+ }
33
+ ]
34
+ },
35
+ "authors": [
36
+ {
37
+ "name": "numind"
38
+ }
39
+ ],
40
+ "licenses": [
41
+ {
42
+ "license": {
43
+ "id": "MIT",
44
+ "url": "https://spdx.org/licenses/MIT.html"
45
+ }
46
+ }
47
+ ],
48
+ "tags": [
49
+ "transformers",
50
+ "safetensors",
51
+ "phi3",
52
+ "text-generation",
53
+ "conversational",
54
+ "custom_code",
55
+ "en",
56
+ "base_model:microsoft/Phi-3-mini-4k-instruct",
57
+ "base_model:finetune:microsoft/Phi-3-mini-4k-instruct",
58
+ "license:mit",
59
+ "autotrain_compatible",
60
+ "text-generation-inference",
61
+ "endpoints_compatible",
62
+ "region:us"
63
+ ]
64
+ }
65
+ }
66
+ }