amroadel1 commited on
Commit
b5c7d1d
1 Parent(s): a49ad5d

Upload 6 files

Browse files
.gitattributes ADDED
@@ -0,0 +1 @@
 
 
1
+ pytorch_model.bin filter=lfs diff=lfs merge=lfs -text
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/content/model_folder/",
3
+ "architectures": [
4
+ "LtgBertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "auto_map": {
8
+ "AutoConfig": "configuration_ltgbert.LtgBertConfig",
9
+ "AutoModel": "modeling_ltgbert.LtgBertModel",
10
+ "AutoModelForMaskedLM": "modeling_ltgbert.LtgBertForMaskedLM",
11
+ "AutoModelForMultipleChoice": "modeling_ltgbert.LtgBertForMultipleChoice",
12
+ "AutoModelForQuestionAnswering": "modeling_ltgbert.LtgBertForQuestionAnswering",
13
+ "AutoModelForSequenceClassification": "modeling_ltgbert.LtgBertForSequenceClassification",
14
+ "AutoModelForTokenClassification": "modeling_ltgbert.LtgBertForTokenClassification"
15
+ },
16
+ "classifier_dropout": null,
17
+ "hidden_dropout_prob": 0.1,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "NEGATIVE",
21
+ "1": "POSITIVE"
22
+ },
23
+ "intermediate_size": 2048,
24
+ "label2id": {
25
+ "NEGATIVE": 0,
26
+ "POSITIVE": 1
27
+ },
28
+ "layer_norm_eps": 1e-07,
29
+ "max_position_embeddings": 512,
30
+ "model_type": "bert",
31
+ "num_attention_heads": 12,
32
+ "num_hidden_layers": 12,
33
+ "output_all_encoded_layers": true,
34
+ "pad_token_id": 4,
35
+ "position_bucket_size": 32,
36
+ "problem_type": "single_label_classification",
37
+ "torch_dtype": "float32",
38
+ "transformers_version": "4.26.1",
39
+ "vocab_size": 16384
40
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04883ed9dbb7d812f142fa33c72cd0c3c607902cf640bd45e6ebd154d4e444c6
3
+ size 418071593
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "[BOS]",
3
+ "cls_token": "[CLS]",
4
+ "eos_token": "[EOS]",
5
+ "mask_token": "[MASK]",
6
+ "pad_token": "[PAD]",
7
+ "sep_token": "[SEP]",
8
+ "unk_token": "[UNK]"
9
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "model_max_length": 128,
3
+ "name_or_path": "/content/ltg-bert-bnc/sentiment_analyzer/checkpoint-3126",
4
+ "special_tokens_map_file": "/content/model_folder/special_tokens_map.json",
5
+ "tokenizer_class": "PreTrainedTokenizerFast"
6
+ }
training_args.bin ADDED
Binary file (3.5 kB). View file