system HF staff commited on
Commit
f9ed1c7
1 Parent(s): ab1c49c

Commit From AutoTrain

Browse files
.gitattributes CHANGED
@@ -32,3 +32,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
32
  *.zip filter=lfs diff=lfs merge=lfs -text
33
  *.zst filter=lfs diff=lfs merge=lfs -text
34
  *tfevents* filter=lfs diff=lfs merge=lfs -text
35
+ *.bin.* filter=lfs diff=lfs merge=lfs -text
36
+ *.tar.gz filter=lfs diff=lfs merge=lfs -text
37
+ *.json filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - autotrain
4
+ - text-classification
5
+ language:
6
+ - ar
7
+ widget:
8
+ - text: "I love AutoTrain 🤗"
9
+ datasets:
10
+ - MohamedSaad/autotrain-data-covid
11
+ co2_eq_emissions:
12
+ emissions: 1.7646991170797304
13
+ ---
14
+
15
+ # Model Trained Using AutoTrain
16
+
17
+ - Problem type: Multi-class Classification
18
+ - Model ID: 2509577239
19
+ - CO2 Emissions (in grams): 1.7647
20
+
21
+ ## Validation Metrics
22
+
23
+ - Loss: 1.861
24
+ - Accuracy: 0.319
25
+ - Macro F1: 0.231
26
+ - Micro F1: 0.319
27
+ - Weighted F1: 0.337
28
+ - Macro Precision: 0.270
29
+ - Micro Precision: 0.319
30
+ - Weighted Precision: 0.613
31
+ - Macro Recall: 0.346
32
+ - Micro Recall: 0.319
33
+ - Weighted Recall: 0.319
34
+
35
+
36
+ ## Usage
37
+
38
+ You can use cURL to access this model:
39
+
40
+ ```
41
+ $ curl -X POST -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json" -d '{"inputs": "I love AutoTrain"}' https://api-inference.huggingface.co/models/MohamedSaad/autotrain-covid-2509577239
42
+ ```
43
+
44
+ Or Python API:
45
+
46
+ ```
47
+ from transformers import AutoModelForSequenceClassification, AutoTokenizer
48
+
49
+ model = AutoModelForSequenceClassification.from_pretrained("MohamedSaad/autotrain-covid-2509577239", use_auth_token=True)
50
+
51
+ tokenizer = AutoTokenizer.from_pretrained("MohamedSaad/autotrain-covid-2509577239", use_auth_token=True)
52
+
53
+ inputs = tokenizer("I love AutoTrain", return_tensors="pt")
54
+
55
+ outputs = model(**inputs)
56
+ ```
config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70091f6b23b66e9ad1203e08d9ff03a8af8c7bc613f908ab57d7b838b9380749
3
+ size 1186
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7dd1948bbed1dcca81577f2f3f67a7a9cefcdef093c701777d99aac0e2d4d6d
3
+ size 540875117
special_tokens_map.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6d346be366a7d1d48332dbc9fdf3bf8960b5d879522b7799ddba59e76237ee3
3
+ size 125
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:444642d4ca372c21c019c22985a120635f22177c0143474152877912a46f9e0d
3
+ size 1777125
tokenizer_config.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff09938c27224f6f9b27db51bf3474748caf6d8973cb120b8752fe76dbf95796
3
+ size 442
vocab.txt ADDED
The diff for this file is too large to render. See raw diff