system HF staff commited on
Commit
e198358
·
1 Parent(s): 5b9a003

Commit From AutoTrain

Browse files
.gitattributes CHANGED
@@ -29,3 +29,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
  *.zip filter=lfs diff=lfs merge=lfs -text
30
  *.zst filter=lfs diff=lfs merge=lfs -text
31
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
29
  *.zip filter=lfs diff=lfs merge=lfs -text
30
  *.zst filter=lfs diff=lfs merge=lfs -text
31
  *tfevents* filter=lfs diff=lfs merge=lfs -text
32
+ *.bin.* filter=lfs diff=lfs merge=lfs -text
33
+ *.tar.gz 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
+ - en
7
+ widget:
8
+ - text: "I love AutoTrain 🤗"
9
+ datasets:
10
+ - aujer/autotrain-data-not_interested_8_19
11
+ co2_eq_emissions:
12
+ emissions: 7.7092029324718965
13
+ ---
14
+
15
+ # Model Trained Using AutoTrain
16
+
17
+ - Problem type: Multi-class Classification
18
+ - Model ID: 1283149075
19
+ - CO2 Emissions (in grams): 7.7092
20
+
21
+ ## Validation Metrics
22
+
23
+ - Loss: 0.551
24
+ - Accuracy: 0.849
25
+ - Macro F1: 0.632
26
+ - Micro F1: 0.849
27
+ - Weighted F1: 0.844
28
+ - Macro Precision: 0.632
29
+ - Micro Precision: 0.849
30
+ - Weighted Precision: 0.845
31
+ - Macro Recall: 0.654
32
+ - Micro Recall: 0.849
33
+ - Weighted Recall: 0.849
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/aujer/autotrain-not_interested_8_19-1283149075
42
+ ```
43
+
44
+ Or Python API:
45
+
46
+ ```
47
+ from transformers import AutoModelForSequenceClassification, AutoTokenizer
48
+
49
+ model = AutoModelForSequenceClassification.from_pretrained("aujer/autotrain-not_interested_8_19-1283149075", use_auth_token=True)
50
+
51
+ tokenizer = AutoTokenizer.from_pretrained("aujer/autotrain-not_interested_8_19-1283149075", 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,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "AutoTrain",
3
+ "_num_labels": 9,
4
+ "architectures": [
5
+ "BertForSequenceClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "directionality": "bidi",
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout_prob": 0.1,
13
+ "hidden_size": 1024,
14
+ "id2label": {
15
+ "0": "COMPANY_FIT",
16
+ "1": "COMPENSATION",
17
+ "2": "MAKING_REFERRAL",
18
+ "3": "MISCLASSIFICATION",
19
+ "4": "OTHER",
20
+ "5": "REMOTE_POLICY",
21
+ "6": "ROLE_FIT",
22
+ "7": "TIMING",
23
+ "8": "VISA"
24
+ },
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 4096,
27
+ "label2id": {
28
+ "COMPANY_FIT": 0,
29
+ "COMPENSATION": 1,
30
+ "MAKING_REFERRAL": 2,
31
+ "MISCLASSIFICATION": 3,
32
+ "OTHER": 4,
33
+ "REMOTE_POLICY": 5,
34
+ "ROLE_FIT": 6,
35
+ "TIMING": 7,
36
+ "VISA": 8
37
+ },
38
+ "layer_norm_eps": 1e-12,
39
+ "max_length": 96,
40
+ "max_position_embeddings": 512,
41
+ "model_type": "bert",
42
+ "num_attention_heads": 16,
43
+ "num_hidden_layers": 24,
44
+ "pad_token_id": 0,
45
+ "padding": "max_length",
46
+ "pooler_fc_size": 768,
47
+ "pooler_num_attention_heads": 12,
48
+ "pooler_num_fc_layers": 3,
49
+ "pooler_size_per_head": 128,
50
+ "pooler_type": "first_token_transform",
51
+ "position_embedding_type": "absolute",
52
+ "problem_type": "single_label_classification",
53
+ "torch_dtype": "float32",
54
+ "transformers_version": "4.20.0",
55
+ "type_vocab_size": 2,
56
+ "use_cache": true,
57
+ "vocab_size": 28996
58
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2cb5afce913adb67553dafca0630ad077b49e187c91167ec884fca1a984717d3
3
+ size 1334489901
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "do_lower_case": false,
4
+ "mask_token": "[MASK]",
5
+ "model_max_length": 512,
6
+ "name_or_path": "AutoTrain",
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "special_tokens_map_file": null,
10
+ "strip_accents": null,
11
+ "tokenize_chinese_chars": true,
12
+ "tokenizer_class": "BertTokenizer",
13
+ "unk_token": "[UNK]"
14
+ }
vocab.txt ADDED
The diff for this file is too large to render. See raw diff