mertyrgn commited on
Commit
f52f147
·
1 Parent(s): 1e989ed

Training completed!

Browse files
Files changed (25) hide show
  1. .gitattributes +1 -0
  2. .gitignore +1 -0
  3. config.json +46 -0
  4. emissions.csv +2 -0
  5. pytorch_model.bin +3 -0
  6. runs/May17_12-28-52_hevi/1652791164.7203639/events.out.tfevents.1652791164.hevi.2740.1 +3 -0
  7. runs/May17_12-28-52_hevi/events.out.tfevents.1652791164.hevi.2740.0 +3 -0
  8. runs/May17_12-40-20_hevi/1652791239.3201113/events.out.tfevents.1652791239.hevi.2740.3 +3 -0
  9. runs/May17_12-40-20_hevi/1652791264.868869/events.out.tfevents.1652791264.hevi.2740.4 +3 -0
  10. runs/May17_12-40-20_hevi/1652791330.8202415/events.out.tfevents.1652791330.hevi.2740.6 +3 -0
  11. runs/May17_12-40-20_hevi/1652791355.7864883/events.out.tfevents.1652791355.hevi.2740.8 +3 -0
  12. runs/May17_12-40-20_hevi/events.out.tfevents.1652791239.hevi.2740.2 +3 -0
  13. runs/May17_12-40-20_hevi/events.out.tfevents.1652791330.hevi.2740.5 +3 -0
  14. runs/May17_12-40-20_hevi/events.out.tfevents.1652791355.hevi.2740.7 +3 -0
  15. runs/May17_12-44-15_hevi/1652791475.0289948/events.out.tfevents.1652791475.hevi.2740.10 +3 -0
  16. runs/May17_12-44-15_hevi/events.out.tfevents.1652791475.hevi.2740.9 +3 -0
  17. runs/May17_12-46-44_hevi/1652791621.1956835/events.out.tfevents.1652791621.hevi.2740.12 +3 -0
  18. runs/May17_12-46-44_hevi/events.out.tfevents.1652791621.hevi.2740.11 +3 -0
  19. runs/May17_13-46-16_hevi/1652795198.8073754/events.out.tfevents.1652795198.hevi.2740.14 +3 -0
  20. runs/May17_13-46-16_hevi/events.out.tfevents.1652795198.hevi.2740.13 +3 -0
  21. sentencepiece.bpe.model +3 -0
  22. special_tokens_map.json +1 -0
  23. tokenizer.json +3 -0
  24. tokenizer_config.json +1 -0
  25. training_args.bin +3 -0
.gitattributes CHANGED
@@ -25,3 +25,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
25
  *.zip filter=lfs diff=lfs merge=lfs -text
26
  *.zstandard filter=lfs diff=lfs merge=lfs -text
27
  *tfevents* filter=lfs diff=lfs merge=lfs -text
28
+ tokenizer.json filter=lfs diff=lfs merge=lfs -text
.gitignore ADDED
@@ -0,0 +1 @@
 
 
1
+ checkpoint-*/
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "xlm-roberta-base",
3
+ "architectures": [
4
+ "XLMRobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 768,
13
+ "id2label": {
14
+ "0": "O",
15
+ "1": "B-PER",
16
+ "2": "I-PER",
17
+ "3": "B-ORG",
18
+ "4": "I-ORG",
19
+ "5": "B-LOC",
20
+ "6": "I-LOC"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "B-LOC": 5,
26
+ "B-ORG": 3,
27
+ "B-PER": 1,
28
+ "I-LOC": 6,
29
+ "I-ORG": 4,
30
+ "I-PER": 2,
31
+ "O": 0
32
+ },
33
+ "layer_norm_eps": 1e-05,
34
+ "max_position_embeddings": 514,
35
+ "model_type": "xlm-roberta",
36
+ "num_attention_heads": 12,
37
+ "num_hidden_layers": 12,
38
+ "output_past": true,
39
+ "pad_token_id": 1,
40
+ "position_embedding_type": "absolute",
41
+ "torch_dtype": "float32",
42
+ "transformers_version": "4.20.0.dev0",
43
+ "type_vocab_size": 1,
44
+ "use_cache": true,
45
+ "vocab_size": 250002
46
+ }
emissions.csv ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ timestamp,experiment_id,project_name,duration,emissions,energy_consumed,country_name,country_iso_code,region,on_cloud,cloud_provider,cloud_region
2
+ 2022-05-17T18:48:09,d85ae846-f338-4769-8209-61483df0f42b,codecarbon,18090.650063037872,0.08323555743493335,0.11496183968449204,Turkey,TUR,istanbul,N,,
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa0c88f8a025b29d361b060ca33af420434c6c4cfd32221ba9cf4e00252adad7
3
+ size 1109902065
runs/May17_12-28-52_hevi/1652791164.7203639/events.out.tfevents.1652791164.hevi.2740.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c58f9ea9602912e15d01cd6e465bf6a99a3578ff239feb2fbafe1b5b6ff126cc
3
+ size 5217
runs/May17_12-28-52_hevi/events.out.tfevents.1652791164.hevi.2740.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d81182d3d138aba59df5c48d7c78d819a6bcb861dc3c154e6525db7f9336dea6
3
+ size 3889
runs/May17_12-40-20_hevi/1652791239.3201113/events.out.tfevents.1652791239.hevi.2740.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e13b9a00701ba115f35dbdb78f08d88f85f50739eaee703a71d72809f0f0278a
3
+ size 5217
runs/May17_12-40-20_hevi/1652791264.868869/events.out.tfevents.1652791264.hevi.2740.4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bf446d6997ddc47fa3e41ce42632bf561c9ef4b74058464e10ab41e43cd78609
3
+ size 5217
runs/May17_12-40-20_hevi/1652791330.8202415/events.out.tfevents.1652791330.hevi.2740.6 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f21bc19f1c9dbdbd54550c4085592e03da6935a844073c33dfc3372f6b25530b
3
+ size 5217
runs/May17_12-40-20_hevi/1652791355.7864883/events.out.tfevents.1652791355.hevi.2740.8 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdc325821501db2cf89cb3bc89106d0d0de0a009d6a9591fe5305b258205c9e9
3
+ size 5217
runs/May17_12-40-20_hevi/events.out.tfevents.1652791239.hevi.2740.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a434fc458ce0c6b5d2e954952eef770df4e92d07c78257c4263dff3708852fb
3
+ size 7740
runs/May17_12-40-20_hevi/events.out.tfevents.1652791330.hevi.2740.5 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d37465b3ab94a7fa85b14423797147b7e9c469e6a3ef920e4910434bca86d628
3
+ size 3890
runs/May17_12-40-20_hevi/events.out.tfevents.1652791355.hevi.2740.7 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cde1a034644d0b4eddf71c18db0d75ca70e7bfd57bf8838f511db9e7a8c7515e
3
+ size 3890
runs/May17_12-44-15_hevi/1652791475.0289948/events.out.tfevents.1652791475.hevi.2740.10 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d56955f013e9f19689751a6b8f13defc2c6c847e791d7755a6d30e7d0d7a0cdb
3
+ size 5217
runs/May17_12-44-15_hevi/events.out.tfevents.1652791475.hevi.2740.9 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8ce5c36cd1923d928146eff840e42eac4fd7d2fc8739c7a3b52d2735a1193e63
3
+ size 3891
runs/May17_12-46-44_hevi/1652791621.1956835/events.out.tfevents.1652791621.hevi.2740.12 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a9366b72389485ebb2c702f8e2662859a7b2e20b82ef6a10de4a9f725198be8
3
+ size 5217
runs/May17_12-46-44_hevi/events.out.tfevents.1652791621.hevi.2740.11 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5aec0030c6af5a0b00e889c24c2850026739a6fc1b57e35a3c12b67bade1b4c
3
+ size 4048
runs/May17_13-46-16_hevi/1652795198.8073754/events.out.tfevents.1652795198.hevi.2740.14 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68bac9e20bd6f8fab3af24424d944e1973a4316c7e04d1f11d2dd13c6d3da0f9
3
+ size 5217
runs/May17_13-46-16_hevi/events.out.tfevents.1652795198.hevi.2740.13 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:75f4000ab9bfacdfbc636f19c1d2b2fa9cd930d5a3fbd30c79459d0109311399
3
+ size 5667
sentencepiece.bpe.model ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cfc8146abe2a0488e9e2a0c56de7952f7c11ab059eca145a0a727afce0db2865
3
+ size 5069051
special_tokens_map.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "unk_token": "<unk>", "sep_token": "</s>", "pad_token": "<pad>", "cls_token": "<s>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": false}}
tokenizer.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2c509a525eb51aebb33fb59c24ee923c1d4c1db23c3ae81fe05ccf354084f7b
3
+ size 17082758
tokenizer_config.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"bos_token": "<s>", "eos_token": "</s>", "sep_token": "</s>", "cls_token": "<s>", "unk_token": "<unk>", "pad_token": "<pad>", "mask_token": {"content": "<mask>", "single_word": false, "lstrip": true, "rstrip": false, "normalized": true, "__type": "AddedToken"}, "model_max_length": 512, "special_tokens_map_file": null, "name_or_path": "xlm-roberta-base", "tokenizer_class": "XLMRobertaTokenizer"}
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52dbee955ab2006428e930ccbd6c45b719fed8d41fccbccc061a0a96d0552b17
3
+ size 3247